/ai503-article

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

Primary LanguageJupyter Notebook

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.