xuyuji9000 / machine-learning-playground

0 stars 0 forks source link

Get started with knowing t-SNE data visualization. #21

Closed xuyuji9000 closed 4 months ago

xuyuji9000 commented 4 months ago

t-SNE seems a helpful algorithm to try out dimensionality reduction.

Reference

Description Link
Kaggle notebook Fashion MNIST 2D t-SNE
scikit-learning documentation 2.2. Manifold learning
blog Visualizing MNIST: An Exploration of Dimensionality Reduction
video Explanation of the data set: MNIST Data Set(784 Dimensional) Lecture 9 @Applied AI Course
article Introduction to t-SNE
xuyuji9000 commented 4 months ago

2d t-sne dimensionality reduction attempt was successful.

Closing this issue.