Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 934 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 934 Bytes

vmgp

This is the repository of Vivek Myers and Nikhil Sardana for our CS 330 final project, Bayesian Meta-Learning Through Variational Gaussian Processes.

Paper: https://arxiv.org/abs/2110.11044

summary of results

Above: Predictions (bottom row) and posterior predictive distribution densities (for the single red testing point, top row) from each model on a 5·floor(z) latent function task. VMGP is able to predict a multimodal mixture of point distributions to model its uncertainty, outperforming the other, less expressive methods.

prediction examples

Above: Sinusoid Regression Examples. Columns, from left: EMAML, AlPaCA, DKT, VMGP (ours). Each row shows an example test task from a different variant of the regression environment. Rows, from top: standard sinusoids, high frequency sinusoids, out of range testing, and tangent functions.