Keras Documentation, Keras Team, 2024 - Official documentation for Keras, providing comprehensive guides and API references for building and training neural networks, including layers, activation functions, loss functions, and optimizers.
PyTorch Documentation, PyTorch Team, 2024 - Official documentation for PyTorch, offering detailed explanations and API references for tensor operations, neural network modules, optimizers, and data utilities.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A foundational textbook covering theoretical and practical aspects of deep learning, including network architectures, activation functions, loss functions, optimization algorithms, and regularization.
Deep Learning with Python, François Chollet, 2021 (Manning Publications) - A practical guide to building and applying deep learning models using Keras and TensorFlow, offering hands-on examples for architecture design, data preprocessing, and training strategies.