Go to file
2017-11-07 12:55:41 +00:00
data CW2 init 2017-11-06 14:04:47 +00:00
mlp Add evaluation phase for stochastic layers 2017-11-07 12:55:23 +00:00
notebooks Add modified notebooks 2017-11-06 17:33:23 +00:00
notes Add instructions for remote secure notebooks 2017-09-25 13:03:56 +01:00
report CW2 init 2017-11-06 14:04:47 +00:00
scripts Delete generate_inputs.py 2017-11-06 17:34:25 +00:00
spec Further spec changes 2017-11-06 17:31:41 +00:00
.gitignore 1st labs 2015-09-27 22:00:09 +01:00
README.md Fix read.md link error 2017-09-26 08:33:48 +01:00
setup.py Minor Fixes 2017-09-22 14:48:03 +01:00

Machine Learning Practical

This repository contains the code for the University of Edinburgh School of Informatics course Machine Learning Practical.

This assignment-based course is focused on the implementation and evaluation of machine learning systems. Students who do this course will have experience in the design, implementation, training, and evaluation of machine learning systems.

The code in this repository is split into:

  • a Python package mlp, a NumPy based neural network package designed specifically for the course that students will implement parts of and extend during the course labs and assignments,
  • a series of Jupyter notebooks in the notebooks directory containing explanatory material and coding exercises to be completed during the course labs.

Getting set up

Detailed instructions for setting up a development environment for the course are given in this file. Students doing the course will spend part of the first lab getting their own environment set up.