Adobe Interview Question | Curse of Dimensionality
Question
What is the curse of dimensionality? When would you suffer its effects? How will you compensate for it?
in progress
0
Statistics
55 years
1 Answer
526 views
Great Grand Master 0
Answer ( 1 )
Curse of dimensionality is associated with multivariate problems. When a phenomenon occurs in multi dimensions, its analysis and visualization becomes difficult. Its effects can be seen in various machine learning algorithms like nearest neighbors and visualization. To resolve these issues there are various dimension reduction methods most common methods are: PCA (Principal Component Analysis) and t-SNE (t distributed Stochastic Neighbor Embedding)