Introduction to Neural Networks as Composite Functions
Was this section helpful?
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Explains the mathematical foundations of neural networks, including their representation as composite functions and the role of the chain rule in gradient computation.
Neural Networks and Deep Learning, Michael Nielsen, 2015 (Determination Press) - Provides a clear, interactive explanation of neural networks as compositions of functions, detailing the mathematics behind single neurons and multi-layer networks, essential for understanding backpropagation.