Přístupnostní navigace
E-application
Search Search Close
Course detail
FEKT-MPA-MLRAcad. year: 2023/2024
Students will gain insight into advanced machine learning methods. They will be able to describe and compare the properties of individual approaches to data classification. They will be able to select and apply a specific approach to a given problem. They will also gain practical experience with current implementations of machine learning methods including deep learning.
Language of instruction
Number of ECTS credits
Mode of study
Guarantor
Department
Offered to foreign students
Entry knowledge
Rules for evaluation and completion of the course
Aims
Study aids
Prerequisites and corequisites
Basic literature
Recommended reading
Elearning
Classification of course in study plans
Lecture
Teacher / Lecturer
Syllabus
1. Introduction to classification. Classification error, classifier testing.2. Features assessment, feature selection and feature reduction with basic and advanced methods (PCA, mRMR, t-SNE).3. Linear Classifiers - basic principles and methods (perceptron, SVM, MSE).4. Kernel approach for non-linear classification.5. Bayesian approach to classification. Naive Bayes classifier.6. Maximum likelihood and Maximum a-posteriori probability.7. Decision and regression trees and forests, random forests.8. Methods for improving classifier properties (bagging, boosting).9. Basics of neural networks, regularization.10. Principles of deep learning, deep neural networks (NN) and basic building blocks.11. Principles of deep NN learning.12. Variants of deep NN, autoencoders, recurrent NN, LSTM, GRU, GAN.13. Application of classification tasks for processing of signals, images and bioinformatic data. Application examples.
Exercise in computer lab
1) Introduction to machine learning in pyton, simple classifier example2) Model evaluation methods – metrics, model validation3) Linear and polinomial regression, LASSO/RIDGE regression4) Dual forms and kernels - regression, SVM5) Feature selection - feature filtering, feature wrapping, forward method6) Decision trees, random forest, bias-variance trade-off7) Artificial neural network introduction, introduction to PyTorch8) Introduction to PyTorch 2, simple neural network9) Deep learning in various applications – image classification, signal classification, image segmentation, image2image regression, signal segmentation, signal2signal regression, signal2signal regression10) Transformers - vision transformer example, next word prediction example11) Probabilistic models 1 - Maximum likelihood estimation, Maximum a-posteriori estimation12) Probabilistic models 2 - Naive Bayes Classifier, Gaussian mixture model