Commit Graph

15 Commits

Author SHA1 Message Date
8d01edb7a1 Removed naked double * calls 2015-10-31 14:59:10 +01:00
650b4be9fc Added forward-feeding of double-ptrs 2015-10-27 15:33:10 +01:00
37b5153d6a Cleaned up code to work with MinGW/GCC Kit 2015-10-26 20:34:26 +01:00
1e716979a9 Reduced the progress update messages to take load from the UI,
implemented load-or-create in test funtion
2015-10-26 19:50:01 +01:00
99ef63e019 Added simple (de-)serialization of (trained) nets 2015-10-25 17:40:22 +01:00
6ed30e56c4 Finished the max-value net (2/3/1 neurons) with 10k learning iterations. No good. 2015-10-22 22:09:35 +02:00
3d30346f2d Implemented dynamic learning 2015-10-18 22:05:18 +02:00
6ef1f9657c Backprop seems to be working, yay 2015-10-18 21:20:37 +02:00
de06daaad3 Fixed gradient computation 2015-10-17 21:02:10 +02:00
370451c2e6 Calculation of hidden neuron gradients (partial) 2015-10-16 22:59:04 +02:00
ea454b58c6 Added 64-bit configuration and support 2015-10-15 22:37:13 +02:00
ce88f690cf More back-propagation code, calculation of output-neuron gradients 2015-10-15 22:16:34 +02:00
7ba16e9e9d Renamed a few things, started working on back-propagation 2015-10-15 19:18:26 +02:00
2f556d1b92 Added a (hacky) bias neuron 2015-03-24 13:45:38 +01:00
e3a804242c Split up to different source files, entry-point for back propagation 2015-03-23 21:58:30 +01:00