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


Programming with Rust

Author:  Donis Marshall
Publisher: Addison-Wesley
Pages: 400
ISBN: 978-0137889655
Print: 0137889658
Kindle: B0CLL1TGVT
Audience: Programmers wanting to learn Rust
Rating: 3
Reviewer: Mike James
Rust is the language we all want to learn at the moment so this is just in time.



HTML, CSS & JavaScript (In Easy Steps)

Author: Mike McGrath
Publisher: In Easy Steps
Date: July 2020
Pages: 480
ISBN: 978-1840788785
Print: 184078878X
Kindle: B08FBGXGF1
Audience: would-be web developers
Rating: 5
Reviewer Mike James
The three core web technologies in a single book.


More Reviews