This is a repository containing the lectures for the Skoltech's Machine Learning course (MA060018), which is held at Term 3, 2024.
- LECTURE 1 (29.01) - Introduction Lecture
- LECTURE 2 (30.01) - Regression
- LECTURE 3 (01.02) - Classification
- LECTURE 4 (05.02) - Tree-based methods, Bagging, Random forest
- LECTURE 5 (06.02) - Adaboost
- LECTURE 6 (08.02) - Gradient Boosting
- LECTURE 7 (12.02) - Multi-class predictions, Naive Bayes
- LECTURE 8 (13.02) - Model and feature selection
- LECTURE 9 (15.02) - Artificial Neural Networks
- LECTURE 10 (19.02) - Deep Artificial Neural Networks
- LECTURE 11 (20.02) - Sequential Data
- LECTURE 12 (22.02) - Gaussian Processes
- LECTURE 13 (26.02) - Dimensionality Reduction
- LECTURE 14 (27.02) - Anomaly Detection
- LECTURE 15 (29.02) - Clustering
The course is a general introduction to machine learning (ML) and its applications. It covers fundamental topics in ML and describes the most important algorithmic basis and tools. It also provides important aspects of the algorithms’ applications. The course starts with an overview of canonical ML applications and problems, learning scenarios, etc. Next, we discuss in-depth fundamental ML algorithms for classification, regression, clustering, etc., their properties, and practical applications. The last part of the course is devoted to advanced ML topics such as Gaussian processes, neural networks. Within practical sections, we show how to use the ML methods and tune their hyper-parameters. Home assignments include the application of existing algorithms to solve data analysis problems. The students are assumed to be familiar with basic concepts in linear algebra, probability, real analysis, optimization, and python programming.
On completion of the course students are expected to:
- Have a good understanding of the fundamental issues and challenges of ML: data, model selection, model complexity among others;
- Have an understanding of the strengths and weaknesses of many popular ML approaches;
- Appreciate the basic underlying mathematical relationships within and across ML algorithms and the paradigms of supervised and unsupervised learning.
- Be able to design and implement various machine learning algorithms in a range of real-world applications.
The seminars of the course can be accessed via the link
If you have any questions/suggestions regarding this github repository or have found any bugs, please write to me at [email protected]