Wide Neural Networks of Any Architecture Are Gaussian Processes
11–20 of 36 posts
Re: Wide Neural Networks of Any Architecture Are Gaussian Processes
#12Without reading the paper I bet it comes down to the central limit theorem, which itself comes down to the fact that 3rd order and higher terms don't matter asymptotically. The question is always when do you start appreciably approaching the asymptote (answer: we often have no idea). edit: re higher order terms i'm talking about the proof of the classic clt https://en.wikipedia.org/wiki/Central_limit_theorem#Proof_of…
A good paper mentioned in the sources is "Neural Tangent Kernel: Convergence and Generalization in Neural Networks". > At initialization, artificial neural networks (ANNs) are equivalent to Gaussian processes in the infinite-width limit, thus connecting them to kernel methods. I'm not familiar with ignoring higher order terms, besides approximations and bounds like Chebyshev's inequality and Chernoffs.
I had a little workshop paper earlier this year showing that you can apply the Edgeworth expansion to wide, but finite neural networks: https://arxiv.org/abs/1908.10030
Re: Wide Neural Networks of Any Architecture Are Gaussian Processes
#13Re: Wide Neural Networks of Any Architecture Are Gaussian Processes
#14OK, let's say NNs are GPs. What can we do with this information?
Re: Wide Neural Networks of Any Architecture Are Gaussian Processes
#15Re: Wide Neural Networks of Any Architecture Are Gaussian Processes
#16Without reading the paper I bet it comes down to the central limit theorem, which itself comes down to the fact that 3rd order and higher terms don't matter asymptotically. The question is always when do you start appreciably approaching the asymptote (answer: we often have no idea). edit: re higher order terms i'm talking about the proof of the classic clt https://en.wikipedia.org/wiki/Central_limit_theorem#Proof_of…
You're right about the central limit theorem appearing, but series expansions didn't appear; instead it is the fact that the weights are initialized to random values that seems to carry the day. I couldn't find any mention about a trained NN, this is strictly about the initial state. Yang does reference a few papers that supposedly leverage the GP correspondence to gain some insight about how to better initialize a N…
Re: Wide Neural Networks of Any Architecture Are Gaussian Processes
#17OK, let's say NNs are GPs. What can we do with this information?
Would be nice to get the same result during training for all these architectures and I believe it will be the next paper of G. Yang and I eager to read it.
Re: Wide Neural Networks of Any Architecture Are Gaussian Processes
#18OK, let's say NNs are GPs. What can we do with this information?
Depending on how complete the map is it may let you know us come up with 'physical' laws of information. I am rooting for something which I call Boltzmann convergence.
Re: Wide Neural Networks of Any Architecture Are Gaussian Processes
#19OK, let's say NNs are GPs. What can we do with this information?
This is interesting because markovian processes are much easier to intuit about.
Re: Wide Neural Networks of Any Architecture Are Gaussian Processes
#20OK, let's say NNs are GPs. What can we do with this information?