Machine learning library for .Net and Mono. Currently has Linear Regression, Logistic Regression, Ridge Regression/Classifier, Svm classifier. Initially it is port of popular Scikit-learn machine learning python library and has very close design. Sharpkit.Learn is based on the state of the art algorithm implementations and uses liblinear, libsvm, Math.Net etc. Various BLAS providers like MKL can be used to speed up the computation. Both dense and sparse matrices are supported.
$ dotnet add package Sharpkit.LearnNo README available.