NNGP Kernel Computation #194
-
I would like to ask a few questions regarding the computation of the NNGP Kernel. I read your article "Neural Tangents: Fast and Easy Infinite Neural Networks in Python" and, with reference to paragraph 3.1 (A Taste of Tensor-to-Kernel Ops Translation), you wrote "Note that Equation Equation 4 only has an analytic expression for a small set of activation funcionts /fi". My questions about the computation of the INFINITE WIDTH NNGP Kernel are:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sorry for the late reply, I somehow missed this topic!
|
Beta Was this translation helpful? Give feedback.
Sorry for the late reply, I somehow missed this topic!
Yes,
nt.stax
applies them analytically. For empirical estimation of the integral, useElementwiseNumerical
or, for empirical estimation of the whole kernel end-to-end,nt.empirical
.Exactly!
I think the best reference would be https://arxiv.org/pdf/2209.04121.pdf in particular see Table 1, 2, and appendix F.