Machine Learning - Types of Learning
Machine Learning - Types of Learning
regression problems
classification problems
This algorithm helps to predict a discrete value. It can be
thought, the input data as a member of a particular class or •Naive Bayes Classifier
group. •Support Vector Machines
•Logistic Regression
E.G Taking up the photos of the fruit dataset, each photo has
been labelled as a mango, an apple, etc. Here, the algorithm has
to classify the new images into any of these categories.
Application:
Risk Evaluation, Forecast Sales
Unsupervised learning is self-organized learning. Its main aim is
to explore the underlying patterns and predicts the output. For
instance, we provide the machine with data and ask to look for
hidden features and cluster the data, it identifies and extract
similarities between the inputs so that similar inputs can be
categorised together.
UNSUPERVISED
output is based on the collection of perceptions
LEARNING unlabelled dataset
E.G
•K – Means clustering
•Neural Networks
•Principal Component Analysis
Application
Recommendation System, Anomaly Detection
The algorithms learn to react to an environment on their own. It
is rapidly growing and moreover producing a variety of learning
algorithms. E.G
useful in the field of Robotics, Gaming etc.
PROCESS
•there is always a start state and an end state
•to reach the end state, there might be different paths
•A learning agent tries to manipulate the environment
•The agent travels from one state to another
•The agent gets the reward on success but will not receive any reward on failure Application
•In this way, the agent learns from the environment. Self Driving Cars, Gaming, Healthcare,
Markov’s decision processes, Policy Learning,
Deep Learning and value learning.