Tiny NN Framework
You can even start from scratch - micrograd walktrhough
see also
micrograd / youtube
From previous Sr. Director of AI at Tesla (and Rubik’s cube color extractor author)
Build as a tutorial to learn backpropagation & NN principle.
- micrograd from scratch
- MicroGradCpp / github - MicroGrad implementation in C++ with a simple API.
- ML – Neural Network Implementation in C++ From Scratch
Python
-
Tinygrad: A simple and powerful neural network framework / github - 1000 loc python
- Thinc - python
- nnabla - python by Sony
C / C++
Written on January 7, 2023, Last update on January 30, 2023
NN
c++
python