Coder Social home page Coder Social logo

jmhessel / gpytorch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cornellius-gp/gpytorch

1.0 3.0 0.0 5.18 MB

A highly efficient and modular implementation of Gaussian Processes in PyTorch

License: MIT License

Python 98.70% C 1.25% C++ 0.05%

gpytorch's Introduction

GPyTorch (Alpha Relase)

Build status

GPyTorch is a Gaussian Process library, implemented using PyTorch. It is designed for creating flexible and modular Gaussian Process models with ease, so that you don't have to be an expert to use GPs.

This package is currently under development, and is likely to change. Some things you can do right now:

If you use GPyTorch, please cite the following paper:

Gardner, Jacob R., Geoff Pleiss, Ruihan Wu, Kilian Q. Weinberger, and Andrew Gordon Wilson. "Product Kernel Interpolation for Scalable Gaussian Processes." In AISTATS (2018).

@inproceedings{gardner2018product,
  title={Product Kernel Interpolation for Scalable Gaussian Processes},
  author={Gardner, Jacob R and Pleiss, Geoff and Wu, Ruihan and Weinberger, Kilian Q and Wilson, Andrew Gordon},
  booktitle={AISTATS},
  year={2018}
}

Installation

Global installation

The easiest way to install GPyTorch is by installing the dependencies we require, PyTorch >= 0.3.0 and libfftw3 > 3.3.6 (source) using conda, and then installing GPyTorch using pip. This can be accomplished globally using one of the two sets of commands below depending on whether you want CUDA support.

For CUDA/GPU support, run:

conda install fftw cffi pytorch torchvision cuda80 -c conda-forge -c pytorch
pip install git+https://github.com/cornellius-gp/gpytorch.git

If you do not have or do not wish to use CUDA, instead run:

conda install fftw cffi pytorch torchvision -c conda-forge -c pytorch
pip install git+https://github.com/cornellius-gp/gpytorch.git

If you install libfftw3 from source, be sure to run configure with --enable-shared. To use packages globally but install GPyTorch as a user-only package, use pip install --user above.

Installation in a conda environment

We also provide two conda environment files, environment.yml and environment_cuda.yml. As an example, to install GPyTorch in a conda environment with cuda support, run:

git clone git+https://github.com/cornellius-gp/gpytorch.git
conda create -f gpytorch/environment_cuda.yml
source activate gpytorch
pip install gpytorch/

Documentation

Still a work in progress. For now, please refer to the following example Jupyter notebooks.

Development

To run the unit tests:

python -m unittest

By default, the random seeds are locked down for some of the tests. If you want to run the tests without locking down the seed, run

UNLOCK_SEED=true python -m unittest

Please lint the code with flake8.

pip install flake8  # if not already installed
flake8

Acknowledgements

Development of GPyTorch is supported by funding from the Bill and Melinda Gates Foundation.

gpytorch's People

Contributors

balandat avatar bramsw avatar colesbury avatar gpleiss avatar jacobrgardner avatar jaredsfrank avatar wrh14 avatar

Stargazers

 avatar

Watchers

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