Perceptrons: An Introduction to Computational Geometry, Marvin Minsky and Seymour Papert, 1987 (MIT Press) - This classic book critically analyzed the limitations of single-layer perceptrons, most notably demonstrating their inability to solve the XOR problem, which significantly influenced the direction of early AI research.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook that provides a modern treatment of deep learning, including a clear explanation of the Perceptron, its inherent limitations, and the motivation for multi-layer architectures to overcome these issues.
CS229 Lecture Notes: Neural Networks, Tengyu Ma, Anand Avati, Kian Katanforoosh, Andrew Ng, 2019 (Stanford University) - Lecture notes from a highly respected machine learning course, offering an accessible academic explanation of the Perceptron model, its linear separability, and its inability to solve problems like XOR.