The technique called ___________ can be used for nonlinear dimensionality reduction, providing a way to reduce dimensions while preserving the relationships between instances.

  • PCA
  • clustering
  • normalization
  • t-SNE
t-SNE (t-distributed Stochastic Neighbor Embedding) is a technique used for nonlinear dimensionality reduction. It's effective at preserving the relationships between instances in the reduced space, making it suitable for complex datasets where linear methods like PCA might fail.
Add your answer
Loading...

Leave a comment

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