Skip to content

πŸ“– An interactive article on Gaussian Processes for the course AI503 Mathematics for AI (KAIST, Kim Jaechul Graduate School of AI).

Notifications You must be signed in to change notification settings

meganelisabethfinch/ai503-article

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Gaussian Processes

Getting started locally

Create a virtual environment at the root level directory, activate and install the requirements with

python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.txt

Then start the notebook with

python -m ipykernel install --user --name=ai503
jupyter notebook

Getting started on Colab

You'll need to put the requirements.txt in your folder on Colab, then follow the instructions in the notebook.

About

πŸ“– An interactive article on Gaussian Processes for the course AI503 Mathematics for AI (KAIST, Kim Jaechul Graduate School of AI).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published