Pytorch Intro: MNIST and DigitsCovers Pytorch basics with MNIST and Digits datasets, focusing on training neural networks for handwritten digit recognition.
Neural Networks OptimizationExplores neural networks optimization, including backpropagation, batch normalization, weight initialization, and hyperparameter search strategies.