- PyTorch basics, Autograd and Fully Connected Neural Networks
- Optimization & Convolutional Neural Networks (CNNs)
- Popular Architectures and Transfer Learning
- Recurrent Neural Networks (RNNs & LSTM)
- Autoencoders (AEs), Denoising and Variational AEs
- Generative Adversarial Networks (GANs)
- Deep Metric and Similarity Learning
- Semantic Segmentation and Introduction to Final Project
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt install -y python3.12 python3.12-venv python-is-python3
python3.12 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
Assignment | Max | Points |
---|---|---|
1 | 100 | 100 |
2 | 100 | 100 |
3 | 100 | 75 |
4 | 100 | 100 |
5 | 100 | 100 |
6 | 100 | 100 |
7 | 100 | |
SUM | 700 |