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


Functional Programming in C#, 2nd Ed (Manning)

Author: Enrico Buonanno
Publisher: Manning
Date: February 2022
Pages: 448
ISBN: 978-1617299827
Print: 1617299820
Kindle: B09P1Z2PPB
Audience: C# developers
Rating: 5
Reviewer: Mike James
Is C# a good language for functional programming?



Seriously Good Software

Author: Marco Faella
Publisher: Manning
Date: March 2020
Pages: 328
ISBN: 978-1617296291
Print: 1617296295
Kindle: B09782DKN8
Audience: Relatively experienced Java programmers
Rating: 4.5
Reviewer: Mike James
Don't we all want to write seriously good software?


More Reviews