mpcsource/7_Scratch_Neural_Network
A simple neural network library written in C++ for educational purposes. It provides basic functionality to create and train neural networks, including dense layers, activation functions, and backpropagation.
Stars
—
Forks
—
Language
C++
License
MIT
Category
Last pushed
Mar 16, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mpcsource/7_Scratch_Neural_Network"
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
KasperskyLab/knp
Kaspersky Neuromorphic Platform
wichtounet/dll
Fast Deep Learning Library (DLL) for C++ (ANNs, CNNs, RBMs, DBNs...)
nntile/nntile
A neural network training framework within a task-based parallel programming paradigm