Watch them allπ
Motivation Diabetic Retinopathy
Breakdown of the Convolution (1D and 2D)
Core Components of the Convolutional Layer
Activation Functions
Pooling and Fully Connected Layers
Training the Network
Transfer Learning
Done!
Learning and testing - a.k.a. don't do Bullshit Machine Learning
https://drive.google.com/file/d/18VsrKSqNFaWeWsL24ULFrNnwpghpdwJZ/view?usp=sharing
Walk-through
Hyperparameter experiment
The following notebook will show how to set up a hyperparameter experiment in plain PyTorch. More importantly it give you the results and enables you to analyze and play around
Kaggle
Introduction
Titanic
Solutions exercise MLP
Presentation from the participants of the MLP from Coursera
π
Watch the videos on the next page
Go through the following notebooks and complete the second one (assignment notebook):
The next task is to analyze the results of the hyperparameter experiment and create a small presentation on your findings(e.g. batch size of 16 with lr=0.2 seems to equal batch size of 1 with lr=0.01). Here is the notebook again:
ππ
Run your own hyperparameter experiment
πππ
Do your own EDA on the Titanic Dataset and/or look at other EDA notebooks from competitors. Make a final presentable EDA notebook.
Familiarize yourself with this PyTorch Tutorials: