Studying at the University of Verona
Here you can find information on the organisational aspects of the Programme, lecture timetables, learning activities and useful contact details for your time at the University, from enrolment to graduation.
Study Plan
The Study Plan includes all modules, teaching and learning activities that each student will need to undertake during their time at the University.
Please select your Study Plan based on your enrollment year.
1° Year
Modules | Credits | TAF | SSD |
---|
2° Year activated in the A.Y. 2019/2020
Modules | Credits | TAF | SSD |
---|
Modules | Credits | TAF | SSD |
---|
Modules | Credits | TAF | SSD |
---|
Modules | Credits | TAF | SSD |
---|
2 modules among the following
Legend | Type of training activity (TTA)
TAF (Type of Educational Activity) All courses and activities are classified into different types of educational activities, indicated by a letter.
Machine Learning & Pattern Recognition (2018/2019)
Teaching code
4S02803
Credits
6
Language
Italian
Scientific Disciplinary Sector (SSD)
ING-INF/05 - INFORMATION PROCESSING SYSTEMS
The teaching is organized as follows:
Teoria
Laboratorio
Learning outcomes
The course aims to provide: i) methodological principles underlying the classification; ii) feature selection and extraction techniques; iii) algorithms for supervised and unsupervised learning; parametric and non-parametric parameter estimation; iv) cross-validation techniques for the validation of classifiers.
At the end of the course the student should be able to understand if a classification problem can be solved with some existing technology and, in that case, the type of machine learning algorithm that has to be used for the training. Furthermore, the student must demonstrate: i) to understand what kind of characteristics or patterns should be extracted from the raw data coming from a sensor; ii) to understand what kind of classifier should be used in relation with the encountered problem: iii) to understand the complexity of the recognition problem in computational terms; iv) to produce software that recognizes real data; v) be able to use other people's code and modify it adapting it to the problem under examination. This knowledge will allow the student to understand: i) that fit measures guarantee an effective classifier after the phase of his training; ii) what are the techniques for validating the results of a classifier. At the end of the course the student will be able to understand a machine learning or pattern recognition paper.
Program
The course program can be divided into two parts, the methodological and the applicative one, which will go hand in hand with the lessons.
METHODOLOGIES
===============
--- Introduction: classification systems, types of classification, applications
** SUPERVISED LEARNING **
--- Bayes decision theory, risk minimization
--- Linear, non-linear classifiers and discriminant functions
--- Selection and extraction of features, Principal Component Analysis, Fisher Linear Discriminant Analysis
--- Parameter Estimation: Maximum Maximum Likelihood, MAP, Bayesian
--- Single Gaussian estimation and mixture of Gaussians: Expectation-Maximization algorithm and variational approximations (Mean Field)
--- Non-parametric methods for training a classifier: Parzen Windows and K-Nearest-Neighbor
--- Monte Carlo methods for dynamic density estimation, Particle Filtering
--- Markov models and Hidden Markov Models
** NON-SUPERVISED CLASSIFICATION **
--- Partitional methods (k-means and x-means), hierarchical (single-double linkage)
--- Internal and external validation criteria
APPLICATIONS
============
--- Binary and multiclass classification on real benchmarks
--- Face recognition
--- Tracking
TEXTBOOKS
==========
* Richard O. Duda, Peter E. Hart, and David G. Stork. 2000. Pattern Classification (2nd Edition). Wiley-Interscience.
* Christopher M. Bishop. 2006. Pattern Recognition and Machine Learning (Information Science and Statistics). Springer-Verlag New York, Inc., Secaucus, NJ, USA.
Examination Methods
Examination method is oral; the required content will be those seen during the lessons, as indicated by the course program. In particular, when necessary, a formal demonstration of a procedure will be requested. In all cases, the questions will address a classification problem where the student will have to suggest the most suitable technique for the case, formally demonstrating the choice. The final vote will be built depending on the student's proposed solution to the question (20 points total), and the formal accuracy with which the solution is presented (10 points).