Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A fundamental textbook that thoroughly covers the theoretical foundations and practical applications of deep learning, including detailed explanations of Multi-Layer Perceptrons and their capacity to learn non-linear functions.
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer) - A classic textbook that provides a rigorous introduction to neural networks, detailing the architecture and computational abilities of Multi-Layer Perceptrons for processing intricate data patterns.
Neural Networks and Deep Learning, Michael Nielsen, 2015 - An accessible online textbook chapter explaining the limitations of single-layer perceptrons, such as the XOR problem, and introducing the architecture of Multi-Layer Perceptrons to address these non-linear challenges.