Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

PyTorch Recipes: A Problem-Solution Approach

Posted By: arundhati
PyTorch Recipes: A Problem-Solution Approach

Pradeepta Mishra, "PyTorch Recipes: A Problem-Solution Approach"
2019 | ISBN-10: 1484242572 | 184 pages | PDF, EPUB | 30 MB

Get up to speed with the deep learning concepts of Pytorch using a problem-solution approach. Starting with an introduction to PyTorch, you'll get familiarized with tensors, a type of data structure used to calculate arithmetic operations and also learn how they operate. You will then take a look at probability distributions using PyTorch and get acquainted with its concepts. Further you will dive into transformations and graph computations with PyTorch. Along the way you will take a look at common issues faced with neural network implementation and tensor differentiation, and get the best solutions for them.

Moving on to algorithms; you will learn how PyTorch works with supervised and unsupervised algorithms. You will see how convolutional neural networks, deep neural networks, and recurrent neural networks work using PyTorch. In conclusion you will get acquainted with natural language processing and text processing using PyTorch.

What You Will Learn
Master tensor operations for dynamic graph-based calculations using PyTorch
Create PyTorch transformations and graph computations for neural networks
Carry out supervised and unsupervised learning using PyTorch
Work with deep learning algorithms such as CNN and RNN
Build LSTM models in PyTorch
Use PyTorch for text processing
Who This Book Is For

Readers wanting to dive straight into programming PyTorch.