Cpp ML Library  1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
Classes
SupportVectorRegression.hpp File Reference

Implementation of Support Vector Regression (SVR) using SMO algorithm. More...

#include <vector>
#include <cmath>
#include <algorithm>
#include <limits>
#include <functional>
#include <numeric>
#include <random>
#include <cassert>

Go to the source code of this file.

Classes

class  SupportVectorRegression
 Support Vector Regression using the ε-insensitive loss function. More...
 

Detailed Description

Implementation of Support Vector Regression (SVR) using SMO algorithm.