E

Eli Stevens Books

1 book·~10 min total read

Eli Stevens is a software engineer with extensive experience in machine learning and deep learning.

Known for: Deep Learning with PyTorch

Books by Eli Stevens

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 Eli Stevens

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 Eli Stevens

Eli Stevens is a software engineer with extensive experience in machine learning and deep learning.

Frequently Asked Questions

Eli Stevens is a software engineer with extensive experience in machine learning and deep learning.

Read Eli Stevens's books in 15 minutes

Get AI-powered summaries with key insights from 1 book by Eli Stevens.