Commit Graph

81 Commits

Author SHA1 Message Date
c45fd63591 added perfomance to readme and modified instructions 2016-02-18 20:34:57 +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
19253e975f modified readme 2016-02-17 21:52:16 +01:00
69b530d597 moved Linear sintrigification to .cpp file and fixed err in neuron weights 2016-02-16 23:23:48 +01:00
5bb132d84e modified CMAKELIST for avx and sse2 2016-02-16 22:08:15 +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
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
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
e118e09396 cleaning 2016-02-07 21:33:22 +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
e61e616227 removed Shin::IO and switched to std::vector 2015-08-31 18:26:19 +02:00
f68038a79e added comment 2015-08-31 15:45:50 +02:00
1a4b438a99 removing unused classes and attributes 2015-08-30 23:19:11 +02:00
3d2970217f modified FF to support old call 2015-08-30 23:10:42 +02:00
84a8452e1c removed old links and moved FF -> LayerNetwork and add empty wrapper FeedForwardNetwork 2015-08-30 23:04:15 +02:00
f7448a9b28 added support for bias 2015-08-30 22:27:18 +02:00
ed06ca2d35 removed old code 2015-08-30 22:17:36 +02:00
87996d1a86 basis functions 2015-08-29 22:09:20 +02:00
1f431ac27f cleaning, prepred calling basis function 2015-08-29 22:08:45 +02:00
9e215751f0 Readme 2015-08-29 21:21:18 +02:00
242d48ddf1 TEST 2015-08-29 18:16:48 +02:00
08d8b75bf2 readme 2015-08-29 18:12:37 +02:00
644211a4f8 removing potentials 2015-08-29 18:07:54 +02:00
b664988da6 moving bassis function out of network 2015-08-29 17:09:44 +02:00
520654ce02 modified test 2015-08-29 17:03:04 +02:00
b42d0d8f64 added tests 2015-08-29 16:44:09 +02:00
ab089b636d renamed TransferFunction to ActivationFunction 2015-08-28 18:11:09 +02:00
b6934fb161 modified las namespace errors 2015-08-28 18:06:39 +02:00
9a76222841 modified namespace 2015-08-23 21:02:42 +02:00
8c369a56d8 cleaning 2015-08-20 14:28:24 +02:00
f4c9487af3 modifying documentation 2015-01-28 23:04:21 +01:00
7b1f37aaf9 Merge branch 'docu'
Conflicts:
	src/NeuronNetwork/FeedForward.h
	src/NeuronNetwork/Network.h
	src/NeuronNetwork/Neuron.h
2015-01-28 18:56:47 +01:00
d4c89628e5 Makefile change 2015-01-28 18:55:55 +01:00
0f6efb8be6 preparing documentation 2015-01-28 18:37:04 +01:00
b59796b583 documentation progress 2015-01-26 19:08:16 +01:00