Go to file
2024-10-10 21:52:23 +08:00
data update lab 2 data 2024-09-21 02:14:01 +08:00
mlp update lab 4 2024-10-10 21:52:23 +08:00
notebooks update lab 4 2024-10-10 21:52:23 +08:00
notes update env setup 2024-09-22 04:11:13 +08:00
scripts Update setup 2024-10-02 00:59:04 +08:00
.gitignore Update lab 3 2024-10-03 21:53:33 +08:00
README.md setup 2024-25 lab 1 2024-09-18 21:56:35 +08:00
setup.py setup 2024-25 lab 1 2024-09-18 21:56:35 +08: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.

Remote working

If you are working remotely, follow this guide.

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.

Exercises

If you are first time users of jupyter notebook, check out notebooks/00_notebook.ipynb to understand its features.

To get started with the exercises, go to the notebooks directory. For lab 1, work with the notebook starting with the prefix 01, and so on.