Deep Learning with PyTorch
eBook - ePub

Deep Learning with PyTorch

  1. 520 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

About this book

“We finally have the definitive treatise on PyTorch! It covers the basics and abstractions in great detail. I hope this book becomes your extended reference document.” —Soumith Chintala, co-creator of PyTorch

Key Features
Written by PyTorch’s creator and key contributors
Develop deep learning models in a familiar Pythonic way
Use PyTorch to build an image classifier for cancer detection
Diagnose problems with your neural network and improve training with data augmentation

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About The Book
Every other day we hear about new ways to put deep learning to good use: improved medical imaging, accurate credit card fraud detection, long range weather forecasting, and more. 

PyTorch puts these superpowers in your hands. Instantly familiar to anyone who knows Python data tools like NumPy and Scikit-learn, PyTorch simplifies deep learning without sacrificing advanced features. It’s great for building quick models, and it scales smoothly from laptop to enterprise.

Deep Learning with PyTorch teaches you to create deep learning and neural network systems with PyTorch.  This practical book gets you to work right away building a tumor image classifier from scratch. After covering the basics, you’ll learn best practices for the entire deep learning pipeline, tackling advanced projects as your PyTorch skills become more sophisticated. All code samples are easy to explore in downloadable Jupyter notebooks.

What You Will Learn

 
  • Understanding deep learning data structures such as tensors and neural networks
  • Best practices for the PyTorch Tensor API, loading data in Python, and visualizing results
  • Implementing modules and loss functions
  • Utilizing pretrained models from PyTorch Hub
  • Methods for training networks with limited inputs
  • Sifting through unreliable results to diagnose and fix problems in your neural network
  • Improve your results with augmented data, better model architecture, and fine tuning


This Book Is Written For
For Python programmers with an interest in machine learning. No experience with PyTorch or other deep learning frameworks is required.

About The Authors
Eli Stevens has worked in Silicon Valley for the past 15 years as a software engineer, and the past 7 years as Chief Technical Officer of a startup making medical device software. Luca Antiga is co-founder and CEO of an AI engineering company located in Bergamo, Italy, and a regular contributor to PyTorch. Thomas Viehmann is a Machine Learning and PyTorch speciality trainer and consultant based in Munich, Germany and a PyTorch core developer.

Table of Contents

PART 1 - CORE PYTORCH
1 Introducing deep learning and the PyTorch Library
2 Pretrained networks
3 It starts with a tensor
4 Real-world data representation using tensors
5 The mechanics of learning
6 Using a neural network to fit the data
7 Telling birds from airplanes: Learning from images
8 Using convolutions to generalize

PART 2 - LEARNING FROM IMAGES IN THE REAL WORLD: EARLY DETECTION OF LUNG CANCER
9 Using PyTorch to fight cancer
10 Combining data sources into a unified dataset
11 Training a classification model to detect suspected tumors
12 Improving training with metrics and augmentation
13 Using segmentation to find suspected nodules
14 End-to-end nodule analysis, and where to go next

PART 3 - DEPLOYMENT
15 Deploying to production

 
 
 

 
 
 

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Deep Learning with PyTorch by Luca Pietro Giovanni Antiga,Eli Stevens,Thomas Viehmann in PDF and/or ePUB format, as well as other popular books in Computer Science & Artificial Intelligence (AI) & Semantics. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Copyright
  2. dedication
  3. contents
  4. front matter
  5. Part 1. Core PyTorch
  6. 1 Introducing deep learning and the PyTorch Library
  7. 2 Pretrained networks
  8. 3 It starts with a tensor
  9. 4 Real-world data representation using tensors
  10. 5 The mechanics of learning
  11. 6 Using a neural network to fit the data
  12. 7 Telling birds from airplanes: Learning from images
  13. 8 Using convolutions to generalize
  14. Part 2. Learning from images in the real world: Early detection of lung cancer
  15. 9 Using PyTorch to fight cancer
  16. 10 Combining data sources into a unified dataset
  17. 11 Training a classification model to detect suspected tumors
  18. 12 Improving training with metrics and augmentation
  19. 13 Using segmentationto find suspected nodules
  20. 14 End-to-end nodule analysis, and where to go next
  21. Part 3. Deployment
  22. 15 Deploying to production
  23. index