1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Deep Learning with PyTorch

Connected

Exercise

Your first neural network

It's time for you to implement a small neural network containing two linear layers in sequence.

Instructions

100 XP
  • Add a container for stacking layers in sequence.