dlee888/FJML
C++ ML library
This is a C++ library designed for building and training machine learning models. You can define a model by adding layers, setting a loss function, and choosing an optimizer. It takes in structured data for training and produces a trained model that can make predictions. This is intended for C++ developers who want to integrate machine learning capabilities into their applications from scratch, without external dependencies.
No commits in the last 6 months.
Use this if you are a C++ developer who needs a self-contained, easily understandable machine learning library with common neural network components.
Not ideal if you prefer high-level, production-ready machine learning frameworks like TensorFlow or PyTorch, or if you are not a C++ developer.
Stars
9
Forks
—
Language
C++
License
MIT
Category
Last pushed
Jun 09, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dlee888/FJML"
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++