SJTU NN ASSIGNMENTS
All the codes are written with PyTorch.
A deep neural network to solve an emotion recognition task. The provided data contains differential entropy features extracted from emotional EEG signals.
One-vs-rest and Min-Max SVM models to solve a 3-class classification problem.
DANN(Domain-Adversarial Neural Networks) and MDAN(Multisource Domain Adaptation with Adversarial Neural Networks) implementation.
Apply reinforcement learning (Q-learning) to solve Easy21 game.