WEEK 10: DEEP LEARNING PRIMER

Introduction to deep learning, neural networks, and TensorFlow

November 17, 2025

← All Weeks

Weekly Materials

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.