Deep Learning
Goodfellow, I., Bengio, Y., & Courville, A. (2016). Deep learning. MIT Press.
https://www.deeplearningbook.org/
Chapter 6 of this book covers backpropagation, a key process in training neural networks. Students should review this chapter to understand how neural networks learn from data and adjust their weights to improve accuracy. This resource is critical for understanding the theoretical framework behind neural networks, which students will apply in building simple models.