mrousavy/BrabeNetz
🧠A fast and clean supervised neural network in C++, capable of effectively using multiple cores
BrabeNetz helps C++ developers quickly build and train supervised neural networks. You provide it with input data and corresponding correct outputs, and it learns to make predictions. This is ideal for developers creating high-performance applications that require tasks like pattern recognition or data classification.
No commits in the last 6 months.
Use this if you are a C++ developer needing a neural network library that leverages multiple CPU cores for speed and offers fine-grained control over network architecture.
Not ideal if you prefer a higher-level language like Python, need GPU acceleration, or require pre-built, complex deep learning architectures.
Stars
26
Forks
9
Language
C++
License
—
Category
Last pushed
Aug 03, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mrousavy/BrabeNetz"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Dobiasd/frugally-deep
A lightweight header-only library for using Keras (TensorFlow) models in C++.
flashlight/flashlight
A C++ standalone library for machine learning
NVlabs/tiny-cuda-nn
Lightning fast C++/CUDA neural network framework
KasperskyLab/knp
Kaspersky Neuromorphic Platform
wichtounet/dll
Fast Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)