logo
Loading...

Deep Learning with PyTorch Live Course - ResNet, Regularization and Data Augmentation (Part 5 of 6) - freeCodeCamp.org - 深度學習 Deep Learning 公開課 - Cupoy

This is a beginner-friendly coding-first online course on PyTorch - one of the most widely used and ...

This is a beginner-friendly coding-first online course on PyTorch - one of the most widely used and fastest growing frameworks for machine learning. This video covers the process of applying advanced techniques like residual networks, data augmentation, batch normalization and transfer learning to achieve state of the art results for image classification in a very short time. Resources: 🔗 Classifying CIFAR10 images using a ResNet : https://jovian.ml/aakashns/05b-cifar1... 🔗 Transfer learning starter: https://jovian.ml/aakashns/transfer-l... 🔗 Discussion forum: https://jovian.ml/forum/t/lecture-5-d... 🔗 Data science competition: https://www.kaggle.com/c/jovian-pytor... 🔗 Course project: https://jovian.ml/forum/t/assignment-... Topics covered: ⌨️ Improving the dataset using data normalization and data augmentation ⌨️ Improving the model using residual connections and batch normalization ⌨️ Improving the training loop using learning rate annealing, weight decay and gradient clip ⌨️ Training a state of the art image classifier from scratch in 5 minutes