MACHINE LEARNING ALGORITHM - Unit-1-1
MACHINE LEARNING ALGORITHM - Unit-1-1
Course Objectives :-
Course Outcomes :-
● The ability to learn is not only central to most aspects of intelligent behavior, but machine
learning techniques have become key components of many software systems.
● For examples, machine learning techniques are used to create spam filters, to analyze
customer purchase data, or to detect fraud in credit card transactions.
● The field of Machine Learning, which addresses the challenge of producing machines that
can learn, has become an extremely active, and exciting area, with an ever expanding
inventory of practical (and profitable) results, many enabled by recent advances in the
underlying theory.
● This course will introduce the fundamental set of techniques and algorithms that constitute
machine learning
Marks Distribution
Teaching
50 50
Mode
4 Total
Duration
100
of ESE
TAE and CAE planning
1. Assignment should be taken on weekly basis as per below
a. MCQ on basics and introduction of MLA (10 M)
b. Implementation of Regression Algorithms , Over fitting , Collaborative
Recommendation (10 M)
c. Implementation of Logistics regression, SVM , Bayes Learning (10 M)
d. Implementation of PCA, Clustering. (10 M)
UNIT II UNIT IV
III IV
The increase of computation For example, a wearable
power in the past few years fitness tracker like Fitbit, or an
and the development of intelligent home assistant like
better algorithms. Google Home.
Machine Learning Vs Traditional Programming
Problem Solving Approach
Machine Learning Approach
APPLICATION OF
MACHINE LEARNING – PART B
Machine Learning Applications
MACHINE LEARNING Applications
1. Prediction — Machine learning can also be used in the prediction
systems. Considering the loan example, to compute the probability of a
fault, the system will need to classify the available data in groups.
2. Image recognition — Machine learning can be used for face detection
in an image as well. There is a separate category for each person in a
database of several people.
3. Speech Recognition — It is the translation of spoken words into the
text. It is used in voice searches and more. Voice user interfaces
include voice dialing, call routing, and appliance control. It can also be
used a simple data entry and the preparation of structured documents.
4. Medical diagnoses — ML is trained to recognize cancerous tissues.
5. Financial industry and trading — companies use ML in fraud
investigations and credit checks.
Some examples of MACHINE LEARNING Applications
History of Machine Learning
Definitions of Machine Learning
● According to Arthur Samuel, Machine Learning algorithms enable the
computers to learn from data, and even improve themselves, without
being explicitly programmed.
Ducks
Not
Ducks
Unsupervised Learning Algorithm
01 02
A reinforcement learning algorithm, It receives rewards by performing
learns by interacting with its correctly and penalties for
environment. performing incorrectly.
03 04
It learns without intervention It is a type of dynamic programming
from a human by maximizing that trains algorithms using a
its reward and minimizing its system of reward and punishment
penalty.
Reinforcement Learning
LEARNING PROBLEMS
I3 44 39 20 24 F
I4 22 33 29 23 F
Supervised Learning
Supervised Learning
Supervised Learning
Features Selection for Machine Learning Algo.
Feature Space
Feature Space
Testing Points ?, ? , ?
Feature Space
Hypothesis Space
The hypothesis space used by a machine learning system is the set
of all legal hypotheses that might possibly be returned by it.
It is typically defined by a Hypothesis, possibly in conjunction with a
Bias.
H h€ H
where, H is a set of Hypothesis
h is o/p of learning algorithms
Feature Space
Feature Space
Hypothesis Space
Hypothesis Space
Inductive Bias
1 𝑛
2
= ℎ 𝑥 −𝑦
𝑛 𝑖=1
Note : Both above methods are used to find errors in Regression Problem
Evaluation and Cross Validation
Type of Errors
3. Number of
Misclassification 4. Confusion Matrix
1 𝑛
= 𝛿 ℎ 𝑥 ,𝑦
𝑛 𝑖=1
Precision tells us how many of the correctly predicted cases actually turned out to be positive.
Recall tells us how many of the actual positive cases we were able to predict correctly with our
model
Evaluation and Cross Validation
Cross Validation
Evaluation and Cross Validation
Cross Validation
Evaluation and Cross Validation
Cross Validation
Thank You