neoml-lib/neoml
Machine learning framework for both deep learning and traditional algorithms
This is an end-to-end machine learning framework for developers who want to build, train, and deploy sophisticated AI models. It takes in raw data or images and outputs trained models or predictions, particularly useful for tasks like document analysis, image classification, or natural language understanding. Developers creating applications for various platforms including desktop, mobile, and embedded systems are the primary users.
797 stars.
Use this if you are a developer building cross-platform machine learning applications that require both traditional algorithms and deep learning capabilities, especially for computer vision and natural language processing.
Not ideal if you are a data scientist primarily working within a Python-only ecosystem and need to easily export models to standard formats like ONNX.
Stars
797
Forks
126
Language
C++
License
Apache-2.0
Category
Last pushed
Nov 26, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/neoml-lib/neoml"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
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++