Difference between revisions of "Pattern Analysis and Machine Intelligence"

From Chrome
Jump to: navigation, search
(Course Program)
Line 19: Line 19:
 
===Course Program===
 
===Course Program===
  
These techniques are presented from a theoretical (i.e., statistics and information theory) and practical perspective through the descriptions of algorithms, the theory behind them, their implementation issues, and applications. The course follows, at least partially, the outline of ''The Elements of Statistical Learning'' book by
+
These techniques are presented from a theoretical (i.e., statistics and information theory) and practical perspective through the descriptions of algorithms, the theory behind them, their implementation issues, and applications. The course follows, at least partially, the outline of ''The Elements of Statistical Learning'' book (by Trevor Hastie, Robert Tibshirani, and Jerome Friedman). The course outline is:
 
+
 
+
is composed by a set of selfcontained lectures on specific techniques such as decision trees, decision rules, Bayesian networks, clustering, etc. Supervised and unsupervised learning are discussed in the framework of classification and clustering problems. The course outline is:
+
  
 
* '''''Machine Learning and Pattern Classification''''': in this part of the course the general concepts of Machine Learning and Patter Recognition are introduced with a brief review of statistics and information theory;  
 
* '''''Machine Learning and Pattern Classification''''': in this part of the course the general concepts of Machine Learning and Patter Recognition are introduced with a brief review of statistics and information theory;  

Revision as of 16:54, 22 March 2011


The following are last minute news you should be aware of ;-)

14/03/2011: added the detailed schedule. NOTE that tomorrow class starts at 14:15 instead of 13:15
08/03/2011: the course started today!

Course Aim & Organization

The objective of this course is to give an advanced presentation of the techniques most used in artificial intelligence and machine learning for pattern recognition, knowledge discovery, and data analysis/modeling.

Teachers

The course is composed by a blending of lectures and exercises by the course teacher and some teaching assistants.

Course Program

These techniques are presented from a theoretical (i.e., statistics and information theory) and practical perspective through the descriptions of algorithms, the theory behind them, their implementation issues, and applications. The course follows, at least partially, the outline of The Elements of Statistical Learning book (by Trevor Hastie, Robert Tibshirani, and Jerome Friedman). The course outline is:

  • Machine Learning and Pattern Classification: in this part of the course the general concepts of Machine Learning and Patter Recognition are introduced with a brief review of statistics and information theory;
  • Unsupervised Learning Techniques: the most common approaches to unsupervised learning are described mostly focusing on clustering techniques, rule induction, Bayesian networks and density estimators using mixure models;
  • Supervised Learning Techniques: in this part of the course the most common techniques for Supervised Learning are described: decision trees, decision rules, Bayesian classifiers, hidden markov models, lazy learners, etc.
  • Feature Selection and Reduction: techniques for data rediction and feature selection will be presented with theory and applications
  • Model Validation and Selection: model validation and selection are orthogonal issues to previous technique; during the course the fundamentals are described and discussed (e.g., AIC, BIC, cross-validation, etc. ).

Detailed course schedule

A detailed schedule of the course can be found here; topics are just indicative while days and teachers are correct up to some last minute change (I will notify you by email). Please note that not all Tuesdays and Wednesdays are in!!

Date Day Time Room Teacher Topic
08/03/2011 Tuesday 13:15 - 16:15 3.6 Matteo Matteucci Course Introduction (Ch. 1)
15/03/2011 Tuesday 14:15 - 16:15 3.6 Matteo Matteucci Two examples from classification (Ch. 2)
22/03/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci Discriminating functions, decision boundary and Linear Regression (Ch.4.1, Ch. 4.2)
23/03/2011 Wednesday 14:15 - 16:15 4.2 Luigi Malago Linear regression methods (Ch. 3)
29/03/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci Linear Discriminant Analysis (Ch. 4.3)
30/03/2011 Wednesday 14:15 - 16:15 4.2 Luigi Malago
05/04/2011 Tuesday 13:15 - 15:15 3.6 Luigi Malago
06/04/2011 Wednesday 14:15 - 16:15 4.2 Luigi Malago
12/04/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci Logistic regression (Ch.4.4)
13/04/2011 Wednesday 14:15 - 16:15 4.2 Davide Eynard
19/04/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci
20/04/2011 Wednesday 14:15 - 16:15 4.2 Davide Eynard
27/04/2011 Wednesday 14:15 - 16:15 4.2 Davide Eynard
03/05/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci
04/05/2011 Wednesday 14:15 - 16:15 4.2 Davide Eynard
10/05/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci
11/05/2011 Wednesday 14:15 - 16:15 4.2 Matteo Matteucci
17/05/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci
18/05/2011 Wednesday 14:15 - 16:15 4.2 Matteo Matteucci
24/05/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci
25/05/2011 Wednesday 14:15 - 16:15 4.2 Matteo Matteucci
07/06/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci
08/06/2011 Wednesday 14:15 - 16:15 4.2 Matteo Matteucci
14/06/2011 Tuesday 13:15 - 15:15 3.6 Matteo Matteucci
15/06/2011 Wednesday

Course Evaluation

The course evaluation is composed by two parts:

  • A homework with exercises covering the whole program that counts for 30% of the course grade
  • A oral examination covering the whole progran that count for 70% of the course grade

The homework is just one per year, it will be published at the end of the course and you will have 15 days to turn it in. It is not mandatory, however if you do not turn it in you loose 30% of the course grade. There is the option of substitute the homework with a practical project, but this has to be discussed and agreed with the course professor.

Teaching Material

In the following you can find the lecture slides used by the teacher and the teaching assistants during classes:

  • Course introduction: introductory slides of the course with useful information about the grading, and the course logistics. Some examples from supervised learning and two algorithms for classification (taken from The Elements of Statistical Learning book).
  • Linear Classification Examples: slides presenting images, tables and examples about (generalized) linear classification methods (taken from The Elements of Statistical Learning book).

Lectures will be based on material taken from the aforementioned slides and from the following book.

Some additional material that could be used to prepare the oral examination will be provided together with the past homeworks.