I decided to self-study deep learning. Here is my take on the homeworks proposed on the course Deep Learning 2021 offered by Instituto Superior Técnico, University of Lisbon, Portugal.
- Linear regression
- Logistic regression
- Perceptron
- Multi-layer perceptron
- Stochastic gradient descent
- Pytorch & numpy
- Image classification with CNNs
- Image captioning with encoder-decoder models
- Attention mechanisms
- Pytorch