If you're working with high-dimensional data and you want to reduce its dimensionality for visualization without necessarily preserving the global structure, which method would be apt?

  • Principal Component Analysis (PCA)
  • Linear Discriminant Analysis (LDA)
  • t-Distributed Stochastic Neighbor Embedding (t-SNE)
  • Independent Component Analysis (ICA)
When you want to reduce high-dimensional data for visualization without preserving global structure, t-SNE is apt. It focuses on local similarities, making it effective for revealing clusters and patterns in the data, even if the global structure is not preserved.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *