0% found this document useful (0 votes)
4 views2 pages

Overview of Classification Algorithms

Classification is a type of supervised learning that categorizes data elements into finite and discrete classes, predicting the class of input variables. It can be applied to both structured and unstructured data, with examples like spam detection in emails. Various algorithms for classification include linear models like logistic regression and nonlinear models such as K nearest neighbors and decision trees.

Uploaded by

bharathidevarapu
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Overview of Classification Algorithms

Classification is a type of supervised learning that categorizes data elements into finite and discrete classes, predicting the class of input variables. It can be applied to both structured and unstructured data, with examples like spam detection in emails. Various algorithms for classification include linear models like logistic regression and nonlinear models such as K nearest neighbors and decision trees.

Uploaded by

bharathidevarapu
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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

You might also like