Introduction to Deep Learning with PyTorch
Chapter 6: Introduction to Deep Learning
Introduction
Before implementing more complicated models using PyTorch, we need to provide a quick introduction to Deep Learning.
In this chapter, we will see:
- Some Deep Learning vocabulary.
- How to design a Deep Learning model (before implementing it).