Last updated:|today|
- Speaker: Alex Smola
Did you ever want to find out about deep learning but didn't have time to spend months? New to machine learning? Do you want to build image classifiers, NLP apps, train on many GPUs or even on many machines? If you're an engineer or data scientist, this course is for you. This is about the equivalent of a Coursera course, all packed into one day. The course consists of four segments of 90 minutes each.
- Deep Learning Basics
- Convolutional Neural Networks for computer vision
- Best practices (GPUs, Parallelization, Fine Tuning, Transfer Learning)
- Recurrent Neural Networks for natural language (RNN, LSTM, GRU)
You should have some basic knowledge of Linear Algebra, Calculus, Probability, and Python (here's another book to learn Python). Moreover, you should have some experience with Jupyter notebooks, or with SageMaker notebooks. To run things on (multiple) GPUs you need access to a GPU server, such as the P2, G3, or P3 instances.
- This course relies heavily on the Dive into Deep Learning book. There's a lot more detail in the book (notebooks, examples, math, applications).
- The crash course will get you started. For more information also see other courses and tutorials based on the book.
- All notebooks below are availabe at d2l-ai/1day-notebooks, which contains instructions how to setup the running environments.
Time | Topics |
---|---|
8:00---9:00 | Setup clinic for laptops |
9:00---10:30 | Part 1: Deep learning basic |
10:30---11:00 | Coffee break |
11:00---12:30 | Part 2: Convolutional neural networks |
12:30---2:00 | Lunch break |
2:00---3:30 | Part 3: Performance |
3:30---4:00 | Coffee break |
4:00---5:30 | Part 4: Recurrent neural networks |
Notebooks:
- Data Manipulation with Ndarray [ipynb] [slides]
- Automatic Differentiation [ipynb] [slides]
- Linear Regression Implementation from Scratch [ipynb] [slides]
- Concise Implementation of Linear Regression [ipynb] [slides]
- Image Classification Data (Fashion-MNIST) [ipynb] [slides]
- Implementation of Softmax Regression from Scratch [ipynb] [slides]
- Concise Implementation of Softmax Regression [ipynb] [slides]
- Implementation of Multilayer Perceptron from Scratch [ipynb] [slides]
- Concise Implementation of Multilayer Perceptron [ipynb] [slides]
Notebooks:
- GPUs [ipynb] [slides]
- Convolutions [ipynb] [slides]
- Pooling [ipynb] [slides]
- Convolutional Neural Networks (LeNet) [ipynb] [slides]
- Deep Convolutional Neural Networks (AlexNet) [ipynb] [slides]
- Networks Using Blocks (VGG) [ipynb] [slides]
- Inception Networks (GoogLeNet) [ipynb] [slides]
- Residual Networks (ResNet) [ipynb] [slides]
Notebooks:
- A Hybrid of Imperative and Symbolic Programming [ipynb] [slides]
- Multi-GPU Computation Implementation from Scratch [ipynb] [slides]
- Concise Implementation of Multi-GPU Computation [ipynb] [slides]
- Fine Tuning [ipynb] [slides]
Notebooks: