Gradient-based learning applied to document recognition, Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner, 1998Proceedings of the IEEE, Vol. 86 (IEEE)DOI: 10.1109/5.726791 - This paper introduces LeNet-5, a pioneering CNN architecture, and describes the principles of local receptive fields and weight sharing that are central to modern CNNs.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - Chapter 9, 'Convolutional Networks,' offers a broad introduction to CNNs, covering their design, components, and benefits over MLPs for image tasks.
Convolutional Neural Networks (CNNs), Stanford University CS231n, 2023 (Stanford University) - This influential online resource clearly explains the concepts behind CNNs, including the challenges of using MLPs for image data and the solutions CNNs offer.