What is "Curse of dimensionality"
2023. 3. 8. 13:56ㆍMachine Learning

In the context of data mining, the curse of dimensionality refers to the fact as the number of features and dimensions in a dataset increases, the amount of data required to accurately represent the distribution of the data increases exponentially, making it difficult to extract useful patterns and relationship from the data.
For example, in a dataset with only two features, it may be relatively easy to visualize and identify patterns in the data. However, as the number of features increases, the data becomes more complex and difficult to visualize, making it harder to identify patterns.
'Machine Learning' 카테고리의 다른 글
| Difference between KNN and LVQ (0) | 2023.03.07 |
|---|---|
| What is PCA? (0) | 2023.03.07 |
| Practice of MLP question (0) | 2023.03.07 |
| What is ROC? (0) | 2023.03.07 |
| What is trade-off between sensitivity (or TPR) and specificity (1-FPR)? (0) | 2023.03.07 |