Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 799 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 799 Bytes

Statistical Pattern Recognition exercises

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.

Setup

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.