- Nov 16, 2018
-
-
Michal Kravcenko authored
-
Michal Kravcenko 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 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
-
- Sep 05, 2018
-
-
Martin Beseda authored
-
Michal Kravcenko authored
FIX: fixed an issue with ExprtkWrapper being incorrectly destryed before being used in the NetworkSum class
-
Martin Beseda authored
Rewitten compilation to simplify CMake scripts and to be able to compile examples just linked with 4neuro without being forced to link/include other dependencies.
-
- Sep 04, 2018
-
-
Martin Beseda authored
-
Michal Kravcenko authored
-
Michal Kravcenko authored
MOD: Modified examples and unit tests to account for the changes
-
- Aug 30, 2018
-
-
kra568 authored
-
- Aug 17, 2018
-
-
Michal Kravcenko authored
-
Martin Beseda authored
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
- Aug 16, 2018
-
-
Martin Beseda authored
-
- Aug 14, 2018
-
-
Michal Kravcenko authored
-
- Aug 13, 2018
-
-
Michal Kravcenko authored
-
Martin Beseda authored
-
Michal Kravcenko authored
This reverts commit 24948047.
-
Michal Kravcenko authored
-
- Aug 12, 2018
-
-
Martin Beseda authored
-
Michal Kravcenko authored
-
- Aug 11, 2018
-
-
Michal Kravcenko authored
descent method
-
- Aug 10, 2018
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
Updated the first ode example to analyze the correctness of the neural networks assembled by the DESolver Corrected some examples to reflect the structural changes in the previous commit
-
Michal Kravcenko authored
Updated the structure and functionality of NeuralNEtwork class to account for the changes in connections and neurons. Updated the logic in DESolver to account for the changes in NeuralNetwork
-