|
|
|
@@ -9,7 +9,7 @@ __all__ = ("NNGPKernel", "Conv2d", "ReLU", "Sequential", "ConvKP", "NonlinKP") |
|
|
|
""" |
|
|
|
With this package, we are able to accurately and efficiently compute the kernel matrix corresponding to the NNGP during the search phase. |
|
|
|
|
|
|
|
Github Repository: https://github.com/cambridge-mlg/cnn-gp |
|
|
|
Github Repository: https://github.com/cambridge-mlg/cnn-gp |
|
|
|
|
|
|
|
References: [1] A. Garriga-Alonso, L. Aitchison, and C. E. Rasmussen. Deep Convolutional Networks as shallow Gaussian Processes. In: International Conference on Learning Representations (ICLR'19), 2019. |
|
|
|
""" |
|
|
|
|