Introduction to Machine Learning (ULCO, Fall 2022)

Machine Learning is getting more and more important these days with applications ranging from autonomous driving to computer assisted medicine, including weather or financial forecasting. In this class we will study the mathematical foundations of the current machine learning algorithms.

We will cover the main models from both supervised learning including linear and non linear regression and classification (kernel methods, support vector machine, neural networks) and unsupervised learning (including clustering, gaussian mixtures, self organizing maps, principal and independent component analysis and non linear dimensionality reduction)

We will review basic concepts in probability and statistics. We will discuss Bayesian vs frequentist statistics and model/parameter inference, as well as sampling methods.

Finally, we will also discuss the important question of model assessment and selection.

The class will follow the structure 

1. Lectures (introduction of the new material that will be needed during the lab sessions and for the assignements)

2. Programming (lab) sessions, (you have the opportunity to apply what you have learned during the lecture, and you can ask all the questions you want to make sure you understand everything before the assignement)

3. Assignments (You are given a new problem and you are evaluated on your ability to use the course material to solve this new problem)

Horaire des cours et salle de classe

CM: Mercredi: 8h00-10h00 sauf Mercredi 19/10: 13h15-15h15,
TDs: Mercredis (voir ci-dessous)
Salle informatique EILCO

 

Assignments policy

Except if explicitely stated otherwise, assignments are due at the beginning of each class.

 

Current (temporary) version of the notes:   Lecture notes as well as the list of sections for the Final

Practice (theory) Questions for each exam can be found by clicking on those exams below

Exam : 60% of the grade (30% Midterm (Material), 30% Final(Material))


Practice Exam Questions


Exams: Enter password: Partiel

Enter password: Examen Etudiants en Mobilité Internationale

Assignments : 30 % of the grade (Tentative schedule below)

 Final Project : 10 % of the grade (Tentative schedule below, List of suggestions, Poster guidelines)

 

The Github page for the class will be hosted at https://github.com/acosse/MachineLearningCalaisFall2022 and will be used for the lab and the assignments. You can also click on each “Lab” in the schedule below which will display a rendering of the notebooks through nbviewer. To access the file itself (and to be able to download it), you should go directly to github

Tentative schedule:

Legend: Lab sessions are in green, Homeworks and handwritten notes are in red (right side of the table), dates related to the project are in orange.

Week # date Topic Assignements
    Part I : supervised Learning  
Week 1 CM: 14/09
TD1: 14/09
TD2: 21/09
General Intro + Linear and logistic regression and classification Part I,

Week 2 CM: 21/09
TD1: 28/09
TD2: 05/10
Kernel methods, SVM, Parts I & 2
Lab 1, Solutions, Handwritten Notes : Kernels/SVM

Week 3 CM: 28/09
TD1: 19/10
TD2 : 26/10
Neural Networks, Optimization, Stochastic Optimization, Deep learning,  Assignment 1
    Part II : Unsupervised Learning
Week 4 CM:5/10
TD1: 26/10
TD2: 09/11
Clustering, Linear Latent variable models (FA,PCA,ICA)  Slides
Week 5 CM: 19/10
TD1: 09/11
TD2: 09/11
Reinforcement Learning, Adversarial Learning, Slides RL
Assig. 1 due
 

 

Lab Sessions and programming policy

The lab sessions will require you to do some programming. It is strongly recommended to use python as it is more flexible and will be useful to you when moving to pytorch later on for more advanced machine learning methods requiring GPU processing.

Downloading and getting started with Python.

Data sets can be downloaded on the following websites: