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.
Note: If you want to use the stable version, please use branches with the "release/" prefix. The master branch is the current development version which may contains ...