Click here to Skip to main content
15,890,438 members
Articles / Programming Languages / C++14

Machine Learning library for C++ (No Dependecies)

20 Sep 2019CPOL5 min read 28.3K   627   39  
Although Python has amazing scikit learn library porting it into native c++ is difficult. Existing machine learning libraries in C++ has too much dependencies. So I have tried my level best to implement some of the most used algorithms in C++. This library is currently in development and I will add
This is an old version of the currently published article.

This article is currently in progress. This version is not yet publicly viewable

Please go to the C++14 Table of Contents to view the list of available articles in this section.