0% found this document useful (0 votes)
28 views

Types of Machine Learning

Uploaded by

ramawat111222333
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Types of Machine Learning

Uploaded by

ramawat111222333
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

TYPES OF

LARANA, INC.

MACHINE
LEARNING
CONTENT
01 WHAT IS ML?

02 TYPES OF ML

03 SUPERVISED LEARNING

04 UNSUPERVISED LEARNING

05 REINFORCEMENT LEARNING

06 CONCLUSION
WHAT IS ML?
Machine Learning (ML) is a way to teach computers
to learn from data and make decisions or
predictions without being explicitly programmed.
It's like teaching a computer to recognize patterns
and trends so that it can handle tasks or solve
problems on its own based on what it has learned
from the data it has been given.

ML relies on large sets of data to train models. These


models can then analyze new, unseen data to make
predictions or classifications
TYPES OF ML

1 2 3
SUPERVISED UNSUPERVISED REINFORCEMENT
LEARNING LEARNING LEARNING
SUPERVISED
LEARNING

Supervised learning is a type of machine learning where


the algorithm is trained on a labeled dataset, meaning
that the input data is paired with the corresponding
desired output. The goal of supervised learning is to learn
a mapping from inputs to outputs, making predictions or
decisions when new, unseen data is presented.
Here are key points about supervised learning:
UNSUPERVISED
LEARNING

Unsupervised learning is a type of machine


learning where the algorithm is given input
data without explicit instructions on what to
do with it. The system tries to learn the
patterns and structure from the data without
labeled outputs. The primary goal is to
discover the inherent structure or
relationships within the data.
eg
reinforcement
learning
Reinforcement learning (RL) is a type of machine
learning paradigm where an agent learns to make
decisions by interacting with an environment. The agent
receives feedback in the form of rewards or
punishments, and its goal is to learn a strategy or policy
that maximizes the cumulative reward over time.

You might also like