Commit Graph

5 Commits

Author SHA1 Message Date
rluna
e5eb1bbf9d fix of some compiler warnings: comparison between unsigned int and int 2019-01-03 16:37:50 +01:00
davidjacnogueira
0a636416ed Internal architecture changes (to allow diferent activation functions for each layer and to allow hidden layers to have different number of nodes). 2016-11-09 02:31:53 +00:00
davidjacnogueira
f647b05f70 Add logging header file. 2016-11-03 23:05:54 +00:00
davidjacnogueira
9ff33f7b65 Slow learning time solved with equal number of positive and negative training samples. 2016-11-03 02:59:32 +00:00
davidjacnogueira
ff7bfe1fa2 Almost complete.
Works with zero hidden layers, but not with one or more.
Correctness in the backprop phase must be checked.
2016-11-02 01:04:34 +00:00