Git Product home page Git Product logo

var-gp's Introduction

Continual Learning with GPs

This repository hosts code for Variational Auto-Regressive Gaussian Processes for Continual Learning by Sanyam Kapoor, Theofanis Karaletsos, Thang D. Bui.

Setup

From the root of the directory

conda env create

This creates the environment from environment.yml.

In addition, ensure availability of the this directory in PYTHONPATH for module imports. As an example in Bash,

export PYTHONPATH="$(pwd):${PYTHONPATH}"

Experiments

All experiment scripts utilize Fire and the arguments can directly be converted to CLI arguments. Appropriate functions are mentioned to look for CLI arguments to change. The default arguments are enough to reproduce results in the paper.

Toy Dataset

CLI Arguments: See toy method.

python experiments/vargp.py toy

Split MNIST

CLI Arguments: See split_mnist method.

python experiments/vargp.py s-mnist

Permuted MNIST

CLI Arguments: See permuted_mnist method.

python experiments/vargp.py p-mnist

Checkpoints and Graphs

The checkpoints files can be downloaded here. Extract contents of the zip file into notebooks/results.

All graphs in the paper can now be generated via code in the notebooks.

Acknowledgements

SK was supported by the Uber AI Residency program.

License

Apache 2.0

var-gp's People

Contributors

activatedgeek avatar thangbui avatar

Stargazers

 avatar

Watchers

 avatar  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.