This is an archived version of the course. Please find the latest version of the course on the main webpage.

Chapter 6: Introduction to Deep Learning

Introduction

face Luca Grillotti

Before implementing more complicated models using PyTorch, we need to provide a quick introduction to Deep Learning.

In this chapter, we will see:

  1. Some Deep Learning vocabulary.
  2. How to design a Deep Learning model (before implementing it).