coding-ai/machine_learning_cpp
Machine Learning C++
This project provides C++ implementations of fundamental machine learning algorithms like linear and logistic regression. It takes structured datasets, typically in CSV format, and processes them to build predictive models. This is designed for software developers or engineers who want to understand and implement machine learning algorithms using C++.
No commits in the last 6 months.
Use this if you are a software developer learning to implement core machine learning algorithms from scratch in C++.
Not ideal if you need a high-level library for quickly applying machine learning models in C++ without deep diving into the underlying implementation.
Stars
72
Forks
23
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 29, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/coding-ai/machine_learning_cpp"
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++