Perceptrons: An Introduction to Computational Geometry (Expanded Edition), Marvin Minsky, Seymour A. Papert, 1988 (MIT Press) - A foundational work analyzing the capabilities and limitations of Perceptrons, particularly their inability to solve non-linearly separable problems. This expanded edition includes updates.
Pattern Recognition and Machine Learning, Christopher M. Bishop, 2006 (Springer)DOI: 10.1007/b139360 - A comprehensive textbook covering the mathematical foundations of pattern recognition and machine learning, with a clear explanation of the Perceptron model.
Neural Networks and Deep Learning, Michael Nielsen, 2015 (Determination Press) - An online, freely available book providing a clear and intuitive introduction to neural networks, including a detailed explanation of the Perceptron.