This code repository contains the exercises for the Statistical Pattern recognition Course.
Exercise templates can be found in the templates
directory. They will be in jupyter notebook format. Solutions will become availabe on the course website in a delayed basis. The data
directory contains small datasets that your will need for different excercies.
Install python 3.8 and the packages from requirements.txt
as described in setup.pdf.
Get familiar with jupyter notebooks,
start a local notebook server with the jupyter notebook
command and open the notebooks in the templates
directory to start coding.