Sequential model, Keras team, 2024 - Official Keras documentation providing detailed API specifications and usage examples for the Sequential model.
Deep Learning with Python, François Chollet, 2021 (Manning Publications) - An authoritative book by the creator of Keras, covering core concepts and practical applications of Keras, including model building with the Sequential API.
Build a Keras model with the Sequential API, fchollet, 2024 (TensorFlow) - Official TensorFlow guide that discusses how to construct models using the Keras Sequential API, with practical code examples.