faster.ai
-
Day 1:
- (slides) introductory slides
- (code) a first example on Colab: dogs and cats with VGG
- (code) making a regression with autograd: intro to pytorch
- using colab to compute features, just run the following notebook on colab. It should load the features of dogs and cats in your drive.
-
Day 2:
- (slides) refresher: linear/logistic regressions, classification and PyTorch module.
- using colab features to overfit . This practical requires the features computed on colab in day 1.
- (code) understanding convolutions and your first neural network for a digit recognizer.
- (slides) embeddings and dataloader
- (code) Collaborative filtering: matrix factorization and recommender system
-
Day 3:
- (slides) Reccurrent Neural Networks and associated code
- (code) PyTorch tutorial on char-RNN
- (slides) optimization
- (code) Word2vec
- (code) Playing with word embedding
-
Day 4:
- (slides) Generative Adversarial Networks
- (code) Conditional and Info GANs
- (slides) Opening the black box
- (code) CAM
- (code) Adversarial examples
Back to dataflowr