Learning from Errors: Backpropagation (High-Level)
Was this section helpful?
Learning representations by back-propagating errors, David E. Rumelhart, Geoffrey E. Hinton, Ronald J. Williams, 1986Nature, Vol. 323 (Springer Nature)DOI: 10.1038/323533a0 - This seminal paper introduced the backpropagation algorithm, which became a fundamental method for training multi-layer neural networks. It marked a significant advancement in the field.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - This authoritative textbook offers a thorough explanation of backpropagation, building from fundamental principles to advanced applications in deep neural networks.
Neural Networks and Deep Learning, Michael Nielsen, 2019 - An excellent online resource providing a clear and intuitive exposition of how backpropagation works, suitable for beginners seeking conceptual clarity.
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer) - A widely respected textbook that presents a rigorous yet understandable derivation and explanation of the backpropagation algorithm within the context of neural networks.