Sir Professor David Mackay revolutionised Machine Learning. There’s no question about it. His abundance of knowledge was clear from his research, his selflessness, and his ground breaking work on Information Theory . Both the fields of Gaussian Processes and Neural Networks owe him a lot.
During my studies I came across the following question in his book which, unbeknown to me at the time, would revolutionise my way of thinking about Machine Learning.
The question itself is nothing more than a graduate level maths question, but some things register in different ways. In particular, I always visualised probability as maybe a 2 or at most 3 dimension problem. This was wrong.
Multivariate studies are hard to understand and harder to visualise, but imagine that the density in ‘space’ or ‘object’ was of a uniform distribution. That is, that density is uniformly distributed throughout the space. From here, the problem conjects that:
Probability distributions and volumes have some unexpected properties in high-dimensional spaces.
Consider a sphere of radius r
in an N
-dimensional real space. Show that the fraction ( f
)of the volume of the sphere that is in the surface shell lying at values of the radius between r − ϵ
and r, where 0 < ϵ< r
, is:
Further, evaluate the function for N = 2, 10, 1000
and for ϵ/r=0.01, 0.5.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法分析
韦斯 (Mark Allen Weiss) / 机械工业出版社 / 2013-2-1 / 79.00元
本书是国外数据结构与算法分析方面的经典教材,使用卓越的Java编程语言作为实现工具讨论了数据结构(组织大量数据的方法)和算法分析(对算法运行时间的估计)。 随着计算机速度的不断增加和功能的日益强大,人们对有效编程和算法分析的要求也不断增长。本书将算法分析与最有效率的Java程序的开发有机地结合起来,深入分析每种算法,并细致讲解精心构造程序的方法,内容全面、缜密严格。 第3版的主要更新如......一起来看看 《数据结构与算法分析》 这本书的介绍吧!