Commit Graph

32 Commits

Author SHA1 Message Date
eaafc27211 cascade correlation: refactoring 2016-05-07 21:17:57 +02:00
36ce3f6463 learning: naming in bp changed and qp modified 2016-05-07 20:41:52 +02:00
c03a13c0f8 problem sets 2016-05-07 12:57:50 +02:00
47484fc45c cascade 2016-05-07 10:59:54 +02:00
58f7f8f69b cleaning + Network getter and setter for input / output size 2016-05-03 22:03:03 +02:00
6a17694a6b cascade network implementation 2016-05-02 16:58:28 +02:00
947f2979e7 RNN: size 2016-04-24 19:35:59 +02:00
17cbf5effe serializatioin / deserialization and tests 2016-04-06 15:54:47 +02:00
a48298b342 perceptron implementation changed + perceptronLearningAlgorithm and tests 2016-03-08 23:10:38 +01:00
4ef010b965 implemented radial basis function 2016-03-08 23:08:48 +01:00
c130e55f4d added Perceptron network 2016-03-07 22:51:28 +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
bf4387a98f posibility to modify activation/basis function 2016-02-23 23:11:22 +01:00
1a55a720eb removing function from neuron 2016-02-18 18:53:59 +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
69b530d597 moved Linear sintrigification to .cpp file and fixed err in neuron weights 2016-02-16 23:23:48 +01:00
435524fb6b added AVX for linear basis function 2016-02-16 22:07:34 +01:00
e5dddc926a new doc and optical backprop 2016-02-07 23:38:19 +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
5bd520cfed getter for activation and basis function of neuron added 2016-02-07 21:56:29 +01:00
59125e57f9 added randomizeWeights function 2016-02-07 21:40:28 +01:00
c75195fa04 fixed Sigmoid function and modifications 2016-02-07 21:32:22 +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