Lectures
You can download the lectures here. We will try to upload lectures prior to their corresponding classes.
-
Course Introduction
tl;dr: An introduction to the course syllabus, timeline and background.
[slides]
-
Concept Learning: Continued
tl;dr: Find-S Algorithm, Version Space and CANDIDATE- ELIMINATION, LIST-THEN-ELIMINATION Algorithm, Overview to Desicion Tree.
[Slides]
-
Decision Tree
tl;dr: Desicion Tree: Introduction, Useage, Types, Shanon's Entropy, Information Gain, Examples.
[Slides]
-
Decision Tree: Continued
tl;dr: Desicion Tree: ID3, Inductive Bias, Overfitting & it's avoiding techniques
[Slides]
-
-
Logistic Regression
tl;dr: Logistic regression, training of logistic regression, sigmoid function, concave objective function
[boardwork] [scribe] [reading-I] [reading-II]
Supplementary Reading:
-
Generative Learning Algorithms
tl;dr: Generative Learning algorithm, Gaussian discriminant analysis (Introduction)
[boardwork] [reading-I] [reading-II]
-
Generative Learning Algorithms: Continued
tl;dr: Gaussian discriminant analysis, linear decision boundary, quadratic decision boundary, Naive Bayes Classifier, Smoothing
[boardwork] [reading-I] [reading-II]
-
Support Vector Machines (SVMs) -- I
tl;dr: Basics of coordinate geometry, Lagrange Multipliers, KKT Conditions
[scribe] [boardwork] [KKT - Lecture Note] [reading-I]
-
Support Vector Machines (SVMs) -- III
tl;dr: tl;dr: Kerner tricks -- Linear, Polynomial, RBF
[boardwork] [reading-I] [reading-II]
-
-
Boosting
tl;dr: Weak learner, Boosting reduces bias, Anyboost and Adaboost algorithms
[scribe] [reading-I] [reading-II] [reading-III]
-
Dimensionality Reduction -- Part II, Introduction to Neural Networks
tl;dr: Linear Discriminant Analysis, History of Neural Networks
[boardwork]
-
Machine Learning, Everywhere! - Guest Lecture by Dr. Sumit Bhatia
tl;dr: Overview of ML’s importance in Adobe’s operations, Case studies showcasing how ML drives product innovation and enhancement, impacting everyday life from space missions (Chandrayaan) to online deliveries.
-
Perceptron and Multi-layer Perceptron
tl;dr: MPNet, Perceptron, Multi-layer Perceptron, Activation Function, Backpropagation
[reading-I]
-
CNN, Intro to RNN
tl;dr: Convolutional Network Networks, Recurrent Neural Networks
[CNN Slides] [RNN Slides] [CNN Reading]
Supplementary Material:
-
RNN (conclusion), Transformer
tl;dr: BPTT, issues with RNNs, LSTM, Attention
[RNN Slides] [LSTM Slides] [Attention Slides]
Supplementary Material: