- 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
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.
-
- 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 04, 2018
-
-
Martin Beseda 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
-
Martin Beseda authored
-
Martin Beseda authored
-
Michal Kravcenko authored
-
- Jul 16, 2018
-
-
Michal Kravcenko authored
-added an example testing multi-network error function
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
- Jul 06, 2018
-
-
Martin Beseda authored
-
- Jul 05, 2018
-
-
Michal Kravcenko authored
-
- Jun 15, 2018
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
- Jun 14, 2018
-
-
Michal Kravcenko authored
- Added preliminary connection classes with neural network class able to evaluate inputs via the feed-forward method. - Added a test case for validating feed-forward capabilities of our networks
-
- Jun 13, 2018
-
-
Michal Kravcenko authored
preliminary work on connections, neural networks and neurons with neural networks as activation functions
-