Commit Graph

  • 0cdedd38f7 added perfomance tests Tomáš Černík 2016-02-07 23:08:57 +01:00
  • 782ac8d1e8 added new tests Tomáš Černík 2016-02-07 22:58:05 +01:00
  • fcc663f0ba cleaning code Tomáš Černík 2016-02-07 22:55:46 +01:00
  • b436baafce moving to cmake Tomáš Černík 2016-02-07 22:55:15 +01:00
  • bec7a4f3ae modified SSE code building Tomáš Černík 2016-02-07 22:54:43 +01:00
  • 5f43fb8cfb backpropagation implementation Tomáš Černík 2016-02-07 21:58:21 +01:00
  • 5bd520cfed getter for activation and basis function of neuron added Tomáš Černík 2016-02-07 21:56:29 +01:00
  • 59125e57f9 added randomizeWeights function Tomáš Černík 2016-02-07 21:40:28 +01:00
  • e118e09396 cleaning Tomáš Černík 2016-02-07 21:33:22 +01:00
  • c75195fa04 fixed Sigmoid function and modifications Tomáš Černík 2016-02-07 21:32:22 +01:00
  • 567fcd2373 Modified FeedForward to allow set activation to whole Layer and added XOR test for FF Tomáš Černík 2016-02-03 21:16:35 +01:00
  • ea4ce22867 Neuron change Shin 2016-02-01 23:43:13 +01:00
  • 3e383e9add added feedForward and moving Reccurent neuron to normal Shin 2016-01-28 22:17:36 +01:00
  • 13b179dd57 refactoring recurent Shin 2016-01-28 20:49:47 +01:00
  • 3c26c9641c new function to support LSTM Unit Shin 2016-01-27 23:40:32 +01:00
  • d424d87535 reffactored and recurrent implementation Shin 2016-01-22 13:21:34 +01:00
  • e61e616227 removed Shin::IO and switched to std::vector Shin 2015-08-31 18:26:19 +02:00
  • f68038a79e added comment Shin 2015-08-31 15:45:50 +02:00
  • 1a4b438a99 removing unused classes and attributes Shin 2015-08-30 23:19:11 +02:00
  • 3d2970217f modified FF to support old call Shin 2015-08-30 23:10:42 +02:00
  • 84a8452e1c removed old links and moved FF -> LayerNetwork and add empty wrapper FeedForwardNetwork Shin 2015-08-30 23:04:15 +02:00
  • f7448a9b28 added support for bias Shin 2015-08-30 22:27:18 +02:00
  • ed06ca2d35 removed old code Shin 2015-08-30 22:17:36 +02:00
  • 87996d1a86 basis functions Shin 2015-08-29 22:09:20 +02:00
  • 1f431ac27f cleaning, prepred calling basis function Shin 2015-08-29 22:08:45 +02:00
  • 9e215751f0 Readme Shin 2015-08-29 21:21:18 +02:00
  • 242d48ddf1 TEST Shin 2015-08-29 18:16:48 +02:00
  • 08d8b75bf2 readme Shin 2015-08-29 18:12:37 +02:00
  • 644211a4f8 removing potentials Shin 2015-08-29 18:07:54 +02:00
  • b664988da6 moving bassis function out of network Shin 2015-08-29 17:09:44 +02:00
  • 520654ce02 modified test Shin 2015-08-29 17:03:04 +02:00
  • b42d0d8f64 added tests Shin 2015-08-29 16:44:09 +02:00
  • ab089b636d renamed TransferFunction to ActivationFunction Shin 2015-08-28 18:11:09 +02:00
  • b6934fb161 modified las namespace errors Shin 2015-08-28 18:06:39 +02:00
  • 9a76222841 modified namespace Shin 2015-08-23 21:02:42 +02:00
  • 8c369a56d8 cleaning Shin 2015-08-20 14:28:24 +02:00
  • f4c9487af3 modifying documentation Shin 2015-01-28 23:04:21 +01:00
  • 7b1f37aaf9 Merge branch 'docu' Shin 2015-01-28 18:56:47 +01:00
  • d4c89628e5 Makefile change Shin 2015-01-28 18:55:55 +01:00
  • 0f6efb8be6 preparing documentation Shin 2015-01-28 18:37:04 +01:00
  • b59796b583 documentation progress Shin 2015-01-26 19:08:16 +01:00
  • b6af3cec13 initial documentation Shin 2015-01-26 17:39:37 +01:00
  • 451ba2971b yeah Shin 2015-01-06 18:07:16 +01:00
  • 6337ce98dd cleaning and small change in TransferFunction Shin 2014-12-21 23:02:45 +01:00
  • ed304e0ef2 code cleanning and mistake in HyperbolicTangent Shin 2014-12-13 23:27:13 +01:00
  • d63a72d82a Added transfer function support, yet not colplete Shin 2014-12-13 17:41:11 +01:00
  • 2daac8b652 cleaning and SSE2 check Shin 2014-12-12 16:38:55 +01:00
  • b4bee6f498 started moving learning algos to new namespace Machnine Learning Shin 2014-12-12 00:01:46 +01:00
  • 19b034f1c1 modified passing by value to passing by const reference Shin 2014-12-11 00:45:46 +01:00
  • 2736ede1be cleaning methods and refactoring abstract classes... Shin 2014-12-11 00:37:58 +01:00
  • ddef0e37a7 cleaned Shin 2014-12-10 20:47:11 +01:00
  • 5d0fa9301b initial cleaning Shin 2014-12-10 19:57:54 +01:00
  • aab9a073e9 don't know Shin 2014-12-10 16:01:53 +01:00
  • 993b4d3f04 IO class as parrent of Solution and Problem Shin 2014-12-03 18:58:28 +01:00
  • 41c92cc3c0 RL modified Shin 2014-11-23 22:12:33 +01:00
  • 0abc0d07dd loooot of fixes nad SSE enhacement Shin 2014-11-18 11:09:34 +01:00
  • 207e141cca light optimalizations in SSE FFQ NN Shin 2014-11-15 11:21:07 +01:00
  • 9a2d7b85b1 typ Shin 2014-11-15 00:54:38 +01:00
  • dddf96da5b sse4.2 ready FFQ and Backpropagation changed to fit new FeedForward Shin 2014-11-15 00:52:12 +01:00
  • 23452bcec5 initial imlementation for sse Shin 2014-11-13 23:16:18 +01:00
  • 24a72dbffb new test, and multithreading in FFQ, MT in BP not working Shin 2014-11-12 22:26:38 +01:00
  • f81b5a5b5f entropy size change added Shin 2014-11-12 18:19:06 +01:00
  • efbc8a4d1a Modification of BackPropagation added, some fixes and refactoring Shin 2014-11-11 22:06:16 +01:00
  • 42af5a4d2b reinforcement with randomising Shin 2014-11-11 15:34:09 +01:00
  • 9ef4274396 BackPropagation works! Shin 2014-11-11 11:12:04 +01:00
  • 75ca9bc21f new implementation of FF Network Shin 2014-11-04 22:25:11 +01:00
  • 0238312a5b yeah Shin 2014-10-19 22:30:08 +02:00
  • 0a901c7e4b tests refactored according to new modificatios Shin 2014-10-02 20:54:52 +02:00
  • 169bd911fc Makefile modifications Shin 2014-10-02 20:51:43 +02:00
  • 0fd64ff7f6 refactored Shin 2014-10-02 19:45:38 +02:00
  • c2ddda35d9 file renaming Shin 2014-10-02 18:42:19 +02:00
  • 8c1b406259 init Shin 2014-10-02 17:52:56 +02:00