Machine-Learning
- Teacher(s)
- Sébastien DA VEIGA, Clément ELVIRA, Fabien NAVARRO, Thomas ROUCH
- Course type
- STATISTICS
- Correspondant
- Sébastien DA VEIGA
- Number of ECTS
- 3.5
- Course code
- 3AML001-3A-EI-SBio
- Distribution of courses
-
Heures de cours : 21
- Language of teaching
- French
Objectives
Understand the different state-of-the-art models (linear model: regression and classification, penalization, local methods, SVM, forest); Know the use cases of these models; Know how to empirically compare different models for a given task; Know how to implement the methods studied in Python or R.
Course outline
Supervised learning; Regression; Classification; Empirical risk minimization; Model evaluation; Cross validation; Functional approximation; Model complexity; Large scale optimization; Stochastic gradient descent; Regularization; RIDGE and LASSO; Support Vector Machine; Kernel trick; Ensemble methods; Aggregation and Boosting; Random forest.
Prerequisites
Regression, logistic regression, convergence of probability distributions, central limit theorem, linear algebra, tree classification, programming with R; object-oriented programming, optimization: maximization of a function, Newton’s algorithm.