Note: Please utilize the template below as a reference for your contribution. Adapt the template when deemed necessary
What is t-SNE?
t-Distributed Stochastic Neighbor Embedding (commonly known as t-SNE) is a dimension reduction technique that preserves relative distances between points in high-dimensional data.
Recommended Path for Learning
- General overview, given by one of the creators of t-SNE:
Further Learning
Parameter adjustments can be tricky! Here’s an interactive resources for How to Use t-SNE Effectively.
Video
- Simplified explanation (via StatQuest):
Applied papers
- Paper 1
- Paper 2
Online tutorials
-
If you have less time, this very basic R tutorial can get you visualizations in under 5 minutes
Theory papers
- Paper 1
- Paper 2