Coder Social home page Coder Social logo

hjakecunningham / asvgp Goto Github PK

View Code? Open in Web Editor NEW
9.0 2.0 2.0 141 KB

Actually Sparse Variational Gaussian Processes implemented in GPlow

Python 57.68% Jupyter Notebook 42.32%
gaussian-processes gpflow sparse-gaussian-processes sparse-regression

asvgp's Introduction

Actually Sparse Variational Gaussian Processes

image

This repository includes the official implementation of Actually Sparse Variational Gaussian processes, a sparse variational Gaussian process approximation, that utilises sparse linear algebra to efficiently scale low-dimensional Matern Gaussian processes to large numbers of datapoints.

Our implementation is built upon GPFlow and banded_matrices packages.

If you find this repository useful, please cite our paper

@inproceedings{cunningham2023actually,
  title={Actually Sparse Variational Gaussian Processes},
  author={Cunningham, Harry Jake and de Souza, Daniel Augusto and Takao, So and van der Wilk, Mark and Deisenroth, Marc Peter},
  booktitle={International Conference on Artificial Intelligence and Statistics},
  pages={10395--10408},
  year={2023},
  organization={PMLR}
}

Installation

Our package requires installation of a development branch of banded_matrices which is written in C++

  1. Create fresh conda environement
conda create -n venv python=3.7
conda activate venv
  1. Install tensorflow=2.4
pip install tensorflow==2.4
  1. Clone banded_matrices package
git clone --branch awav/fix-banded-hashable-tensor https://github.com/secondmind-labs/banded_matrices.git
cd banded_matrices
  1. Build python banded_matrices package (Note that his requires gcc version 7)
python setup.py sdist bdist_wheel
  1. Install banded_matrices package
pip install dist/banded_matrices-0.0.6-*.whl
  1. Install remaining requirements
pip install -r requirements.txt
pip install -e .

asvgp's People

Contributors

hjakecunningham avatar sotakao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

sotakao liuynkit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.