Quiz
ML Basics recap
Solutions exercises
Presentation from the participants of the tasks from PyTorch101
Walk-through
PyTorch 202 (Lab 02)
π
Go for your own through the Colab Notebook above (Pytorch202) and try to understand and repeat the steps for your own.
Watch the videos on the next page
Go through the following notebooks and complete the second one (assignment notebook):
The redundancy between some notebooks is desired to reintroduce the concepts in a different way and hence enrich your learning experience!
ππ
Try to improve the accuracy in the PyTorch 202 notebook by tweaking the amount of layers and number of neurons
πππ
Familiarize yourself with basic PyTorch Tutorials:
Watch them allπ
How do we define learning?
How do we evaluate our Networks?
How do we learn our Network?
How do we handle Big Data?
Early Stopping
Done!