Learning PyTorch 2.0 (GitforGits)
Monday, 14 August 2023

This book is a guide to understanding and utilizing PyTorch 2.0 for deep learning applications. Matthew Rosch starts with an introduction to PyTorch, its various advantages over other deep learning frameworks, and its blend with CUDA for GPU acceleration. A substantial portion of the book is dedicated to illustrating how to build simple PyTorch models. This includes uploading and preparing datasets, defining the architecture, training, and predicting. It provides hands-on exercises with a real-world dataset. The book then dives into exploring PyTorch's nn module and gives a detailed comparison of different types of networks like Feedforward, RNN, GRU, CNN, and their combination.

<ASIN:8196288379>

 

Author: Matthew Rosch
Publisher: GitforGits
Date: July 2023
Pages: 146
ISBN: 978-8196288372
Print: 8196288379
Kindle: B0CB757XKX
Audience: Python developers interested in machine learning
Level: Intermediate/Advanced
Category: Artificial Intelligence

Topics include:

  • A comprehensive introduction to PyTorch and CUDA for deep learning.
  • Detailed understanding and operations on PyTorch tensors.
  • Step-by-step guide to building simple PyTorch models.
  • Insight into PyTorch's nn module and comparison of various network types.
  • Overview of the training process and exploration of PyTorch's optim module.
  • Understanding advanced concepts in PyTorch like model serialization and optimization.
  • Knowledge of distributed training in PyTorch.
  • Practical guide to using PyTorch's Quantization API.
  • Differences between TensorFlow 2.0 and PyTorch 2.0.
  • Guidance on migrating TensorFlow models to PyTorch using ONNX. 

For recommendations of books on Machine Learning see AI Books To Inspire You in our Programmer's Bookshelf section

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner


The Joy of JavaScript (Manning)

Author: Luis Atencio
Publisher: Manning
Date: March 2021
Pages: 360
ISBN: 978-1617295867
Print: 1617295868
Audience: JavaScript developers
Rating: 4
Reviewer: Ian Elliot
Joy you say!



Bare Metal C

Author: Steve Oualline
Publisher: No Starch Press
Date: August 2022
Pages: 304
ISBN: 978-1718501621
Print: 1718501625
Kindle: B08YJB9BCF
Audience: C programmers
Rating: 3
Reviewer: Harry Fairhead
Bare metal C sounds exciting and very basic. Time to find out how the machine really works.


More Reviews