Go to file
2016-09-20 12:49:14 +01:00
data 1st labs 2015-09-27 22:00:09 +01:00
mlp Renaming trainers module to optimisers. 2016-09-19 12:25:43 +01:00
notebooks Moving res under notebooks subdirectory. 2016-09-18 01:06:53 +01:00
.gitignore 1st labs 2015-09-27 22:00:09 +01:00
environment-set-up.md Adding data directory environment variable instructions. 2016-09-19 08:26:06 +01:00
README.md Updating README to remove old set up instructions and link to new ones. 2016-09-20 12:49:14 +01:00
setup.py Adding setup.py install script for mlp package. 2016-09-17 15:08:26 +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 complement the course lectures as well as the course assignments.

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.