Go to file
Visual Computing (VICO) Group be1f124dff Update
2024-11-11 09:57:57 +00:00
data Add missing data files 2024-10-14 11:01:45 +01:00
mlp Update 2024-11-11 09:57:57 +00:00
notebooks Update 2024-11-11 09:57:57 +00:00
notes update env setup 2024-09-22 04:11:13 +08:00
report Add cw1 2024-10-14 09:56:47 +01:00
scripts Update 2024-11-11 09:57:57 +00:00
.gitignore Add missing data files 2024-10-14 11:01:45 +01:00
README.md Update 2024-11-11 09:57:57 +00: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.

Coursework 2

This branch contains the python code and latex files of the first coursework. The code follows the same structure as the labs, in particular the mlp package, and a specific notebook is provided to help you run experiments.

  • Detailed instructions are given in MLP2024_25_CW2_Spec.pdf (see Learn, Assessment, CW2).
  • The report directory contains the latex files that you will use to create your report.