0% found this document useful (0 votes)
3 views9 pages

Types of Machine Learning

The document provides an overview of machine learning, defining it as a branch of artificial intelligence that enables computers to learn from data. It outlines three main types of machine learning: supervised learning, unsupervised learning, and reinforcement learning, along with their applications and examples. Additionally, it identifies specific project examples for each type of machine learning.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views9 pages

Types of Machine Learning

The document provides an overview of machine learning, defining it as a branch of artificial intelligence that enables computers to learn from data. It outlines three main types of machine learning: supervised learning, unsupervised learning, and reinforcement learning, along with their applications and examples. Additionally, it identifies specific project examples for each type of machine learning.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

MACHINE

LEARNING
This presentation tells about machine learning
definition and types with examples
INTRODUCTION TO
MACHINE LEARNING
 Machine Learning (ML) is a branch of artificial intelligence that
involves the use of algorithms and statistical models to enable
computers to learn from and make predictions or decisions
based on data.
Applications of machine learning:
• Healthcare: Predicting disease outbreaks, diagnosing illnesses from
medical images.
• Finance: Fraud detection, credit scoring.
• Marketing: Customer segmentation, personalized advertising.
TYPES OF MACHINE
LEARNING
 Supervised learning
 Unsupervised learning
 Reinforcement learning
SUPERVISED LEARNING
• Definition:

Learning from labelled data.


The algorithm is trained on
input-output pairs.
Examples:
 Regression: Predicting house
prices based on features like
size and location.
• Classification: Identifying
whether an email is spam or
not.
UNSUPERVISED LEARNING
• Definition:

Learning from unlabelled data. The


algorithm tries to identify patterns
and structures within the data.
Examples:
 Clustering: Grouping customers
based on purchasing behavior.
• Association: Finding associations
between products in market
basket analysis.
REINFORCEMENT LEARNING
• Definition:

Learning through interaction with an environment to maximize cumulative


reward. The algorithm learns by receiving rewards or penalties.
Examples:
 Game Playing: Training a model to play and win games like Chess or Go.

• Robotics: Teaching a robot to navigate and perform tasks.


SUMMARY
• Supervised Learning: Uses labeled data for prediction (e.g., spam
detection, house price prediction).
• Unsupervised Learning: Identifies patterns in unlabeled data (e.g.,
customer segmentation, market basket analysis).
• Reinforcement Learning: Learns through interaction and feedback (e.g.,
game playing, autonomous driving).
IDENTIFYING THE TYPE
OF MACHINE LEARNING
IN PROJECTS
 Project Name: "Fraud Detection in Banking"

• Type: Supervised Learning (Classification)


 Project Name: "Movie Recommendation System"

• Type: Unsupervised Learning (Clustering or Association)


 Project Name: "Autonomous Vehicle Control"

• Type: Reinforcement Learning


 Project Name: "Handwritten Digit Recognition"

• Type: Supervised Learning (Classification)


THANK
YOU

You might also like