Deep Learning mini-projects for the EPFL course (Spring 2018) taught by Fleuret François.
Website of the course.
- Laurent Colbois
- Wojciech Jerzy Reise
- Sergio Daniel Hernandez Charpak
The first project (here) consisted on re-doing one of the BCI challenges (with EEG data) of predicting laterality of finger movement using DL state of the art techinques.
The second project (here) consisted on implementing a DL framework from scratch and comparing it to pytorch. The constraint consisted on being only able to use the Tensor object from Pytorch.