Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
regression Directory Reference

Files

file  LogisticRegression.hpp [code]
 A simple implementation of Logistic Regression with improvements.
 
file  MultiLinearRegression.hpp [code]
 A simple implementation of Multilinear Regression with improvements.
 
file  PolynomialRegression.hpp [code]
 Improved implementation of Polynomial Regression.
 
file  SupportVectorRegression.hpp [code]
 Implementation of Support Vector Regression (SVR) using SMO algorithm.