e8333c02f1
commit eb66a44a9f899e20457576a3d34ceb33e0b46004 Author: Matt Graham <m.m.graham@ed.ac.uk> Date: Mon Oct 3 12:17:55 2016 +0100 Restoring output without static function definitions. commit 623748b334b7f0667c0b2d6e2f829a49978e87eb Author: Matt Graham <m.m.graham@ed.ac.uk> Date: Mon Oct 3 12:16:29 2016 +0100 Removing loaded static function definitions to test if helps Github rendering. commit 9b4c21b97e7766ba20db00f80bbd31081417c269 Author: Matt Graham <m.m.graham@ed.ac.uk> Date: Mon Oct 3 12:14:42 2016 +0100 Removing outputs from notebook to check if allows Github to render. |
||
---|---|---|
data | ||
mlp | ||
notebooks | ||
.gitignore | ||
environment-set-up.md | ||
quota-issue.md | ||
README.md | ||
setup.py |
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.