Classification
classification is
typea of supervised learning which
specifies the to
class which date elements belong to
and is best used when the output has finite and
discrete values It predicts a class for an input variable
as well
Here computer program learns from the data given to it
and make new observations or classifications Classificatio
is a process of categorizing a given set of data into
classes It can be performed on both structured or unstructure
data
The process starts with predicting the class of given
data points The classes are often referred to as
targets labels or categories Example checking if an
email is spam or not
Types of classification algorithms
Linear Models
Logistic Regression
Support Vector Machine SUND
Nonlinear Models
K nearest Neighbours CKNN
Kernel Support Vector Machines
Naive Bayes
Decision Tiree Classification
Random Forest Classification