56 Commits

Author SHA1 Message Date
77b38dec65 refactored propagation 2016-10-31 15:03:27 +01:00
8749b3eb03 Rprop implementation 2016-10-30 23:00:50 +01:00
02217393d5 removed Cellular encoding 2016-10-30 20:48:31 +01:00
db36777ccd basis test. ignore warning from gtest 2016-05-08 12:09:43 +02:00
4b42a8c310 tests cleaning 2016-05-08 12:08:35 +02:00
947f2979e7 RNN: size 2016-04-24 19:35:59 +02:00
66516ceb87 Merge branch 'tests' 2016-04-18 16:15:35 +02:00
9f1f0fe763 test rewritten 2016-04-18 16:03:33 +02:00
17cbf5effe serializatioin / deserialization and tests 2016-04-06 15:54:47 +02:00
e6a5882e58 addapting more tests to gtest 2016-03-31 16:48:02 +02:00
5c1d1efcc0 changed to gtest 2016-03-30 22:36:44 +02:00
a48298b342 perceptron implementation changed + perceptronLearningAlgorithm and tests 2016-03-08 23:10:38 +01:00
3c924d01f3 quickProapagtion and tests 2016-02-24 20:23:16 +01:00
c45f12f53c modified BP interface 2016-02-24 19:05:26 +01:00
47de0fa08b modified learning algorithms 2016-02-24 17:30:18 +01:00
ce814b89b0 moving atributes to NeuronInterface for speed 2016-02-18 18:43:09 +01:00
ec82018ef9 new weights interface and addaption + mall tweaks 2016-02-18 16:36:16 +01:00
e5dddc926a new doc and optical backprop 2016-02-07 23:38:19 +01:00
0cdedd38f7 added perfomance tests 2016-02-07 23:08:57 +01:00
782ac8d1e8 added new tests 2016-02-07 22:58:05 +01:00
fcc663f0ba cleaning code 2016-02-07 22:55:46 +01:00
b436baafce moving to cmake 2016-02-07 22:55:15 +01:00
bec7a4f3ae modified SSE code building 2016-02-07 22:54:43 +01:00
5f43fb8cfb backpropagation implementation 2016-02-07 21:58:21 +01:00
567fcd2373 Modified FeedForward to allow set activation to whole Layer and added XOR test for FF 2016-02-03 21:16:35 +01:00
ea4ce22867 Neuron change 2016-02-01 23:43:13 +01:00
3e383e9add added feedForward and moving Reccurent neuron to normal 2016-01-28 22:17:36 +01:00
13b179dd57 refactoring recurent 2016-01-28 20:49:47 +01:00
3c26c9641c new function to support LSTM Unit 2016-01-27 23:40:32 +01:00
d424d87535 reffactored and recurrent implementation 2016-01-22 13:21:34 +01:00
3d2970217f modified FF to support old call 2015-08-30 23:10:42 +02:00
ed06ca2d35 removed old code 2015-08-30 22:17:36 +02:00
1f431ac27f cleaning, prepred calling basis function 2015-08-29 22:08:45 +02:00
644211a4f8 removing potentials 2015-08-29 18:07:54 +02:00
520654ce02 modified test 2015-08-29 17:03:04 +02:00
b42d0d8f64 added tests 2015-08-29 16:44:09 +02:00
8c369a56d8 cleaning 2015-08-20 14:28:24 +02:00
b4bee6f498 started moving learning algos to new namespace Machnine Learning 2014-12-12 00:01:46 +01:00
2736ede1be cleaning methods and refactoring abstract classes... 2014-12-11 00:37:58 +01:00
ddef0e37a7 cleaned 2014-12-10 20:47:11 +01:00
5d0fa9301b initial cleaning 2014-12-10 19:57:54 +01:00
aab9a073e9 don't know 2014-12-10 16:01:53 +01:00
993b4d3f04 IO class as parrent of Solution and Problem 2014-12-03 18:58:28 +01:00
0abc0d07dd loooot of fixes nad SSE enhacement 2014-11-18 11:09:34 +01:00
207e141cca light optimalizations in SSE FFQ NN 2014-11-15 11:21:07 +01:00
dddf96da5b sse4.2 ready FFQ and Backpropagation changed to fit new FeedForward 2014-11-15 00:52:12 +01:00
23452bcec5 initial imlementation for sse 2014-11-13 23:16:18 +01:00
24a72dbffb new test, and multithreading in FFQ, MT in BP not working 2014-11-12 22:26:38 +01:00
efbc8a4d1a Modification of BackPropagation added, some fixes and refactoring 2014-11-11 22:06:16 +01:00
42af5a4d2b reinforcement with randomising 2014-11-11 15:34:09 +01:00