- Mar 20, 2019
-
-
Martin Beseda authored
-
Martin Beseda authored
-
- Mar 19, 2019
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
- Feb 27, 2019
-
-
Michal Kravcenko authored
-
- Feb 21, 2019
-
-
Martin Beseda authored
-
- Feb 20, 2019
-
-
Michal Kravcenko authored
-
- Feb 19, 2019
-
-
Martin Beseda authored
-
- Jan 31, 2019
-
-
Michal Kravcenko authored
ADD: added proggress debug output for particle swarm optimization
-
- Jan 21, 2019
-
-
Martin Beseda authored
-
- Jan 18, 2019
-
-
Martin Beseda authored
-
Martin Beseda authored
-
- Jan 08, 2019
-
-
Martin Beseda authored
-
- Dec 18, 2018
-
-
Martin Beseda authored
FIX: added data-set normalization to the example net_test_1 to prevent 'nan' results returned by Gradient descent method.
-
- Nov 22, 2018
-
-
Martin Beseda authored
-
Martin Beseda authored
-
- Nov 21, 2018
-
-
Michal Kravcenko authored
# Conflicts: # src/LearningMethods/GradientDescent.cpp # src/examples/net_test_pde_1.cpp
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
ENH + NEW: Implemented the data normalization funcionality to DataSet. Created a new class NormalizationStrategy.
-
- Nov 16, 2018
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
- Nov 15, 2018
-
-
Martin Beseda authored
-
- Nov 07, 2018
-
-
David Vojtek authored
-
- Nov 02, 2018
-
-
David Vojtek 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 14, 2018
-
-
kra568 authored
-
- Sep 13, 2018
-
-
Martin Beseda authored
-
- Sep 11, 2018
-
-
Michal Kravcenko authored
MOD: modified DE solver to take an instance of a learning method object as an argument MOD: modified all examples and unit-tests to reflect the adjustments
-
- Sep 10, 2018
-
-
Michal Kravcenko authored
-
- Sep 08, 2018
-
-
Martin Beseda authored
NEW: Added message.h with message macros MSG_INFO and MSG_DEBUG intended to unify and simplify library output.
-
- Sep 07, 2018
-
-
Martin Beseda authored
ENH: Removed relative paths to 4neuro.h, as it's not needed, when the code is given the proper include directory during compilation.
-
Martin Beseda authored
-