Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 769 Bytes

README.md

File metadata and controls

37 lines (17 loc) · 769 Bytes

Under construction -- updated GPflow implementation will shortly follow.

📋 Accompanying code for "Matrix Inversion free variational inference in Conditional Student's T Processes"

This repository is the official implementation of Matrix Inversion free variational inference in Conditional Student's T Processes.

📋 Inverse Free Conditional Student-T Processes

Requirements

To install requirements:

pip install tensorflow-gpu

Toy Examples

To obtain the toy examples from the paper, run this command:

python3 banana.py --num_inducing=$num_inducing
python3 snelson.py --num_inducing=$num_inducing

Citing this work

TBD