SciKit_plusplus

C++ machine learning library

About

A C++ machine learning library with modular MLP models, svm and k means clustering algorithm. The k means clustering algorithm presents both Lloyd's and Elkan's fit algorithm and the centroid can be initialized randomly or with the kmeans++ algorithm. The training algorithm for the SVM is the SMO.