Machine Learning
ECTS : 9
Description du contenu de l'enseignement :
The course gives a thorough presentation of the machine learning field and follows this outline:
- general introduction to machine learning and to its focus on predictive performances (running example: k-nearest neighbours algorithm)
- machine learning as automated program building from examples (running example: decision trees)
- machine learning as optimization:
- empirical risk minimization
- links with maximum likelihood estimation
- surrogate losses and extended machine learning settings
- regularisation and kernel methods (support vector machines)
- reliable estimation of performances:
- over fitting
- split samples
- resampling (leave-one-out, cross-validation and bootstrap)
- ROC curve, AUC and other advanced measures
- combining models:
- ensemble techniques
- bagging and random forests
- boosting
- unsupervised learning:
- clustering (hierarchical clustering, k-means and variants, mixture models, density clustering)
- outlier and anomaly detection
Compétence à acquérir :
After attending the course the students will
- have a good understanding of the algorithmic and statistical foundations of the main machine learning techniques
- be able to select machine learning techniques adapted to a particular task (exploratory analysis with clustering methods, predictive analysis, etc.)
- be able to design a model selection procedure adapted to a particular task
- report the results of a machine learning project with valid estimation of the performances of their model
Mode de contrôle des connaissances :
- quizzes and tests during the course
- machine learning project