INT354 Lecture 0
INT354 Lecture 0
• Credit: 3
• Text Book:
1. MACHINE LEARNING : A PRACTITIONER'S APPROACH by CHANDRA
S.S., VINOD; HAREENDRAN S., ANAND, PHI Learning
References Book:
1. UNDERSTANDING-MACHINE-LEARNING-THEORY-ALGORITHMS
FROM THEORY TO ALGORITHM by SHAI SHALEV-SHAWARTZ AND
SHAI BEN-DAVID, CAMBRIDGE UNIVERSITY PRESS
2. MACHINE_LEARNING_IN_ACTION by PETER HARRINGTON, Manning
Publications
Course Assessment Model
⚫ MTT(MCQ) 20 marks
⚫ ETT(MCQ) 50 marks
:MACHINE LEARNING-I
Unit 2 Machine learning Reading material INT 354 70% Machine learning
classifiers : (Pdf ) classifiers :
Unit 3 Generative models: Reading material INT 354 80% Generative models
Maximum (Pdf ) :Maxi mum
Likelihood Likelihood
Estimator,Baye Estimator,
sian Learning,
Bayes Theorem, BruteForce Bayesian Learning, Bayes
Concept Learning, Bayes Theorem, BruteForce
Optimal Classifier,, Gibs Concept Learning, Bayes
Algorithm, Naive Optimal Classifier,
Bayes Classifier, EM
Model evaluation
, Gibs
and hyperparameter tuning,
Algorithm, NaiveBayes
:
Classifier,
Streamlining Workflows with
EM,
Pipelines,
: Streamlining Workflows
with Pipelines,
Debugging Algorithms with
Learning and Validation Curves
Debugging
Algorithms
with Learning
and Validation Curves,
Fine-Tuning Machine
Learning Modelsvia Grid
Search
Regularized Methods
for
Regression, Regularized
Polynomial Methodsfor
Regression, Decision Tree, Regression, Polynomial
ARIMA Regression, Decision Tree,
ARIMA
Unit 5 Regression Reading INT 354 90% Regression
Metrics : R2 material (Pdf ) Metrics : R2
Score, Mean Absolute Error, Score, Mean Absolute Error,M
Mean Squared Error, ean Squared Error,Mean Squar
Mean Squared ed Logarithmic Error,Mean
Logarithmic Error, Absolute Percentage Error,
Mean Absolute Explained Variance Score,D2
Percentage Error, Explained ScoreVisual Evaluation of
Variance Score, D2 Regression Models
Score Visual Evaluation
of Regression Models
12
What are Cohorts
13
Purpose of Cohorts
⚫ Student shall be able to have a goal oriented approach for
his/her career
⚫ Student identifies the goal in the very first year
⚫ Student shall be able to follow the stage wise career
progression.
⚫ Early identification of skill set required for selected goal.
14
INT354 –
Cohort 2 and 5
Course Outcomes
CO1 :: Explore Different types of Machine Learning and statistics used for risk minimization.
CO3 :: Examine the performance of Generative models based on Bayesian learning to solve different
classification problems.
CO4 :: Develop the model that predict value of continuous variable with regression analysis.
CO5 :: Discuss the methods for Error calculations using different Regression metrics.
CO6 :: Extend the Machine Learning approach to understand the bias complexity tradeoff and algorithm
independent machine learning.
What is Machine Learning?
Why is it important??
https://youtu.be/Kjfz8s_d5HM?si=_JfXcKos7P897ROJ
Make Machine your Friend
Overview of Unit 1
Unit 1
Introduction to machine learning : Machine Learning, Need of Machine Learning,
Types of Learning, Well Posed Learning Problems, Designing a Learning Systems,
Statistical Learning Framework, Empirical Risk Minimization, Empirical Risk
Minimization with Inductive Bias, PAC Learning
Building good training sets : Data Preprocessing, Dealing with Missing Data, Handling
Categorical Data, Partitioning a Dataset in Training and Test Sets, Normalization,
Selecting Meaningful Features
Overview of Unit 2
Unit 2
Machine learning classifiers : Motivation: When One Variable Is Not
Enough, Choosing a Classification Algorithm, First Steps with Scikit-Learn,
Perceptron Classifier, Stochastic Gradient Descent, Modeling Class
Probabilities via Logistic Regression, Maximum Margin Classification with
Support Vector Machine, Decision Tree Learning, CART, ID3, C4.5, Density
Estimation, Parzen Window, The Nearest Neighbour Rule, KNearest
Neighbour Estimation
Unit 3
Generative models : Maximum Likelihood Estimator,
Bayesian Learning, Bayes Theorem, BruteForce Concept
Learning, Bayes Optimal Classifier, Gibs Algorithm, Naive
Bayes Classifier, EM Algorithm