EE-559 Deep learning course at EPFL
The objective of this project is to train a predictor of finger movements from Electroencephalography (EEG) recordings.
The objective of this project is to design a mini “deep learning framework” using only pytorch’s tensor operations and the standard math library, hence in particular without using autograd or the neural-network modules.
test.py is an executable for each project, that show the work we did