Implementation of t-SNE in Python. The implementation was tested on Python 3.4, and it requires a working installation of NumPy. The implementation comes with an example on the MNIST dataset. In order to plot the results of this example, a working installation of matplotlib is required. The example can be run by executing: ipython tsne.py -pylab
Created by Laurens van der Maaten on 20-12-08. Copyright (c) 2008 Tilburg University. All rights reserved.