Gradient-Based Learning Applied to Document Recognition, Yann LeCun, Léon Bottou, Yoshua Bengio, Patrick Haffner, 1998Proceedings of the IEEE, Vol. 86 (IEEE)DOI: 10.1109/5.726791 - Introduces the fundamental concepts of convolutional neural networks, including convolutional and pooling layers, which form the basis for the architecture discussed.
Guide to the Sequential model, fchollet, 2024 (Keras Documentation) - Official documentation for building neural networks using the Keras Sequential API, directly applicable to the model construction examples.
Deep Learning, Ian Goodfellow, Yoshua Bengio, Aaron Courville, 2016 (MIT Press) - A standard textbook providing theoretical and practical understanding of convolutional neural networks.
CS231n: Convolutional Neural Networks for Visual Recognition, Stanford University, CS231n Teaching Staff, 2023 (Stanford University) - Course materials offering detailed explanations of CNN architectures, layers, and their applications in computer vision.