Go to file
Arushi Goel d13e491f95 lab1
2020-09-15 14:24:27 +01:00
data lab1 2018-09-13 02:28:00 +01:00
mlp lab1 2018-09-13 02:28:00 +01:00
notebooks lab1 2020-09-15 14:24:27 +01:00
notes remote working 2020-09-15 13:32:14 +01:00
scripts lab1 2018-09-13 02:28:00 +01:00
.gitignore 1st labs 2015-09-27 22:00:09 +01:00
README.md remote working 2020-09-15 13:32:14 +01:00
setup.py lab1 2018-09-13 02:28:00 +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. Before starting to set up the environment make sure you are remotely connetced to the Informatics Network and the dice machine by following this guide if you are working on the DICE (highly recommended) and not your personal machine. Students doing the course will spend part of the first lab getting their own environment set up.