UrielHaile / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:GNU General Public License v2.0


Languages

Language:C++ 95.1%Language:CMake 4.9%