Flowx08/artificial_intelligence
My C++ deep learning framework & other machine learning algorithms
This is a C++ deep learning framework for developers who want to implement various machine learning algorithms from scratch. It takes raw data and algorithm definitions, and outputs trained models for tasks like image processing, reinforcement learning, and data clustering. This is for software engineers or researchers building custom AI applications.
No commits in the last 6 months.
Use this if you are a C++ developer needing to build deep learning models and other machine learning algorithms with fine-grained control and GPU acceleration.
Not ideal if you are looking for a high-level Python library for machine learning or a ready-to-use application.
Stars
88
Forks
29
Language
C++
License
—
Category
Last pushed
Jun 26, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Flowx08/artificial_intelligence"
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++