mlpractical/README.md

16 lines
1.4 KiB
Markdown
Raw Normal View History

2018-09-13 03:28:00 +02:00
# Machine Learning Practical
This repository contains the code for the University of Edinburgh [School of Informatics](http://www.inf.ed.ac.uk) course [Machine Learning Practical](http://www.inf.ed.ac.uk/teaching/courses/mlp/).
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:
2024-10-14 10:56:47 +02:00
* a Python package `mlp`, a [NumPy](http://www.numpy.org/) 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](http://jupyter.org/) notebooks in the `notebooks` directory containing explanatory material and coding exercises to be completed during the course labs.
2018-09-13 03:28:00 +02:00
2024-10-14 10:56:47 +02:00
## 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.
2024-10-14 11:10:17 +02:00
* Detailed instructions are given in MLP2024_25_CW1_Spec.pdf (see Learn, Assessment, CW1).
2024-10-14 11:08:48 +02:00
* The [report directory](https://github.com/VICO-UoE/mlpractical/tree/mlp2024-25/coursework1/report) contains the latex files that you will use to create your report.