Introduction to Deep Learning Frameworks (TensorFlow/Keras, PyTorch)
Was this section helpful?
TensorFlow Documentation, TensorFlow Authors, 2023 - Official and comprehensive guide to the TensorFlow ecosystem, including its Keras API.
PyTorch Documentation, PyTorch Authors, 2023 (PyTorch Foundation) - The authoritative source for PyTorch functionalities, APIs, and tutorials.
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 Köpf, Edward Yang, Zach DeVito, Martin Raison, Alykhan Tejani, Sasank Chilamkurthy, Benoit Steiner, Lu Fang, Junjie Bai, Soumith Chintala, 2019Advances in Neural Information Processing Systems 32 (NeurIPS 2019) (NeurIPS)DOI: 10.48550/arXiv.1912.01703 - The authoritative academic paper introducing PyTorch and its define-by-run approach.
Deep Learning with Python, François Chollet, 2021 (Manning Publications) - A practical guide by the creator of Keras, demonstrating deep learning concepts with concrete examples. (2nd edition)