fszewczyk/shkyera-grad
micrograd, but in C++ and better
This library helps C++ developers quickly build and train small neural networks for tasks like classification or regression. You feed it your numerical input data and desired output, and it generates a trained network ready to make predictions. It's designed for C++ programmers who need to embed simple machine learning capabilities into their applications.
No commits in the last 6 months.
Use this if you are a C++ developer needing to implement basic neural network models, similar to PyTorch's micrograd, directly within your C++ application.
Not ideal if you are looking for a high-performance deep learning framework for large-scale models or prefer working in Python.
Stars
7
Forks
—
Language
C++
License
—
Category
Last pushed
Feb 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/fszewczyk/shkyera-grad"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
JonathanRaiman/theano_lstm
:microscope: Nano size Theano LSTM module
google/tangent
Source-to-Source Debuggable Derivatives in Pure Python
ahrefs/ocannl
OCANNL: OCaml Compiles Algorithms for Neural Networks Learning
yoshoku/numo-openblas
Numo::OpenBLAS builds and uses OpenBLAS as a background library for Numo::Linalg
statusfailed/catgrad
a categorical deep learning compiler