Support vector regression can predict numeric values effectively, and this article shows how to implement and train a kernel SVR model in C# using stochastic sub-gradient descent.
Kernel ridge regression (KRR) is a regression technique for predicting a single numeric value and can deliver high accuracy for complex, non-linear data. KRR combines a kernel function (most commonly ...