The codes for Stochastic Neighbor Embedding (SNE), t-SNE, and their variants.
-
Updated
Sep 23, 2020 - Python
The codes for Stochastic Neighbor Embedding (SNE), t-SNE, and their variants.
You will learn to implement t-SNE models in scikit-learn and explain the limitations of t-SNE. Being able to abstract high-dimensional information into lower dimensions will prove helpful for visualization and exploratory analysis, as well as in conjunction with the clustering algorithms. By the end of this course, you will be able to find clus…
This program demonstrates how to plot face feature vectors on a 2-D chart using t-SNE method to compress dimension of the vectors
Applied Machine Learning (COMP 551) Course Project
Add a description, image, and links to the stochastic-neighbor-embedding topic page so that developers can more easily learn about it.
To associate your repository with the stochastic-neighbor-embedding topic, visit your repo's landing page and select "manage topics."