Pytorch Intro: MNIST and DigitsCovers Pytorch basics with MNIST and Digits datasets, focusing on training neural networks for handwritten digit recognition.
Convolutional Neural NetworksIntroduces Convolutional Neural Networks, covering fully connected layers, convolutions, pooling, PyTorch translations, and applications like hand pose estimation and tubularity estimation.
Crash course on Deep LearningCovers a crash course on deep learning, including the Mark I Perceptron, neural networks, optimization algorithms, and practical training aspects.
Deep Learning FundamentalsIntroduces deep learning, from logistic regression to neural networks, emphasizing the need for handling non-linearly separable data.
Neural Networks: Multilayer PerceptronsCovers Multilayer Perceptrons, artificial neurons, activation functions, matrix notation, flexibility, regularization, regression, and classification tasks.