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


Principled Programming

Author: Tim Teitelbaum
Publisher: DateTree Press
Date: March 2023
Pages: 429
ISBN: 978-8987744109
Print: B0BZF8R467
Audience: General
Rating: 5
Reviewer: Mike James
Principled Programming - what else would you want to do?



SQL Server 2022 Revealed

Author: Bob Ward
Publisher: Apress
Pages: 506
ISBN: 978-1484288931
Print:1484288939
Kindle: B0BLB4VJL9
Audience: DBAs & SQL devs
Rating: 5
Reviewer: Ian Stirk

This book aims to explain the new features in SQL Server 2022, how does it fare?


More Reviews