Modern Data Analysis 2021 2022

Материал из Wiki - Факультет компьютерных наук
Версия от 09:07, 18 октября 2021; Machine (обсуждение | вклад)

(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

Course: Modern Data Analysis (2021–2022)

Lecturer: Dmitry Ignatov

TA: TBA

All the material are available via our telegram channel.

Final mark formula: FM = 0.8 Homeworks + 0.2 Exam (under voting)


Homeworks

  • Homework 1: Classification


Lecture 1

Intro slides. Course plan. Assessment criteria. ML&DM libraries. What to read and watch?

Practice: demonstration with Orange.

Lecture 2

Classification. One-rule. Naïve Bayes. kNN. Logistic Regression. Train-test split and cross-validation. Quality Metrics (TP, FP, TN, FN, Precision, Recall, F-measure, Accuracy).

Practice: demonstration with Orange.

Lecture 3

Classification (continued). Quality metrics. ROC curves.

Practice: demonstration with Orange.

Seminar 1

Classification

Practice: scikit-learn.


Lecture 4

Introduction to Clustering. Taxonomy of clustering methods. K-means. K-medoids. Fuzzy C-means. Types of distance metrics. Hierarchical clustering. DBScan

Practice: DBScan Demo.