Skip to content
/ t-sne Public
forked from evilmucedin/t-sne

t-sne vizualization python implementation

Notifications You must be signed in to change notification settings

LeYUser/t-sne

 
 

Repository files navigation

t-SNE

t-SNE vizualization python implementation

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.

About

t-sne vizualization python implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.1%
  • CSS 43.8%
  • HTML 8.5%
  • JavaScript 2.6%