Lipari School on Network and Computer Sciences
Material for Hands-on introduction to deep learning with PyTorch (5h):
- (slides) introductory slides
- (code) a first example on Colab: dogs and cats with VGG
- (slides) linear/logistic regressions, classification and PyTorch module.
- (slides) embeddings and dataloader
- (code) Collaborative filtering: matrix factorization and recommender system
- (slides) A short introduction to Graph Neural Networks
Going a bit further:
- the Neural Network zoo
- (code) Understanding autograd with a regression: intro to pytorch
- (code) Auto-Encoder
Back to dataflowr