Skip to content

Latest commit

 

History

History
259 lines (222 loc) · 21.8 KB

README.md

File metadata and controls

259 lines (222 loc) · 21.8 KB

Universidade Federal do Rio Grande do Norte

Instituto Metrópole Digital

IMD1114 - Deep Learning

References

  • 📚 Adrian Rosebrock. Deep Learning for Computer Vision with Python [Link]
  • 📚 Jason Brownlee. Deep Learning for Computer Vision: Image Classification, Object Detection, and Face Recognition in Python [Link]
  • 📚 Jason Brownlee. Better Deep Learning [Link]
  • 📚 Aurélien Géron. Hands on Machine Learning with Scikit-Learn, Keras and TensorFlow. [Link]
  • 📚 François Chollet. Deep Learning with Python [Link]

Lessons

Week 01 - Introduction [Slide]

Weeks 02 & 03 - Fundamentals of Deep Learning [Slide]

Weeks 04 & 05 Better Generalization vs Better Learning [Slide]

Week 06 - Hyperparameter Tuning & Batch Normalization [Slide]

Week 07 - Fundamentals of Convolutional Neural Networks (CNN) [Slide]

Week 08 - Convolutional Neural Networks (CNN) Architecture I [Slide]

Week 09 - Convolutional Neural Networks (CNN) Architecture II [Slide]

Week 10 - Convolutional Neural Networks (CNN) Architecture III - ResNet

Week 11 - Transfer Learning [Slide]


🎓 ML & Deep Learning Course Notes

Sharing course notes on all topics related to machine learning, NLP, and AI.

MIT 6.S191 Introduction to Deep Learning (2022)

Website | Lectures by: Alexander Amini and Ava Soleimany

Lecture Description Video Notes Author
Introduction to Deep Learning Basic fundamentals of neural networks and deep learning. Video Notes Elvis
RNNs and Transformers Introduction to recurrent neural networks and transformers. Video Notes Elvis
Deep Computer Vision Deep Neural Networks for Computer Vision. Video Notes Elvis
Deep Generative Modeling Autoencoders and GANs. Video Notes Elvis
Deep Reinforcement Learning Deep RL key concepts and DQNs. Video Notes Elvis
Limitations and New Frontiers Limitations and New Frontiers in Deep Learning. Video WIP Elvis
Autonomous Driving with LiDAR Autonomous Driving with LiDAR. Video WIP Elvis

CS224N: Natural Language Processing with Deep Learning (2022)

Website

Lecture Description Video Notes Author
Introduction and Word Vectors Introduction to NLP and Word Vectors. Video Notes 🆕 Elvis
Neural Classifiers Neural Classifiers for NLP. Video WIP Elvis

CS25: Transformers United

Website | Instructors: Div Garg, Chetanya Rastogi, Advay Pal

Lecture Description Video Notes Author
Introduction to Transformers A short summary of attention and Transformers. Video Notes 🆕 Elvis
Transformers in Language: GPT-3, Codex The development of GPT Models including GPT3. Video WIP Elvis