Skip to content

A C++ multi-threaded implementation of multiple maps t-SNE

License

Notifications You must be signed in to change notification settings

saxena-dev/Multiple_Maps_t-SNE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiple Maps t-SNE

A C++ multi-threaded implementation of multiple maps t-SNE. This code implements the algorithm described in the paper: 'Visualizing Non-Metric Similarities in Multiple Maps' by Maaten & Hinton (2012). The gradient descent optimization has been modified for better convergence properties.

The source files have been tested on Windows 10 using MSVC++ 14.0 compiler and the same can be built using the NMAKE tool by typing the following at the cmd prompt:

  nmake -f makefile.win all clean

Make sure the environment variable is set for command-line builds. For more information refer: https://msdn.microsoft.com/en-us/library/f2ccy3wt.aspx

About

A C++ multi-threaded implementation of multiple maps t-SNE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%