Leanpub Header

Skip to main content

PyTorch Deep Learning Lab

We connect neural network fundamentals to modern PyTorch workflows so our models stop feeling like magic and start feeling like engineering. We then move faster with cookbook-style patterns for training loops, debugging, and experiments.

Bought separately

$89.97

Minimum price

$69.99

$84.99

You pay

$84.99

Author earns

$67.99
$

...Or Buy With Credits!

You can get credits with a paid monthly or annual Reader Membership, or you can buy them here.
These books have a total suggested price of $89.97. Get them now for only $69.99!
About

About

About the Bundle

This bundle is built for applied deep learning, with a smooth ramp. We anchor the core neural network concepts in Python, then push into modern PyTorch with current workflows, and finally use cookbook-style solutions to speed up model building, training loops, debugging, and practical experimentation.

Books

About the Books

Neural Networks with Python

Design CNNs, Transformers, GANs and capsule networks using tensorflow and keras

"Neural Networks with Python" serves as an introductory guide for those taking their first steps into neural network development with Python. It's tailored to assist beginners in understanding the foundational elements of neural networks and to provide them with the confidence to delve deeper into this intriguing area of machine learning.

In this book, readers will embark on a learning journey, starting from the very basics of Python programming, progressing through essential concepts, and gradually building up to more complex neural network architectures. The book simplifies the learning process by using relatable examples and datasets, making the concepts accessible to everyone. You will be introduced to various neural network architectures such as Feedforward, Convolutional, and Recurrent Neural Networks, among others. Each type is explained in a clear and concise manner, with practical examples to illustrate their applications.

The book emphasizes the real-world applications and practical aspects of neural network development, rather than just theoretical knowledge. Readers will also find guidance on how to troubleshoot and refine their neural network models. The goal is to equip you with a solid understanding of how to create efficient and effective neural networks, while also being mindful of the common challenges that may arise. By the end of your journey with this book, you will have a foundational understanding of neural networks within the Python ecosystem and be prepared to apply this knowledge to real-world scenarios.

"Neural Networks with Python" aims to be your stepping stone into the vast world of machine learning, empowering you to build upon this knowledge and explore more advanced topics in the future.

Key Learnings

  • Master Python for machine learning, from setup to complex models.
  • Gain flexibility with diverse neural network architectures for various problems.
  • Hands-on experience in building, training, and fine-tuning neural networks.
  • Learn strategic approaches for troubleshooting and optimizing neural models.
  • Grasp advanced topics like autoencoders, capsule networks, and attention mechanisms.
  • Acquire skills in crucial data preprocessing and augmentation techniques.
  • Understand and apply optimization techniques and hyperparameter tuning.
  • Implement an end-to-end machine learning project, from data to deployment.

Table of Content

  1. Python, TensorFlow, and your First Neural Network
  2. Deep Dive into Feedforward Networks
  3. Convolutional Networks for Visual Tasks
  4. Recurrent Networks for Sequence Data
  5. Data Generation with GANs
  6. Transformers for Complex Tasks
  7. Autoencoders for Data Compression and Generation
  8. Capsule Networks

Learning PyTorch 2.0, Second Edition

Utilize PyTorch 2.3 and CUDA 12 to experiment neural networks and deep learning models

"Learning PyTorch 2.0, Second Edition" is a fast-learning, hands-on book that emphasizes practical PyTorch scripting and efficient model development using PyTorch 2.3 and CUDA 12. This edition is centered on practical applications and presents a concise methodology for attaining proficiency in the most recent features of PyTorch.

The book presents a practical program based on the fish dataset which provides step-by-step guidance through the processes of building, training and deploying neural networks, with each example prepared for immediate implementation. Given your familiarity with machine learning and neural networks, this book offers concise explanations of foundational topics, allowing you to proceed directly to the practical, advanced aspects of PyTorch programming. The key learnings include the design of various types of neural networks, the use of torch.compile() for performance optimization, the deployment of models using TorchServe, and the implementation of quantization for efficient inference.

Furthermore, you will also learn to migrate TensorFlow models to PyTorch using the ONNX format. The book employs essential libraries, including torchvision, torchserve, tf2onnx, onnxruntime, and requests, to facilitate seamless integration of PyTorch with production environments. Regardless of whether the objective is to fine-tune models or to deploy them on a large scale, this second edition is designed to ensure maximum efficiency and speed, with practical PyTorch scripting at the forefront of each chapter.

Key Learnings

  • Master tensor manipulations and advanced operations using PyTorch's efficient tensor libraries.
  • Build feedforward, convolutional, and recurrent neural networks from scratch.
  • Implement transformer models for modern natural language processing tasks.
  • Use CUDA 12 and mixed precision training (AMP) to accelerate model training and inference.
  • Deploy PyTorch models in production using TorchServe, including multi-model serving and versioning.
  • Migrate TensorFlow models to PyTorch using ONNX format for seamless cross-framework compatibility.
  • Optimize neural network architectures using torch.compile() for improved speed and efficiency.
  • Utilize PyTorch's Quantization API to reduce model size and speed up inference.
  • Setup custom layers and architectures for neural networks to tackle domain-specific problems. 
  • Monitor and log model performance in real-time using TorchServe's built-in tools and configurations.

Table of Content

  1. Introduction To PyTorch 2.3 and CUDA 12
  2. Getting Started with Tensors
  3. Building Neural Networks with PyTorch
  4. Training Neural Networks
  5. Advanced Neural Network Architectures
  6. Quantization and Model Optimization
  7. Migrating TensorFlow to PyTorch
  8. Deploying PyTorch Models with TorchServe

PyTorch Cookbook

100+ Solutions across RNNs, CNNs, python tools, distributed training and graph networks

Starting a PyTorch Developer and Deep Learning Engineer career? Check out this 'PyTorch Cookbook,' a comprehensive guide with essential recipes and solutions for PyTorch and the ecosystem. The book covers PyTorch deep learning development from beginner to expert in well-written chapters.

The book simplifies neural networks, training, optimization, and deployment strategies chapter by chapter. The first part covers PyTorch basics, data preprocessing, tokenization, and vocabulary. Next, it builds CNN, RNN, Attentional Layers, and Graph Neural Networks. The book emphasizes distributed training, scalability, and multi-GPU training for real-world scenarios. Practical embedded systems, mobile development, and model compression solutions illuminate on-device AI applications. However, the book goes beyond code and algorithms. It also offers hands-on troubleshooting and debugging for end-to-end deep learning development. 'PyTorch Cookbook' covers data collection to deployment errors and provides detailed solutions to overcome them.

This book integrates PyTorch with ONNX Runtime, PySyft, Pyro, Deep Graph Library (DGL), Fastai, and Ignite, showing you how to use them for your projects. This book covers real-time inferencing, cluster training, model serving, and cross-platform compatibility. You'll learn to code deep learning architectures, work with neural networks, and manage deep learning development stages. 'PyTorch Cookbook' is a complete manual that will help you become a confident PyTorch developer and a smart Deep Learning engineer. Its clear examples and practical advice make it a must-read for anyone looking to use PyTorch and advance in deep learning.

Key Learnings

  • Comprehensive introduction to PyTorch, equipping readers with foundational skills for deep learning.
  • Practical demonstrations of various neural networks, enhancing understanding through hands-on practice.
  • Exploration of Graph Neural Networks (GNN), opening doors to cutting-edge research fields.
  • In-depth insight into PyTorch tools and libraries, expanding capabilities beyond core functions.
  • Step-by-step guidance on distributed training, enabling scalable deep learning and AI projects.
  • Real-world application insights, bridging the gap between theoretical knowledge and practical execution.
  • Focus on mobile and embedded development with PyTorch, leading to on-device AI.
  • Emphasis on error handling and troubleshooting, preparing readers for real-world challenges.
  • Advanced topics like real-time inferencing and model compression, providing future ready skill.

Table of Content

  1. Introduction to PyTorch 2.0
  2. Deep Learning Building Blocks
  3. Convolutional Neural Networks
  4. Recurrent Neural Networks
  5. Natural Language Processing
  6. Graph Neural Networks (GNNs)
  7. Working with Popular PyTorch Tools
  8. Distributed Training and Scalability
  9. Mobile and Embedded Development

The Leanpub 60 Day 100% Happiness Guarantee

Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.

Now, this is technically risky for us, since you'll have the book or course files either way. But we're so confident in our products and services, and in our authors and readers, that we're happy to offer a full money back guarantee for everything we sell.

You can only find out how good something is by trying it, and because of our 100% money back guarantee there's literally no risk to do so!

So, there's no reason not to click the Add to Cart button, is there?

See full terms...

Earn $8 on a $10 Purchase, and $16 on a $20 Purchase

We pay 80% royalties on purchases of $7.99 or more, and 80% royalties minus a 50 cent flat fee on purchases between $0.99 and $7.98. You earn $8 on a $10 sale, and $16 on a $20 sale. So, if we sell 5000 non-refunded copies of your book for $20, you'll earn $80,000.

(Yes, some authors have already earned much more than that on Leanpub.)

In fact, authors have earned over $14 million writing, publishing and selling on Leanpub.

Learn more about writing on Leanpub

Free Updates. DRM Free.

If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).

Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.

Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.

Learn more about Leanpub's ebook formats and where to read them

Write and Publish on Leanpub

You can use Leanpub to easily write, publish and sell in-progress and completed ebooks and online courses!

Leanpub is a powerful platform for serious authors, combining a simple, elegant writing and publishing workflow with a store focused on selling in-progress ebooks.

Leanpub is a magical typewriter for authors: just write in plain text, and to publish your ebook, just click a button. (Or, if you are producing your ebook your own way, you can even upload your own PDF and/or EPUB files and then publish with one click!) It really is that easy.

Learn more about writing on Leanpub