A library for performing exact inference with multitask GPs using samples of dot products with given vectors, built on top of gpytorch. Open sourced from my internship at Microsoft Ads, see project page here.
While the project includes code for updating a GP using dot product samples, it is shipped together with code for representing a function
- A cleaner separation between the "function-representation" code and the base GP update code, splitting them into different folders.
- A Likelihood class for dot product samples.
More details and a setup.py file to be added.