Commit Graph

15 Commits

Author SHA1 Message Date
44760d0402 Debugging-setup with a single training sample to check the lack of learning progress 2015-11-01 15:01:43 +01:00
ab9dcfbd35 Clean learner-thread termination on program exit 2015-11-01 12:36:23 +01:00
cd1101dfe2 Learning from and displaying of digit samples 2015-10-31 14:58:49 +01:00
d98ec63fbd Completed loading of MNIST Databases 2015-10-31 12:28:35 +01:00
87e267d65f Implemented parsing of MNIST files 2015-10-29 16:00:58 +01:00
83b4562a29 Removed useless training images, added MNIST database instead
See http://yann.lecun.com/exdb/mnist/
2015-10-29 13:06:30 +01:00
5778afa121 Display training digits in UI while training 2015-10-27 18:20:50 +01:00
f9be5ca717 Load and train handwritten digits 2015-10-27 15:33:54 +01:00
81d1f54c98 Started loader-class for 8x8 pixel digit training data 2015-10-26 22:05:50 +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
22dba2cb27 Added time measurement 2015-10-26 09:19:48 +01:00
24b6969ab7 Added a error-plotter widget to NeuroUI 2015-10-26 08:41:59 +01:00
99ef63e019 Added simple (de-)serialization of (trained) nets 2015-10-25 17:40:22 +01:00
2b84b8a054 Added a progress bar to NeuroUI 2015-10-25 09:51:09 +01:00
6943fc0116 Threaded learning and signaling in the Qt UI 2015-10-24 18:03:07 +02:00