Book description
Build neural network models in text, vision and advanced analytics using PyTorch
About This Book
- Learn PyTorch for implementing cutting-edge deep learning algorithms.
- Train your neural networks for higher speed and flexibility and learn how to implement them in various scenarios;
- Cover various advanced neural network architecture such as ResNet, Inception, DenseNet and more with practical examples;
Who This Book Is For
This book is for machine learning engineers, data analysts, data scientists interested in deep learning and are looking to explore implementing advanced algorithms in PyTorch. Some knowledge of machine learning is helpful but not a mandatory need. Working knowledge of Python programming is expected.
What You Will Learn
- Use PyTorch for GPU-accelerated tensor computations
- Build custom datasets and data loaders for images and test the models using torchvision and torchtext
- Build an image classifier by implementing CNN architectures using PyTorch
- Build systems that do text classification and language modeling using RNN, LSTM, and GRU
- Learn advanced CNN architectures such as ResNet, Inception, Densenet, and learn how to use them for transfer learning
- Learn how to mix multiple models for a powerful ensemble model
- Generate new images using GAN's and generate artistic images using style transfer
In Detail
Deep learning powers the most intelligent systems in the world, such as Google Voice, Siri, and Alexa. Advancements in powerful hardware, such as GPUs, software frameworks such as PyTorch, Keras, Tensorflow, and CNTK along with the availability of big data have made it easier to implement solutions to problems in the areas of text, vision, and advanced analytics.
This book will get you up and running with one of the most cutting-edge deep learning libraries—PyTorch. PyTorch is grabbing the attention of deep learning researchers and data science professionals due to its accessibility, efficiency and being more native to Python way of development. You'll start off by installing PyTorch, then quickly move on to learn various fundamental blocks that power modern deep learning. You will also learn how to use CNN, RNN, LSTM and other networks to solve real-world problems. This book explains the concepts of various state-of-the-art deep learning architectures, such as ResNet, DenseNet, Inception, and Seq2Seq, without diving deep into the math behind them. You will also learn about GPU computing during the course of the book. You will see how to train a model with PyTorch and dive into complex neural networks such as generative networks for producing text and images.
By the end of the book, you'll be able to implement deep learning applications in PyTorch with ease.
Style and approach
An end-to-end guide that teaches you all about PyTorch and how to implement it in various scenarios.
Publisher resources
Table of contents
- Title Page
- Copyright and Credits
- Dedication
- Packt Upsell
- Foreword
- Contributors
- Preface
- Getting Started with Deep Learning Using PyTorch
- Building Blocks of Neural Networks
- Diving Deep into Neural Networks
- Fundamentals of Machine Learning
- Deep Learning for Computer Vision
- Deep Learning with Sequence Data and Text
-
Generative Networks
- Neural style transfer
- Generative adversarial networks
- Deep convolutional GAN
- Language modeling
- Summary
- Modern Network Architectures
- What Next?
- Other Books You May Enjoy
Product information
- Title: Deep Learning with PyTorch
- Author(s):
- Release date: February 2018
- Publisher(s): Packt Publishing
- ISBN: 9781788624336
You might also like
book
Deep Learning with Python, Second Edition
Deep Learning with Python, Second Edition introduces the field of deep learning using Python and the …
book
C++20 for Lazy Programmers: Quick, Easy, and Fun C++ for Beginners
Ready to learn programming with less effort and more fun? Then do it the lazy way! …
book
Numerical C: Applied Computational Programming with Case Studies
Learn applied numerical computing using the C programming language, starting with a quick primer on the …
book
Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd Edition
Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. …