genann
genann copied to clipboard
simple neural network library in ANSI C
Results
12
genann issues
Sort by
recently updated
recently updated
newest added
In example1.c I changed output to: const double output[4] = {3, 4, 5, 6}; Compiled and re-run example1 and I still see only 1 and 0 as a result.
This example offers a simple, yet practical application to genann through number recognition. Furthermore, it offers a simple library in order to process MNIST dataset.