PEC-CSS/slowmokit
Library which can be used for machine learning in C++.
This is a C++ library designed for machine learning development. It provides core functionalities that C++ developers can use to build machine learning models like linear models or clustering algorithms. Developers can integrate this library into their C++ projects to implement custom ML solutions, taking C++ code as input and producing compiled machine learning applications.
No commits in the last 6 months.
Use this if you are a C++ developer who needs a header-only library to build machine learning models directly within C++ applications.
Not ideal if you are a data scientist or machine learning engineer who primarily works with Python or other high-level ML frameworks, or if you are not comfortable with C++ development.
Stars
15
Forks
15
Language
CMake
License
GPL-2.0
Category
Last pushed
Mar 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/PEC-CSS/slowmokit"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
davisking/dlib
A toolkit for making real world machine learning and data analysis applications in C++
ZigRazor/CXXGraph
Header-Only C++ Library for Graph Representation and Algorithms
mlpack/mlpack
mlpack: a fast, header-only C++ machine learning library
apache/singa
a distributed deep learning platform
hosseinmoein/DataFrame
C++ DataFrame for statistical, financial, and ML analysis in modern C++