- Machine Learning with Swift
- Alexander Sosnovshchenko
- 384字
- 2021-06-24 18:55:05
Reasoning in high-dimensional spaces
Working with feature spaces of high dimensions requires special mental precautions, since our intuition used to deal with three-dimensional space starts to fail. For example, let's look at one peculiar property of n-dimensional spaces, known as an n-ball volume problem. N-ball is just a ball in n-dimensional Euclidean space. If we plot the volume of such n-ball (y axis) as a function of a number of dimensions (x axis), we'll see the following graph:

Note that at the beginning the volume rises, until it reaches its peak in five-dimensional space, and then starts decreasing. What does it mean for our models? Specifically, for KNN, it means that starting from five features, the more features you have the greater should be the radius of the sphere centered on the point you're trying to classify to cover KNN.
The counter-intuitive phenomena that arise in a high-dimensional space are colloquially known as the curse of dimensionality. This includes a wide range of phenomena that can't be observed in the three-dimensional space we used to deal with. Pedro Domingos, in his A Few Useful Things to Know about Machine Learning, provides some examples:
Speaking specifically of KNN, it treats all dimensions as equally important. This creates problems when some of the features are irrelevant, especially in high dimensions, because the noise introduced by these irrelevant features suppresses the signal comprised in the good features. In our example, we bypassed multidimensional problems by taking into account only the magnitude of each three-dimensional vector in our motion signals.
- 新媒體跨界交互設計
- 用“芯”探核:龍芯派開發實戰
- 網絡服務器配置與管理(第3版)
- Instant uTorrent
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- Intel FPGA/CPLD設計(高級篇)
- 基于ARM的嵌入式系統和物聯網開發
- micro:bit魔法修煉之Mpython初體驗
- Artificial Intelligence Business:How you can profit from AI
- VCD、DVD原理與維修
- Machine Learning Solutions
- 單片機開發與典型工程項目實例詳解
- FL Studio Cookbook
- FreeSWITCH Cookbook
- 觸摸屏應用技術從入門到精通