Skip to content

lewardo/libml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libml

yet another C++ machine learning library

# make build directory
mkdir build && cd build
# generate cmake files
cmake ..
# build library and tests
cmake --build . --target libml-test
# run tests
ctest --verbose --build-config "Debug"
# install library (currently only local)
cmake --build . --target install

About

yet another C++ machine learning library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published