Go to file
s1682454 a89dcff632 Fixed typo (#47)
* Fixed typo

use qstat instead of qsub to display job status

* Fixing second incorrect qsub/qstat substitution.
2017-02-17 23:05:37 +00:00
courseworks Adding second coursework handout. 2017-01-27 15:43:32 +00:00
data Updating data_providers module to be Python 3 compatible. 2017-01-24 16:57:40 +00:00
mlp Updating data_providers module to be Python 3 compatible. 2017-01-24 16:57:40 +00:00
notebooks Adding notebook with convolutional layer implementation. 2017-01-27 18:25:12 +00:00
notes Fixed typo (#47) 2017-02-17 23:05:37 +00:00
scripts Adding note on running on cluster + example script. 2017-02-13 14:30:45 +00:00
.gitignore Adding notebook checkpoints directory to ignore list. 2017-02-13 15:18:39 +00:00
README.md Updating environment set up note link. 2017-02-13 14:29:13 +00:00
setup.py Adding additional authors to metadata. 2016-09-21 00:53:52 +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.