The Wayback Machine - https://web.archive.org/web/20200530085218/https://github.com/lexfridman/mit-deep-learning
Skip to content
Tutorials, assignments, and competitions for MIT Deep Learning related courses.
Jupyter Notebook
Branch: master
Clone or download

Latest commit

Latest commit c5cc240 Feb 17, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
images Updated images/thumb_mushroom_biggan.gif Feb 17, 2019
tutorial_deep_learning_basics fix colab issue Jan 24, 2019
tutorial_driving_scene_segmentation No commit message Jan 14, 2019
tutorial_gans Updated tutorial_gans/tutorial_gans.ipynb Feb 17, 2019
tutorials_previous Some errors I noticed Jan 8, 2019
LICENSE.md Create LICENSE.md Jan 13, 2019
README.md Added GAN tutorial. Feb 17, 2019

README.md

MIT Deep Learning

This repository is a collection of tutorials for MIT Deep Learning courses. More added as courses progress.

Tutorial: Deep Learning Basics

This tutorial accompanies the lecture on Deep Learning Basics. It presents several concepts in deep learning, demonstrating the first two (feed forward and convolutional neural networks) and providing pointers to tutorials on the others. This is a good place to start.

Links: [ Jupyter Notebook ] [ Google Colab ] [ Blog Post ] [ Lecture Video ]

Tutorial: Driving Scene Segmentation

This tutorial demostrates semantic segmentation with a state-of-the-art model (DeepLab) on a sample video from the MIT Driving Scene Segmentation Dataset.

Links: [ Jupyter Notebook ] [ Google Colab ]

Tutorial: Generative Adversarial Networks (GANs)

This tutorial explores generative adversarial networks (GANs) starting with BigGAN, the state-of-the-art conditional GAN.

Links: [ Jupyter Notebook ] [ Google Colab ]

DeepTraffic Deep Reinforcement Learning Competition

DeepTraffic is a deep reinforcement learning competition. The goal is to create a neural network that drives a vehicle (or multiple vehicles) as fast as possible through dense highway traffic.

Links: [ GitHub ] [ Website ] [ Paper ]

Team

You can’t perform that action at this time.