Simple neural network library that can be used on microcontrollers like ESP32 or Arduino. All weights and biases are stored in genotype.csv as an 1D array of floats, which may be usefull for genetic programming.
Check example.ipynb and main.c to see how to use this library.