Skip to content

Kminek42/Neural_Network_C

Repository files navigation

Simple Neural Network for C

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.

Usage

Check example.ipynb and main.c to see how to use this library.

About

Simple and easy to use C library for neural network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published