Description Usage Arguments Details Value Author(s) References
Generate point-wise functions for two vectors using neural network kernel.
1 | kernel_nn(Sigma, l, p)
|
Sigma |
(matrix) The covariance matrix for neural network kernel. |
l |
(numeric) A numeric number indicating the hyperparameter (flexibility) of a specific kernel. |
p |
(integer) For polynomial, p is the power; for matern, v = p + 1 / 2; for rational, alpha = p. |
Neural Network Kernels
k_{NN}(x, x')=\frac{2}{π}sin^{-1}\Big(\frac{2\tilde{x}^TΣ \tilde{x}'}{√{(1+2\tilde{x}^TΣ \tilde{x})(1+2\tilde{x}'^TΣ \tilde{x}')}}\Big)
point_wise |
(function) A function calculating the relevance of two vectors. |
Wenying Deng
The MIT Press. Gaussian Processes for Machine Learning, 2006.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.