Data Science with Python — Hard
Key points
- PCA is linear and deterministic, maximizing global variance
- t-SNE is nonlinear and probabilistic, preserving local neighborhood structure
- t-SNE is great for cluster visualization, but not for preprocessing
- PCA is suitable for preprocessing and feature extraction
- Both techniques have different strengths and weaknesses
Ready to go further?
Related questions
