- Mar 21, 2019
-
-
Martin Beseda authored
-
Martin Beseda authored
-
- Mar 20, 2019
-
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
- Mar 19, 2019
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
- Mar 04, 2019
-
-
Martin Beseda authored
-
- Feb 27, 2019
-
-
Michal Kravcenko authored
-
- Feb 26, 2019
-
-
Michal Kravcenko authored
MOD: modified the calculation of jacobian and added new functionality to NeuralNetwork class to support the new jacobian calculation
-
- Feb 25, 2019
-
-
Michal Kravcenko authored
ADD: added kallman filter learning method (not tested) and random learning method + modifications in neural network to support the new functionality
-
- Feb 21, 2019
-
-
Martin Beseda authored
-
- Feb 20, 2019
-
-
Michal Kravcenko authored
ADD+MOD+FIX: added new evaluation functions for debug/testing purposes, modified random generation of parameters, fixed the calculation of gradient via backpropagation
-
- Feb 18, 2019
-
-
Martin Beseda authored
-
- Jan 21, 2019
-
-
Martin Beseda authored
-
- Jan 09, 2019
-
-
Martin Beseda authored
-
- Jan 08, 2019
-
-
Martin Beseda authored
-
- Jan 06, 2019
-
-
Martin Beseda authored
ENH: Now it's possible to specify different neuron types for different hidden layers in FullyConnectedFFNs.
-
Martin Beseda authored
ENH: Methods print_* changed for overloaded methods write_*, which make possible writing not only to STDOUT, but also to the file.
-
- Dec 30, 2018
-
-
Martin Beseda authored
-
- Dec 29, 2018
-
-
Martin Beseda authored
-
- Nov 22, 2018
-
-
Martin Beseda authored
-
Martin Beseda authored
-
- Nov 21, 2018
-
-
Martin Beseda authored
ENH + NEW: Implemented the data normalization funcionality to DataSet. Created a new class NormalizationStrategy.
-
- Nov 16, 2018
-
-
Martin Beseda authored
-
- Nov 15, 2018
-
-
Martin Beseda authored
-
- Oct 19, 2018
-
-
David Vojtek authored
-
- Oct 04, 2018
-
-
David Vojtek authored
-
- Sep 26, 2018
-
-
David Vojtek authored
-
- Sep 20, 2018
-
-
Martin Beseda authored
ENH: Only classes belonging to API are now contained in 4neuro.h. All those classes were enclosed in 'lib4neuro' namespace.
-
- Sep 19, 2018
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
Michal Kravcenko authored
ADD: added preliminary version of gradient calculation vie backpropagation, added supporting methods to error classes and learning algorithms utilizing gradient calculation
-
- Sep 18, 2018
-
-
Martin Beseda authored
ENH: Removed both linking and include dependencies from examples => lib4neuro can be used just by linking it and including its header without any external dependencies needed.
-
Martin Beseda authored
-
- Sep 14, 2018
-
-
Martin Beseda authored
FIX: Fixed Boost include dependencies, so the examples don't have to be compiled with Boost include directory.
-