A guide to the Keras Sequential model, François Chollet, 2024 - Provides detailed instructions and examples for defining models using the Keras Sequential API, covering its creation, usage, and limitations.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational text covering the theoretical basis of deep learning architectures, including feedforward networks, multi-layer perceptrons, and convolutional neural networks.
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, Aurélien Géron, 2022 (O'Reilly Media) - A practical guide offering implementation examples for building and training machine learning models using TensorFlow and Keras, with specific examples for the Sequential API.