Skip to content

Limeman/Pattern-Recognition-and-Machine-Learning

Repository files navigation

Pattern-Recognition-and-Machine-Learning

Course Description

The course considers foundational and advanced pattern recognition methods for classification tasks in signals and data. We take a Bayesian approach in this course. Simple example applications can be a digit recognition task, or automatic word recognition task. A complex application can be in medical field, such as recognition of disease from patient data.

Intended learning outcomes

After passing the course, students should be able to:

  1. Describe models for Pattern Recognition system and formulate the optimal cost functions in a probabilistic framework. Then analytically and experimentally estimate recognizer performances.
  2. Describe a pattern recognition problem for a sequence of observed signals and address the problem using hidden Markov models (HMM).
  3. Design systems and algorithms for pattern recognition. Critically compare the algorithms in a trade-off between complexity and performance. Present and report the results.
  4. Implement and analyze machine learning based methods for automatic training of pattern recognition systems.

Course main content

The course considers foundational and advanced pattern recognition methods for classification tasks in signals and data. We take a Bayesian approach in this course. Simple example applications can be a digit recognition task, or automatic word recognition task. A complex application can be in medical field, such as recognition of disease from patient data. The course covers following.

  1. Pattern recognition problems in Bayesian framework. Forming optimal cost functions, and then establishing maximum-likelihood (ML) and maximum-a-posteriori (MAP) rules for classification.
  2. Discriminant functions.
  3. Hidden Markov models (HMM) for classification of sequence of feature vectors
  4. Machine learning based HMM training - using expectation-maximization (EM)
  5. Approximate machine learning, such as variational Bayes.

About

Assignments and litterature from the course pattern recognition and machine learning (EQ2341) KTH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors