Section 3 - Neural Networks
We have finally worked through the basic math and has a glimpse introduction on how to load data with PyTorch. Now it is time to build our first neural network.
Activation FunctionsExercise - Activation FunctionsExercise - The Softmax FunctionThe NeuronTwo type of applications: Regression and ClassificationLoss FunctionsExercise - Regression Loss FunctionsExercise - Classification Loss FunctionsThe Gradient Descent AlgorithmExercise - Implementing Gradient DescentExercise - PyTorch AutogradExercise - Regression with Neural NetworksExercise - Classification with Neural NetworksPlayground - Neural Networks