AIML Unit 2 Introduction To Machine Learning
AIML Unit 2 Introduction To Machine Learning
Learning
S. Sridhar and M. Vijayalakshmi
Chapter 1
Y=f(x), f is the learning function that maps the input x to output y. Learning of
function f is the crucial aspect of forming a model in statistical learning.
What is a Model?
A MODEL CAN BE ANY ONE OF THE FOLLOWING –
• MATHEMATICAL EQUATION
• RELATIONAL DIAGRAMS LIKE GRAPHS/TREES
• LOGICAL IF/ELSE RULES
• GROUPINGS CALLED CLUSTERS
• TOM MITCHELL DEFINITION OF MAC HINE LEARNING
The regression model takes input x and generates a model in the form of a fitted line of the form y = f(x).
Here, x is the independent variable that may be one or more attributes and y is the dependent
variable
Unsupervised Learning
1.learning is by self-instruction.
2.There are no supervisor or teacher components.
3.In the absence of a supervisor or teacher, self-instruction is
the most common kind of learning process.
4.This process of self-instruction is based on the concept of trial
and error
Unsupervised Learning
Cluster Analysis
1. group objects into disjoint clusters or groups.
2. Clusters objects based on its attributes.
3. All the data objects of the partitions are similar in some aspect and
vary from the data objects in the other partitions significantly.
Unsupervised Learning
KEY ALGORITHMSOF UNSUPERVISED LEARNING
Key Differences
Semi-supervised Learning
Reinforcement Learning
1. Reinforcement learning mimics human beings.
2. Allows the agent to interact with the environment
to get rewards.
3. The agent can be human, animal, robot, or any
independent program. The rewards enable the
agent to gain experience. The agent aims to
maximize the reward.
4. The reward can be positive or negative
(Punishment). When the rewards are more, the
behavior gets reinforced and learning becomes
possible.
Challenges of Machine Learning
1.Problems –
2. Huge data –
3.High computation power .
4. Complexity of the algorithms –
5. Bias/Variance – Variance is the error of the
model..
Machine Learning Process
MACHINE LEARNING/DATA MINING PROCESS
CRISP-DM stands for Cross Industry Standard Process – Data Mining
Machine Learning Applications
MACHINE LEARNING MAJOR APPLICATIONS