Introduction to Deep Learning Frameworks (TensorFlow/PyTorch)
Was this section helpful?
PyTorch Documentation, PyTorch Contributors, 2024 (PyTorch Foundation) - The official guide for learning and using PyTorch, covering its API, modules, and training workflows.
TensorFlow Core APIs Documentation, TensorFlow Authors, 2024 - The official reference for TensorFlow's core APIs, including Keras, providing detailed usage for building and training models.
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - A comprehensive textbook covering the mathematical and conceptual foundations of deep learning, including automatic differentiation and computational graphs, which frameworks automate.
Deep Learning with Python, François Chollet, 2021 (Manning Publications) - A practical guide to building and training deep learning models using Keras and TensorFlow, demonstrating framework advantages through examples.