L

Luca Antiga Books

1 book·~10 min total read

Luca Antiga is the CTO of Orobix and a core developer of PyTorch.

Known for: Deep Learning with PyTorch

Books by Luca Antiga

Deep Learning with PyTorch

Deep Learning with PyTorch

ai_ml·10 min read

Deep Learning with PyTorch introduces the PyTorch framework and guides readers through building deep learning models from scratch. It covers fundamental concepts such as tensors, automatic differentiation, and neural network design, progressing to advanced topics like generative models and deployment. The book emphasizes practical implementation and understanding of deep learning principles using real-world examples.

Read Summary

Key Insights from Luca Antiga

1

Tensors and the Language of Deep Learning

Every concept in deep learning rests upon one elemental construct: the tensor. In PyTorch, tensors are more than arrays — they are living numerical entities that can move across CPUs and GPUs, support automatic differentiation, and form the foundation for all computations. Understanding tensors is l...

From Deep Learning with PyTorch

2

Autograd: Teaching Machines to Learn

Learning in neural networks depends on a simple but profound idea: optimization through gradient descent. PyTorch’s autograd system turns this mathematical abstraction into an effortless computational process. When you perform operations on tensors with `requires_grad=True`, PyTorch automatically bu...

From Deep Learning with PyTorch

About Luca Antiga

Luca Antiga is the CTO of Orobix and a core developer of PyTorch.

Frequently Asked Questions

Luca Antiga is the CTO of Orobix and a core developer of PyTorch.

Read Luca Antiga's books in 15 minutes

Get AI-powered summaries with key insights from 1 book by Luca Antiga.