Deep learning

This page gathers material for the Deep Learning course at EDHEC (Spring semester, 2025). Instructor for this course is Romain Tavenard, professor at Université de Rennes 2 (@rtavenar on Bluesky and github).

Useful links: In this course, we will use keras v3 and pytorch. Execute the following commands to install these libraries (no need for that on Google Colab since these libraries are pre-installed there):
pip install scikit-learn pillow matplotlib
pip install torch==2.4
pip install --upgrade keras==3

6. Home assignment

Due date for this assignment is February, 28th
  • Group project
    Download Jupyter Notebook Open In Colab