Notes Unit 1-3 Part-I
Notes Unit 1-3 Part-I
2150602
2
Unit – III:
Supervised Machine Learning Algorithm with python: Model Complexity vs Dataset
Size,
Supervised Machine Learning Algorithms, k-Nearest Neighbors, Linear Regression, RMSE,
Logistic Regression, Log Loss, Support Vector Machine, Hinge Loss, Kernel Trick,
polynomial
Kernal, Decision Trees, Gini impurity.
3
Text Books
1) Tom M. Mitchell, “Machine Learning”, McGraw-Hill Education
(INDIAN EDITION), 2013
3)
Dr. Rahul Dubey
Amanda Casari, Alice Zheng, “Feature Engineering for Machine
Learning”, O’Reilly, 2018.
4
Artificial Intelligence, Machine
Learning and Deep Learning & Data
Science
5
What Is Machine Learning?
Machine Learning is the science (and art) of
programming computers so they can learn from data.
OR
Dr. Rahul Dubey
[Machine Learning is the] field of study that gives
computers the ability to learn without being explicitly
programmed.
Arthur Samuel, 1959
What Is Machine Learning?
More engineering-oriented one:
A computer program is said to learn from experience E
with respect to some task T and some performance
Dr. Rahul Dubey
measure P, if its performance on T, as measured by P,
improves with experience E.
Tom Mitchell, 1997
Analogy
spam filter is a Machine Learning program that can learn to
flag spam given examples of spam emails (e.g., flagged by
users) and examples of regular (no spam, also called
Data
Computer Output
Program
Dr. Rahul
Machine Learning
Dubey
Data
Computer Program
Output
Traditional Programming