There are 6 labs in the course.
- Implement forward path, backward propagation, and weight update to NN by using numpy.
- Architecture: linear layer
- Activation function: sigmoid & ReLU
- Loss function: Cross Entropy & MSE
Learn how to use pytorch to implement EEGNet, DeepConvNet, and custom dataset.
Learn how to implement ResNet and do classification to Diabetic Retinopathy task.
- Implement data preprocessing in Character-Level
- Implement seq2seq model(LSTM) combine w/ conditional VAE
- Reference to pytorch GAN to implement ACGAN & WGAN-GP
- Customize multi-label dataset
- Learn how to implement DQN, DDQN, DDPG to play LunarLanderV2