- Machine Learning in Java
- AshishSingh Bhatia Bostjan Kaluza
- 148字
- 2021-06-10 19:29:58
The curse of dimensionality
The curse of dimensionality refers to a situation where we have a large number of features, often hundreds or thousands, which lead to an extremely large space with sparse data and, consequently, to distance anomalies. For instance, in high dimensions, almost all pairs of points are equally distant from each other; in fact, almost all of the pairs have distance close to the average distance. Another manifestation of the curse is that any two vectors are almost orthogonal, which means all of the angles are close to 90 degrees. This practically makes any distance measurement useless.
A cure for the curse of dimensionality might be found in one of the data reduction techniques, where we want to reduce the number of features; for instance, we can run a feature selection algorithm, such as ReliefF, or a feature extraction or reduction algorithm, such as PCA.
- 高性能混合信號ARM:ADuC7xxx原理與應用開發(fā)
- Linux Mint System Administrator’s Beginner's Guide
- 自動檢測與傳感技術
- Mastering Salesforce CRM Administration
- 精通Excel VBA
- Windows內核原理與實現
- Windows 7寶典
- Hybrid Cloud for Architects
- Implementing AWS:Design,Build,and Manage your Infrastructure
- Chef:Powerful Infrastructure Automation
- 空間機械臂建模、規(guī)劃與控制
- Mastering GitLab 12
- Learning ServiceNow
- 寒江獨釣:Windows內核安全編程
- MPC5554/5553微處理器揭秘