Purdue Weekly Report [1]
Purdue Weekly Report [1]
Jinning, 09/17/2018
Method 1: Using expectation to estimate coefficient
Reference: Some Topics in Analysis of Boolean Functions, Ryan O’Donnell.
Assume S is a subset of the set [n]. |[n]|=2n.
According to the reference, ^f(S) can be expressed as
^f(S)=Ex[f(x)XS(x)]
We’re going to estimate ^f(S) by
~f(S)=1NN∑i=1f(xi)XS(xi)
We use Var(~f(S)) to estimate the speed of learning.
Var(~f(S))=1N2Var(N∑i=1f(xi)XS(xi))
=1NVar(f(x)XS(x))
where, Var(f(x)XS(x))=Ex[f2(x)X2S(x)]−[Ex[f(x)XS(x)]]2
=Ex[f2(x)]−^f2(S)
=1N∑Si∈[n]^f2(Si)−^f2(S)
So, the convergence speed is not necessarily decreasing with degree.