Machine Learning Algorithms
Machine Learning Algorithms
Machine Learning Algorithms
ALGORITHMS
LIST OF ALGORITHMS
Linear Regression
Logistic Regression
K-Nearest Neighbors (KNN)
Support Vector Machines (SVM)
Naive Bayes
LINEAR REGRESSION
Linear Regression establishes the relationship between independent
and dependent variables by fitting the best line. This best-fit line is
known as the regression line and is represented by a linear equation
Y= a*X + b
In this equation:
Y – Dependent Variable
a – Slope
X – Independent variable
b – Intercept