GithubHelp home page GithubHelp logo

osgpr's Introduction

Online Sparse Gaussian Process Regression

I remember there is a bug in the implementation (something related to triangular_solve and cholesky_solve) but I do not have time to fix it now. Please use the code with caution. I will fix it later.

This repository contains a pure PyTorch implementation of an online sparse Gaussian process regression model proposed by Bui et. al., NeurIPS 2017.

Installation

# Create a virtual environment
conda create -n osgpr python=3.8
conda activate osgpr

# Install PyTorch (2.1.0) from https://pytorch.org/get-started/locally/. For example,
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia

# Install other dependencies
pip install matplotlib tqdm git+https://github.com/gngdb/pytorch-minimize.git

Get Started

Simply run the main.py file to see an 1D demo:

python main.py

If you would like to compare the results with the original GPflow implementation, install GPflow 2.6:

pip install gpflow==2.6

Run the sanity_check.py file to see the side-by-side comparison:

python sanity_check.py

osgpr's People

Contributors

weizhe-chen avatar

Stargazers

 avatar Ahmet Zamanis avatar  avatar  avatar  avatar  avatar Ihab S. Mohamed avatar

Watchers

 avatar

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.