simple neural network library in ANSI C
c
neural-network
genetic-algorithm
ansi
tiny
neural-networks
artificial-neural-networks
neurons
ann
backpropagation
hidden-layers
neural
-
Updated
Aug 16, 2021 - C
In a few dozen locations, data type
floatis used in C++ code in NEST, including NEST kernel. All these cases are likely glitches induced by too much Python programming and should be corrected todouble. Also, any casts should be written out as explicit static casts, i.e.,static_cast< double >( x )instead of(double) xaccording to Bjarne Stroustrup.