Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 932 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 932 Bytes

DL_Projects

Deep Learning mini-projects for the EPFL course (Spring 2018) taught by Fleuret François.

Website of the course.

Autors

  • Laurent Colbois
  • Wojciech Jerzy Reise
  • Sergio Daniel Hernandez Charpak

Cite it

DOI

EEG - BCI - Project

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.

Basic DL Framework

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.