LibML is an efficient C library for machine learning designed with a simple user interface. Currently, it implements a flexible structure for feed-forward neural networks, with a lot more features in development.
- C11
- CMake 3.10 or higher
- CBLAS library
Alternatively you can visit https://www.netlib.org/blas/ for the source code, or the OpenBLAS version at https://github.com/OpenMathLib/OpenBLAS which also includes Windows binaries.
mkdir build
cd build
cmake ..
make
sudo make install