Skip to content

Weizhe-Chen/TorchGP

Repository files navigation

TorchGP

Simple PyTorch implementation of Gaussian process models for research and education

Installation

git clone https://github.com/Weizhe-Chen/TorchGP.git
cd TorchGP
pip install -r requirements.txt
pip install -e .

Get Started

Some examples can be found in notebooks/:

cd notebooks
jupyter notebook

Contributing

If you would like to become a TorchGP developer and contribute to the project, please make sure to install the following development tools by running the command:

pip install -r requirements_dev.txt
pip install -r docs/requirements.txt

The documentation website can be launched locally via

mkdocs serve

About

PyTorch implementation of Gaussian process models for research and education

Topics

Resources

License

Stars

Watchers

Forks