t-distributed-stochastic

There are 3 repositories under t-distributed-stochastic topic.

  • RezaSaadatyar/Machine-Learning-in-Python

    This repository contains functions/codes related to different methods of machine learning for classification and clustering in python.

    Language:Jupyter Notebook2200
  • Develop-Packt/t-Distributed-Stochastic-Neighbor-Embedding

    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 clusters in high-dimensional data, such as user-level information or images.

    Language:Jupyter Notebook1301
  • yas-sim/face-feature-visualization

    This program demonstrates how to plot face feature vectors on a 2-D chart using t-SNE method to compress dimension of the vectors

    Language:Python110