Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 546 Bytes

GPR_by_Example

A collection of ipython notebooks outlining the basic features of Gaussian Process Regression.

Installation

The following packages are required:

numpy scipy matplotlib ipython[all]

Install them as you see fit and clone the GPR_by_Example directory i.e.

$ git clone https://github.com/landmanbester/GPR_by_Example

Demos

To run the demos just cd into GPR_by_Example directory and run (make sure you have activated your virtual environment if you are using one)

$ jupyter notebook

Further instructions await you there.