Building and Training Deep Learning Models in PyTorch

Building and Training Deep Learning Models in PyTorch

Date Posted:  November 16, 2023
Date Recorded:  November 8, 2023
Speaker(s):  Valmiki Kothare, MIT.
  • All Captioned Videos
  • Computational Tutorials
Description: 

BCS Computational Tutorial Series with Valmiki Kothare, MIT.

In this tutorial, we will use deep learning on EEG and EMG mice data to predict sleep stages (Wakefulness, REM, Non-REM). We will walk through an example Jupyter Notebook in which we load a dataset, preprocess it, build a "residual-attention" network, train our model, and validate our performance on withheld data. In the process of going through the notebook, we will discuss briefly how to run this on OpenMind and how to parallelize training across multiple GPUs, as well as the reasoning behind the network architecture choice and the basic theory of the attention/transformer layer.

Google Colab Notebook - https://colab.research.google.com/drive/1zbib_Cv4v1t9q7Wqb_w-R4wI9xGPIh2...