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.
Your browser does not support the audio element. You will find the notebook which I have created using sklearn and the dataset in github repository. I have explained ...