Update to use Pytorch with Keras 3 instead of Tensorflow
PyTorch Documentation, PyTorch Core Team, 2023 (PyTorch Foundation) - Official and regularly updated guide for learning and using the PyTorch deep learning framework, covering its core functionalities and API.
Keras Documentation, Keras Team, 2023 - Official documentation for Keras, providing detailed guides for building neural networks and configuring its multi-backend support, including PyTorch.
PyTorch: An Imperative Style, High-Performance Deep Learning Library, Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, Alban Desmaison, Andreas Kopf, Edward Yang, Zachary DeVito, Martin Raison, Alykhan Tejani, Sasank Chilamkurthy, Benoit Steiner, Lu Fang, Junjie Bai, Soumith Chintala, 2019Advances in Neural Information Processing Systems 32 (Curran Associates, Inc.)DOI: 10.5555/3454287.3455008 - This paper introduces the PyTorch framework, outlining its design principles, such as imperative programming and dynamic computation graphs, and its contributions to deep learning research.
Deep Learning with Python (2nd Edition), François Chollet, 2021 (Manning Publications) - A comprehensive guide to deep learning written by the creator of Keras, focusing on practical applications and best practices using the Keras API.