@mShuaiZhao
2017-12-06T11:33:14.000000Z
字数 1601
阅读 330
Course_Lin_MLF
2017.12
理清一下概念
dichotomy
二分类而言,指hypothesis 对样本数据集可能的一种划分。
growth function
max number of dichotomies。
scatter
可以在数据集上产生所有的dichotomies,那么就说能shatter这个数据集。
个人认为可以把scatter理解为划分的意思。
break point :
个数据,可以产生的dichotomies小于,将这样的最小的叫做break point.
The Four Break Points
Restriction of Break Point
对于ppt中例子的理解,关键在于其break point = 2,即对于两个数据点的情况,是不能能存在4种合理的划分的。所以当时,通过画图理解的方式得出此时的growth function最大为4.
bounding function
maximum possible when break point =
combinatorial quantity
maximum number of length- vectors with while 'no shatter' any length-k subvectors
irrelevent of the details of
e.g. bounds both
positive intervals
1-D perceptrons
while
Estimating Part of
general
Bounding Function: The Theroem
BAD Bound for general
slides的21面,欲求得的公式的转变。
Vapnik-Chervonenkis(VC) bound
这个推导真的没看懂。。。