Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook covering the theoretical foundations and practical aspects of deep learning, including autoencoders, neural network architectures, and activation functions.
Keras Documentation, Keras team, 2024 - Official documentation for the Keras deep learning framework, covering model building with the Sequential API, Dense layers, and activation functions.
Keras: Multi-backend support, Keras team, 2024 - Official Keras guide on configuring and using different backends, including PyTorch, which is specified in the code example.