- 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.
- 人工智能超越人類
- 火格局的時(shí)空變異及其在電網(wǎng)防火中的應(yīng)用
- 走入IBM小型機(jī)世界
- Visual C# 2008開(kāi)發(fā)技術(shù)實(shí)例詳解
- Hands-On Linux for Architects
- PyTorch Deep Learning Hands-On
- CompTIA Network+ Certification Guide
- 統(tǒng)計(jì)學(xué)習(xí)理論與方法:R語(yǔ)言版
- Blender 3D Printing by Example
- Azure PowerShell Quick Start Guide
- 嵌入式操作系統(tǒng)原理及應(yīng)用
- 所羅門的密碼
- 貫通開(kāi)源Web圖形與報(bào)表技術(shù)全集
- Microsoft Dynamics CRM 2013 Marketing Automation
- Hands-On DevOps