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.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Windows高级调试
Mario Hewardt、Daniel Pravat / 聂雪军 / 机械工业出版社 / 2009-5 / 79.00元
本书主要讲解Windows高级调试思想和工具,并涉及一些高级调试主题。本书内容主要包括:工具简介、调试器简介、调试器揭密、符号文件与源文件的管理、栈内存破坏、堆内存破坏、安全、进程间通信、资源泄漏、同步、编写定制的调试扩展、64位调试、事后调试、Windows Vista基础以及应用程序验证器的测试设置等。本书内容详实、条理清楚。 本书适合Windows开发人员、Windows测试人员和Windo......一起来看看 《Windows高级调试》 这本书的介绍吧!