100% found this document useful (1 vote)
4 views

supervised and unsupervised learing

The presentation discusses different learning techniques in machine learning, focusing on supervised, unsupervised, and reinforcement learning. Supervised learning uses labeled data for classification and regression problems, while unsupervised learning identifies patterns in unlabeled data. Reinforcement learning involves an agent interacting with its environment to learn through rewards and penalties.

Uploaded by

SRI RAM KUMAR
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
4 views

supervised and unsupervised learing

The presentation discusses different learning techniques in machine learning, focusing on supervised, unsupervised, and reinforcement learning. Supervised learning uses labeled data for classification and regression problems, while unsupervised learning identifies patterns in unlabeled data. Reinforcement learning involves an agent interacting with its environment to learn through rewards and penalties.

Uploaded by

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

PRESENTATION

ON
Different Learning Techniques
(MACHINE LEARNING, PEC-CS701E)

NAME: Swati Shikha


Department: CSE
Semester: 6th
University roll no.: 16900119060

Department of Computer Science


Academy of technology,
Aedconagar, Hooghly,WB
Definitions
In unsupervised learning In Reinforcement learning
Supervised learning is a
the machine is trained on an agent interacts with its
method in which we teach
unlabelled data without any environment by producing
the machine using labelled
guidance. actions & discovers errors
data.
or rewards.
Supervised Learning
Types of Problems
Supervised Learning deals with two types of problem- classification
problems and regression problems.

❑Classification problems
• Naive Bayes Classifier
• Support Vector Machines
• Logistic Regression

❑Regression problems
• Linear Regression
• Nonlinear Regression
• Bayesian Linear
Unsupervised Learning
This learning algorithm is completely opposite to Supervised Learning. In short, there
is no complete and clean labelled dataset in unsupervised learning. Unsupervised
learning is self-organized learning. Its main aim is to explore the underlying patterns and
predicts the output. Here we basically provide the machine with data and ask to look for
hidden features and cluster the data in a way that makes sense.

Problem Type
❑ Association
❑ Clustering
• K – Means clustering
• Neural Networks
• Principal Component Analysis
Reinforcement Learning
It is neither based on supervised learning nor unsupervised learning.
Moreover, here the algorithms learn to react to an environment on
their own. It is rapidly growing and moreover producing a variety of
learning algorithms. These algorithms are useful in the field of
Robotics, Gaming etc.

For a learning agent, there is always a start state and an end state.
However, to reach the end state, there might be a different path. In
Reinforcement Learning Problem an agent tries to manipulate
the environment. The agent travels from one state to another. The agent
gets the reward(appreciation) on success but will not receive any
reward or appreciation on failure. In this way, the agent learns from the
environment.

You might also like