Pricas Supervised Learning
Pricas Supervised Learning
SUPERVISED
LEARNING
Supervised learning,
also known as
supervised machine
learning, is a
subcategory of machine WHAT IS
learning and artificial
intelligence. It is
SUPERVISED
defined by its use of LEARNING?
labeled datasets to
train algorithms that
classify data or predict
outcomes accurately.
Supervised learning uses a
training set to teach models to yield the
desired output. This training dataset includes
inputs and correct outputs,
which allow the model to learn over time.
The algorithm measures its accuracy through the loss
function, adjusting until the error has been sufficiently
minimized.
The term machine
learning was coined
in 1959 by Arthur
Samuel, an IBM
employee and pioneer in When was
the field of computer machine learning
gaming and artificial discovered?
intelligence. The
synonym self-teaching
computers was also used
in this time period.
Supervised learning
uses a training set to
teach models to yield
the desired output.
This training dataset
includes inputs and HOW
correct outputs, which
SUPERVISED
allow the model to
learn over time. The LEARNING
algorithm measures its WOKS?
accuracy through the
loss function,
adjusting until the
error has been
sufficiently minimized.
Supervised learning can be separated into two types
of problems when data mining-classification and
regression:
Naive bayes
Naive Bayes is a classification approach that adopts the
principle of class conditional independence from the Bayes
Theorem. It is used in text classification, spam identification,
and recommendation systems. There are three types of Nave
Bayes classifiers: Multinomial, Bernoulli, and Gaussian. These
classifiers are used in text classification, spam identification,
and recommendation systems.
Linear regression
Linear regression is used to identify the relationship
between a dependent variable and one or more independent
variables and make predictions about future outcomes. Simple
linear regression is used when there is only one independent
variable and one dependent variable, while multiple linear
regression is used when there are multiple independent
variables. The line of best fit is straight when plotted on a
graph.
K-nearest neighbor
K-nearest neighbor is a non-parametric algorithm that
classifies data points based on their proximity and association
to other available data. It seeks to calculate the distance
between data points, usually through Euclidean distance, and
assigns a category based on the most frequent category or
average. It is used for recommendation engines and image
recognition.
Support vector machines (SVM)
A support vector machine is a popular supervised learning
model developed by Vladimir Vapnik, used for data classification
and regression. It creates a hyperplane where the distance
between two classes of data points is at its maximum, known as
the decision boundary.
Logistic regression
Logistic regression is used to solve binary classification
problems, such as spam identification, when the dependent
variable is categorical, such as "true" and "false" or "yes" and
"no".
Random forest
Random forest is another flexible supervised machine
learning algorithm used for both classification and regression
purposes. The "forest" references a collection of uncorrelated
decision trees, which are then merged together to reduce
variance and create more accurate data predictions.
Supervised learning models
can be used to build and
advance a number of
business applications,
including the following:
Predictive analytics
Supervised learning models are used to create predictive
analytics systems to provide deep insights into business data
points, helping business leaders justify decisions and pivot.
Spam detection
Spam detection is another example of a supervised learning
model. Using supervised classification algorithms, organizations
can train databases to recognize patterns or anomalies in new
data to organize spam and non-spam-related correspondences
effectively.
Challenges of supervised learning
https://www.ibm.com/topics/supervised-learning#:~:text=the%20next%20step-,What
%20is%20supervised%20learning%3F,data%20or%20predict%20outcomes%20accurat
ely
.
https://www.ibm.com/cloud/blog/supervised-vs-unsupervised-learning
https://en.wikipedia.org/wiki/Machine_learning#:~:text=The%20term%20machine%2
0learning%20was,used%20in%20this%20time%20period
.
https://link.springer.com/referenceworkentry/10.1007/978-1-4419-1428-6_451#:~:te
xt=The%20goal%20of%20supervised%20learning,the%20system%20given%20new%2
0inputs
.