Review:
T Distributed Stochastic Neighbor Embedding (t Sne)
overall review score: 4.5
⭐⭐⭐⭐⭐
score is between 0 and 5
t-Distributed Stochastic Neighbor Embedding (t-SNE) is a machine learning technique used for data visualization. It is particularly effective in reducing the dimensionality of high-dimensional datasets to 2 or 3 dimensions for easier visualization.
Key Features
- Non-linear dimensionality reduction
- Preservation of local structure in the data
- Effective visualization of high-dimensional data
Pros
- Excellent for visualizing high-dimensional data clusters
- Preserves local structures well
- Popular choice for dimensionality reduction in machine learning tasks
Cons
- Computationally expensive for large datasets
- Sensitivity to hyperparameters