Book Image

Deep Learning Adventures with PyTorch [Video]

By : Jakub Konczyk
Book Image

Deep Learning Adventures with PyTorch [Video]

By: Jakub Konczyk

Overview of this book

Are you ready to go on a journey into the world of deep learning? This course will be your guide through the joys and dangers of this new wave of machine learning. Why? Because, let's face it, getting started with deep learning is difficult. Tasks such as choosing between multiple frameworks, understanding APIs, and debugging code are hard. Is there an another way? Yes. Meet PyTorch. Like Python, PyTorch has a clean and simple API, which makes building neural networks faster and easier. It's also modular, and that makes debugging your code a breeze. This course will be one hell of an adventure into the world of deep learning! You'll start by using Convolutional Neural Networks (CNNs) to classify images; Recurrent Neural Networks (RNNs) to detect languages; and then translate them using Long-Term-Short Memory (LTSM). Finally, you'll channel your inner Picasso by using Deep Neural Network (DNN) to paint unique images. By the end of your adventure, you will be ready to use PyTorch proficiently in your real-world projects. The code bundle for this video course is available at - https://github.com/PacktPublishing/Deep-Learning-Adventures-with-PyTorch
Table of Contents (5 chapters)
Chapter 4
Making Friends: Lost in Translation with LSTM
Content Locked
Section 1
Problem: Translate a Specific Text from One Language to Another
Understand what you will specifically learn in this section. - Define project’s goals - Define the process to finish the project - Go quickly through each step