Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 357 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 357 Bytes

LecturePatternRecognition2

Solutions to the exercise sheets for the lecture "Pattern Recognition 2".

Necessary packages are listed in patternrec.yml.

To set up a conda environment and make it available to jupyter you can run:

conda env create -f patternrec.yml
conda activate patternrec

ipython kernel install --user --name=patternrec_kernel