Part 3A - Classification - Log - Reg - Part4

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Types of Classification Algorithm below.

Logistic Regression
Support Vector Machines
K-nearest Neighbors (KNN)
Naïve Bayes
Decision Tree Classification
Random Forest Classification

7
Logistic regression
Logistic regression named because it uses logistic function.
The logistic function, also called the sigmoid function is an S-
shaped curve that can take any real-valued number and map it
into a value between 0 and 1, but never exactly at those limits.

You might also like