Skip to content

Tools for exact GP inference on massive image, video, spatial-temporal, or multi-output datasets.

Notifications You must be signed in to change notification settings

dacelab/gp_grid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gp_grid

Tools for exact GP inference on massive image, video, spatial-temporal, or multi-output datasets.

Installation & Setup

Only python 2 is supported currently, and up-to-date Anaconda distribution is recommended. For basic usage, we only rely on the numpy and scipy packages. Optionally, the lightweight tabulate package can be installed with pip which we use for printing. Additional non-standard packages such as GPy are required for testing, however, this is not required for regular use.

Tutorials

Citation

The underlying algorithms are based on the 2018 SDM paper (found here):

@inproceedings{evans_gp_grid,
  title={Exploiting Structure for Fast Kernel Learning},
  author={Evans, Trefor W and Nair, Prasanth B},
  booktitle={SIAM International Conference on Data Mining},
  year={2018},
  pages={414-422}
}

About

Tools for exact GP inference on massive image, video, spatial-temporal, or multi-output datasets.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 83.0%
  • Python 17.0%