Go to file
Visual Computing (VICO) Group 5d52a22448 Add missing files
2024-10-14 10:51:43 +01:00
data update lab 2 data 2024-09-21 02:14:01 +08:00
mlp Add missing files 2024-10-14 10:51:43 +01:00
notebooks Minor update 2024-10-14 10:03:02 +01: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 Add cw1 2024-10-14 09:56:47 +01:00
.gitignore Minor update 2024-10-14 10:03:02 +01:00
README.md Update README.md 2024-10-14 10:10:17 +01: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 1

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_CW1_Spec.pdf (see Learn, Assessment, CW1).
  • The report directory contains the latex files that you will use to create your report.