gbaydin / ml-aims-mt2020

Material related to the practical sessions and assessment of the ML module, AIMS-CDT, University of Oxford

Home Page:http://www.robots.ox.ac.uk/~gunes/teaching/ml-aims-mt2020.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning

AIMS CDT - Michaelmas Term 2020, Week 4

This repository contains material related to the practical sessions and assessment of the Machine Learning module within the Autonomous Intelligent Machines and Systems (AIMS) CDT taught course at the University of Oxford.

For more information please visit the course web page.

Practical sessions

These are hands-on tutorial sessions that are grouped into four parts reflecting the structure of the module covering eight lectures over four days. See under each practical directory for more information.

  • L1-L2: linear regression
  • L3-L4: differentiable programming
  • L5-L6: image classification
  • L7-L8: probabilistic programming

Setup

In order to follow the practicals you need to have the following installed.

Alternatively you can use a Google Colab notebook, within which PyTorch and the other dependencies are available by default and you can install Pyro by running !pip install pyro-ppl in a regular code cell. Colab notebooks run the code in the cloud and do not require any installation in your local machine.

Demonstrators

The demonstrators for the practicals are Benjamin Moseley and Lewis Smith.

Assessed assignment

The course is assessed by a take-home assignment that needs to be submitted. See the assessed assignment directory for the instructions. Deadline: 9 November 2020

About

Material related to the practical sessions and assessment of the ML module, AIMS-CDT, University of Oxford

http://www.robots.ox.ac.uk/~gunes/teaching/ml-aims-mt2020.html


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%