Cpp ML Library
1.0.0
A library of Machine Learning Algorithmns seen from the Udemy course Machine Learning A to Z.
|
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... | |
Implementation of Support Vector Regression (SVR) using SMO algorithm.