Machine Learning Algorithms
Machine Learning Algorithms
Machine Learning Algorithms
Machine Learning algorithms are the programs that can learn the hidden patterns from the data,
predict the output, and improve the performance from experiences on their own. Different
algorithms can be used in machine learning for different tasks, such as simple linear regression that
can be used for prediction problems like stock market prediction, and the
KNN algorithm can be used for classification problems
Types of Machine Learning Algorithms
• Classification
• Regression
• Examples of some popular supervised learning algorithms are Simple
Linear regression, Decision Tree, Logistic Regression, KNN algorithm, etc
Machine Learning Contd…………..
• Supervised learning is the types of machine learning in which machines are trained using well "labelled"
training data, and on basis of that data, machines predict the output. The labelled data means some input data
is already tagged with the correct output.
• In supervised learning, the training data provided to the machines work as the supervisor that teaches the
machines to predict the output correctly. It applies the same concept as a student learns in the supervision of
the teacher.
• Supervised learning is a process of providing input data as well as correct output data to the machine learning
model. The aim of a supervised learning algorithm is to find a mapping function to map the input variable (x)
with the output variable (y). in the real word supervised learning can be used for risk assessment, image
classification, fraud detection, as well as spam filtering
How Supervised Learning Works?
• With the help of supervised learning, the model can predict the output
on the basis of prior experiences.
• In supervised learning, we can have an exact idea about the classes of
objects.
• Supervised learning model helps us to solve various real-world
problems such as fraud detection, spam filtering, etc.
Disadvantages of supervised learning: