Deep Learning with Python
eBook - ePub

Deep Learning with Python

Learn Best Practices of Deep Learning Models with PyTorch

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Deep Learning with Python

Learn Best Practices of Deep Learning Models with PyTorch

Book details
Table of contents
Citations

About This Book

Master the practical aspects of implementing deep learning solutions with PyTorch, using a hands-on approach to understanding both theory and practice. This updated editionwill prepare you for applying deep learning to real world problems with a sound theoretical foundation and practical know-how with PyTorch, a platform developed by Facebook's Artificial Intelligence Research Group.
You'll start with a perspective on how and why deep learning with PyTorch has emerged as an path-breaking framework with a set of tools and techniques to solve real-world problems. Next, the book will ground you with the mathematical fundamentals of linear algebra, vector calculus, probability and optimization. Having established this foundation, you'll move on to key components and functionality of PyTorch including layers, loss functions and optimization algorithms.
You'll also gain an understanding of Graphical Processing Unit (GPU) based computation, which is essential for training deep learning models. All the key architectures in deep learning are covered, including feedforward networks, convolution neural networks, recurrent neural networks, long short-term memory networks, autoencoders and generative adversarial networks. Backed by a number of tricks of the trade for training and optimizing deep learning models, this edition of Deep Learning with Python explains the best practices in taking these models to production with PyTorch.
What You'll Learn

  • Review machine learning fundamentals such as overfitting, underfitting, and regularization.
  • Understand deep learning fundamentals such as feed-forward networks, convolution neural networks, recurrent neural networks, automaticdifferentiation, and stochasticgradient descent.
  • Apply in-depth linear algebra with PyTorch
  • Explore PyTorch fundamentals andits building blocks
  • Work with tuning and optimizing models

Who This Book Is For
Beginnerswith a working knowledge of Python who want to understand Deep Learning in a practical, hands-on manner.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
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 access Deep Learning with Python by Nikhil Ketkar,Jojo Moolayil in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Python. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2021
ISBN
9781484253649
Edition
2

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Introduction to Machine Learning and Deep Learning
  4. 2. Introduction to PyTorch
  5. 3. Feed-Forward Neural Networks
  6. 4. Automatic Differentiation in Deep Learning
  7. 5. Training Deep Leaning Models
  8. 6. Convolutional Neural Networks
  9. 7. Recurrent Neural Networks
  10. 8. Recent Advances in Deep Learning
  11. Back Matter