supervised and unsupervised learing
supervised and unsupervised learing
ON
Different Learning Techniques
(MACHINE LEARNING, PEC-CS701E)
❑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.