/ml_cdev

This is an intent of a machine learning open source project. It is aim to be implemented in C++ to tackle the necesity of such a tool in applications made not in high programming languages and with the less dependency on other libraries.

Primary LanguageC++GNU General Public License v2.0GPL-2.0

ml_cdev

This is an intent of a machine learning open source project. It is aim to be implemented in C++ to tackle the necesity of such a tool in applications made not in high programming languages and with the less dependency on other libraries.

Project compilation

mkdir build
cd build
cmake ..
make