PyTorch NN Integration (Deep Kernel Learning)

Because GPyTorch is built on top of PyTorch, you can seamlessly integrate existing PyTorch modules into GPyTorch models. This makes it possible to combine neural networks with GPs, either with exact or approximate inference.

Here we provide some examples of Deep Kernel Learning, which are GP models that use kernels parameterized by neural networks.