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.
To fully reproduce our experiments, please refer to ReproduceExps.md. To download our training data and reproduce the plots in the paper, please refer to ...