lazy-dude

Results 4 comments of lazy-dude

I changed the code. Added tests and basic documentation. How should I send the file ?

This activation function does not work. Can you help why ? ``` #define AF_MAX 10000 ann_t genann_act_sigmoid(const genann *ann unused, ann_t a) { if (a < -45.0) return 0; if...

Hi, After doing some other jobs I am back. As why I do not use floats in my code, that is because I prefer it to run as fast as...