Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhhhhhao/mlpractical
Machine Learning Practical (2018-2019)
https://github.com/hhhhhhao/mlpractical
Last synced: 23 days ago
JSON representation
Machine Learning Practical (2018-2019)
- Host: GitHub
- URL: https://github.com/hhhhhhao/mlpractical
- Owner: Hhhhhhao
- Created: 2018-09-23T14:43:40.000Z (over 6 years ago)
- Default Branch: mlp2018-9/lab1
- Last Pushed: 2018-12-15T20:30:18.000Z (about 6 years ago)
- Last Synced: 2024-12-05T17:34:28.809Z (about 1 month ago)
- Language: Jupyter Notebook
- Size: 253 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
* 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.## Getting set up
Detailed instructions for setting up a development environment for the course are given in [this file](notes/environment-set-up.md). Students doing the course will spend part of the first lab getting their own environment set up.