Why it is recommended to use T SNE to reduce to 2-3 dims and not higher dim?
- According to wiki it is recommenced to use
T-SNEto map to 2-3 dimensional. - I can understand this , if we want to visualizing the data.
- If we want to reduce the number of features (i.e from 30 features to 5 dims), is it recommended to do this with
T-SNE? or we should use other dimensional reduction algorithm ?
Topic tsne visualization dimensionality-reduction machine-learning
Category Data Science