LSML 25: Large Scale Machine Learning
PSL week Spring Course 2025
C2MINES-11 Large-Scale Machine Learning
March 3-7, 2025
Mines Paris, 60 boulevard Saint-Michel, 75006 Paris Room L.109
This course is co-organized by Chloé-Agathe Azencott and Fabien Moutarde.
outline | schedule | grading | textbook | practical sessions
Outline
Machine learning is a fast-growing field at the interface of mathematics, computer science and engineering, which provides computers with the ability to learn without being explicitly programmed, in order to make predictions or take rational actions. From cancer research to finance, natural language processing, marketing or self-driving cars, many fields are nowadays impacted by recent progress in machine learning algorithms that benefit from the ability to collect huge amounts of data and "learn" from them.
The goal of this intensive 5-day advanced course is to present the theoretical foundations and practical algorithms to implement and solve large-scale machine learning and data mining problems, and to expose the students to current applications and challenges of "big data" in science and industry.
Prerequisites:
- Numerical Python (ie familiarity with programming in Python and the numpy, scipy, matplotlib librairies).
- Basics of machine learning (such as the content of the Apprentissage Artificiel course for Mines Paris – PSL students).
- Familiarity with scikit-learn and tensorflow/keras
Schedule
Monday, March 3, 2025
- 09:00 – 09:15 Course presentation [slides (pdf)]
- 09:15 – 12:15 Lecture: Introduction to large-scale ML & optimization (Katia Antonenko) [slides (pdf)]
- 13:45 – 17:00 Practical session: ML on large data with scikit-learn. This session will also contain an introduction to scikit-learn for those who have not used the library before.
Tuesday, March 4, 2025
- 09:00 – 12:15 Lecture: Deep unsupervised learning and generative models (Gabriel Victorino Cardoso) [slides (pdf)]
- 13:45 – 17:00 Practical session: Deep learning, autoencoders and GANs with Python.
Wednesday, March 5, 2025
- 09:00 – 12:15 Lecture: Natural Language Processing (NLP) with Recurrent Neural Networks and Transformers (Antoine Recanati, Sancare) [slides (pdf)]
- 13:45 – 17:00 Practical session: NLP: word embeddings and RNNs.
Thursday, March 6, 2025
- 09:00 – 12:15 Lecture: Deep reinforcement learning (Fabien Moutarde).
- 13:45 – 17:00 Practical session: Deep reinforcement learning with Python.
Friday, March 8, 2024
- 09:00 – 12:15 Practical session: Stochastic Gradient Descent.
- 13:45 – 17:00 Lecture: Systems for large-scale ML: focus on MapReduce (Chloé-Agathe Azencott) [slides (pdf)]
All course materials will be in English but some lectures will be given in French.
Grade
If you are taking this class for credit, you will be ask to turn in the notebooks of all your practical sessions.
Total credits: 2 ECTS.
Practical sessions
Practical sessions will take the form of Jupyter notebooks on the git repo.
Please follow the instructions there to install Python3 and all the relevant packages. An alternative (sometimes preferable for deep learning notebooks) is to use Google Colab, for which you will need a Google account.
TAs: Giann Karlo Aguirre-Samboní, Amandine Brunetto, Simon De Moreau, Waël Doulazmi, Gwenn Guichaoua.
Textbook
There is no single textbook for this course, but the following resources are relevant:
- Mining of massive datasets by Leskovec, Rajaraman and Ullman;
- Deep learning by Goodfellow, Bengio and Courville;
- Large-Scale Optimization: Beyond Stochastic Gradient Descent and Convexity by Sra and Bach.
This course is not an introductory course to machine learning! If you want to learn the basics, or need a refresher, we recommend:
- In French, Introduction au Machine Learning by Azencott;
- In French, Apprentissage statistique supervisé by Moutarde in Techniques de l'Ingénieur;
- In English, Machine learning by Andrew Ng on Coursera;
- In English, Introduction to statistical learning by James, Witten, Hastie, Tibshirani and Taylor;
- In English, Pattern recognition and machine learning by Bishop.



