Skip to content

endrelaszlo/IntroGaussianProcess

Repository files navigation

Introduction to Gaussian Processes

Binder

One may start with the tutorial using either:

  • Jupyter Notebook served on Binder
  • Jupyter Notebook served by own server
    • Using Docker
    • Using Conda

Binder

The Jupyter Notebook is available on Binder for ease of use: Binder

Note: May take a while to start the notebook as the Docker image might need to be rebuilt.

If you're interested in the Binder Project please visit the project website MyBinder or a brief description about the project on Jupyter.

Serving the Notebook using Docker environment

make build
make run

Serving the Notebook using Conda environment

Clone Github repo and create Conda environment

git clone https://github.com/endrelaszlo/IntroGaussianProcess.git
cd IntroGaussianProcess 
conda env create -f environment.yml
conda activate gp
juptyer notebook

About

Gaussian Process Sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages