- 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.
-
- Sep 07, 2018
-
-
Martin Beseda authored
FIX: Fixed relative paths to headers, so it isn't neccessary anymore to include SRC_DIR when compiling examples / independent apps, which only use lib4neuro.
-
- Sep 05, 2018
-
-
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 13, 2018
-
-
Martin Beseda authored
-
- Aug 10, 2018
-
-
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
-
- Aug 09, 2018
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
- Aug 08, 2018
-
-
Martin Beseda authored
-
- Jul 24, 2018
-
-
Michal Kravcenko authored
-
- Jul 23, 2018
-
-
Michal Kravcenko authored
edited the first ode example to use the new DESolver class
-
- Jul 18, 2018
-
-
Michal Kravcenko authored
-
David Vojtek authored
-
- Jul 17, 2018
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-