Applied Deep Learning with PyTorch: Demystify neural networks with PyTorch

Applied Deep Learning with PyTorch: Demystify neural networks with PyTorch

English | 2019 | ISBN: 978-1789804591 | 254 Pages | PDF, EPUB | 73 MB

Implement techniques such as image classification and natural language processing (NLP) by understanding the different neural network architectures
Machine learning is rapidly becoming the most preferred way of solving data problems, thanks to the huge variety of mathematical algorithms that find patterns, which are otherwise invisible to us.
Applied Deep Learning with PyTorch takes your understanding of deep learning, its algorithms, and its applications to a higher level. The book begins by helping you browse through the basics of deep learning and PyTorch. Once you are well versed with the PyTorch syntax and capable of building a single-layer neural network, you will gradually learn to tackle more complex data problems by configuring and training a convolutional neural network (CNN) to perform image classification. As you progress through the chapters, you’ll discover how you can solve an NLP problem by implementing a recurrent neural network (RNN).
By the end of this book, you’ll be able to apply the skills and confidence you’ve gathered along your learning process to use PyTorch for building deep learning solutions that can solve your business data problems.
What you will learn

  • Detect a variety of data problems to which you can apply deep learning solutions
  • Learn the PyTorch syntax and build a single-layer neural network with it
  • Build a deep neural network to solve a classification problem
  • Develop a style transfer model
  • Implement data augmentation and retrain your model
  • Build a system for text processing using a recurrent neural network
Homepage