rkuang9/FLARE
A C++ neural network library for machine learning
FLARE is a C++ library that helps machine learning engineers quickly build and train neural networks. It takes raw data like images or text and processes it through various neural network architectures, outputting trained models ready for deployment. This is for software developers and machine learning engineers who need to embed neural network capabilities directly into C++ applications.
No commits in the last 6 months.
Use this if you are a C++ developer needing to implement machine learning models, specifically neural networks, directly within your C++ application for tasks like natural language processing or image recognition.
Not ideal if you are a data scientist or machine learning practitioner who prefers high-level languages like Python or pre-built, extensive machine learning frameworks.
Stars
15
Forks
2
Language
C++
License
Apache-2.0
Category
Last pushed
May 01, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/rkuang9/FLARE"
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
apache/singa
a distributed deep learning platform
mlpack/mlpack
mlpack: a fast, header-only C++ machine learning library
hosseinmoein/DataFrame
C++ DataFrame for statistical, financial, and ML analysis in modern C++