ssoudan / pyGP

Various experimentations around Gaussian Processes.

Home Page:https://ssoudan.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyGP

Various experimentations around Gaussian Processes.

Run

conda create --name pyGP python=3.7
conda activate pyGP
pip install -r requirements.txt

and then 'run' the main's in example/ from PyCharm.

or wtih docker:

./BUILD.sh && ./RUN.sh

You'll find the output in ... output folder.

What is in there?

Don't expect too much originality here, it's mostly a bunch of tutorial or example code put together in the same place.

GP regression:

Bayesian optimization:

  • src/main/python/run_bo.py: comparison of the different variantes for BO purpose

About

Various experimentations around Gaussian Processes.

https://ssoudan.blog

License:MIT License


Languages

Language:Python 94.5%Language:Shell 3.9%Language:Dockerfile 1.5%