Weekly Materials
Lecture Slides
Professor's main lecture presentation
TA Practice Slides
Hands-on tutorials and practice exercises
→
Lesson Guide
Comprehensive explanations and theory
→
References & Resources
Deep Learning Book
Goodfellow, Bengio, and Courville
TensorFlow Documentation
Official TensorFlow guides and tutorials
Additional Notes
Week 10: Deep Learning Primer
Topics Covered
- Deep learning basics
- Multi-layer perceptron
- Feed-forward networks
- Network training - SGD
- Error back-propagation
- Some notes on overfitting
- Introduction to TensorFlow, applied to supervised machine learning problems
Code Examples
This week includes implementations of neural networks from scratch and using TensorFlow, demonstrating fundamental deep learning concepts.
Practical Applications
Learn to build, train, and evaluate neural networks for various supervised learning tasks.