Skip to content

st--/VFF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VFF for GPflow 2

This is an updated version of the Variational Fourier Features implementation, forked from https://github.com/jameshensman/VFF (which was originally written to accompany the paper "Variational Fourier Features for Gaussian Processes" by James Hensman, Nicolas Durrande and Arno Solin).

Compared to the base repo, this version of the code has been ported to TensorFlow 2.x and GPflow 2. Some bugs and issues have been fixed in the process, and more tests of the code have been added. This is still work in progress. So far, the following modules have been ported:

Install

VFF relies heavily on GPflow. After installing GPflow, clone this repo and add the VFF directory to your PYTHONPATH. There are some examples in the experiments directory that replicate figures from the manuscript.

Questions and comments are welcome via github issues on this repo.

About

Variational Fourier Features

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.0%
  • Jupyter Notebook 31.0%