Code Monkey home page Code Monkey logo

comp0090's Introduction

COMP0090: Introduction to Deep Learning

UCL Module | CS | UCL Moodle Page

Term 1 (Autumn), Academic Year 2021-22

Module Lead
Yipeng Hu [email protected]

Tutors & TAs Email
Dr Andre Altmann [email protected]
Dr Ziyi Shen ---
Ahmed Shahin [email protected]
Shaheer Saeed [email protected]
Kate Yiwen Li [email protected]
Sophie Martin [email protected]
Liam Chalcroft [email protected]
Mark Pinnock [email protected]
Iani Gayo [email protected]
Qi Li [email protected]

1. Development environment

The module tutorials (see bellow) and coursework use Python, NumPy and an option between TensorFlow and PyTorch. The Development environment document contains details of the supported development environment, though it is not mandatory.

2. Tutorials

Quick start

To run the tutorial examples, follow the instruction below.

First, set up the environment:

conda create --name comp0090 tensorflow pytorch torchvision
conda activate comp0090

Additional libraries required for individual tutorials are specified in the readme file in each tutorial directory.

Scripts with "_tf" and "_pt" postfix are using TensorFlow 2 and PyTorch, respectively.

All visual examples will be saved in files, without requiring graphics.

Then, change directory cd to each individual tutorial folder and run individual training scripts, e.g.:

python train_pt.py   

or

python train_tf.py  

Convolutional neural networks

Image classification
Image segmentation

Recurrent neural networks

Text classification

Variational autoencoder

MNIST generation

Generative adversarial networks

Face image simulation

3. Reading list

A collection of books and research papers is provided in the Reading List.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.