An implementation of an approximate RBF kernel based on Fast Approximate Multioutput Gaussian Processes, with Mercer's expansion based on Stable Evaluation of Gaussian RBF Interpolants, using GPyTorch.
Install FAMGPyTorch using pip from GitHub repository:
pip install famgpytorch@git+https://github.com/Cef0PT/famgpytorchInstall FAMGPyTorch using pip from local directory:
pip install <path_to_this_directory>