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.
Neural Networks: Multilayer PerceptronsCovers Multilayer Perceptrons, artificial neurons, activation functions, matrix notation, flexibility, regularization, regression, and classification tasks.
Model Finetuning for NLICovers the second assignment for the CS-552: Modern NLP course, focusing on transfer learning and data augmentation.
Training Neural NetworksCovers the training of neural networks using stochastic gradient descent, chain rules, gradients computation, weight decay, and dropout.