- 15 Jun, 2018 2 commits
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
- 14 Jun, 2018 1 commit
-
-
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
-
- 13 Jun, 2018 1 commit
-
-
Michal Kravcenko authored
preliminary work on connections, neural networks and neurons with neural networks as activation functions
-
- 12 Jun, 2018 1 commit
-
-
Michal Kravcenko authored
-
- 11 Jun, 2018 3 commits
-
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
Michal Kravcenko authored
-
- 06 Jun, 2018 2 commits
- 05 Jun, 2018 2 commits
-
-
bes0030 authored
-
Martin Beseda authored
-
- 04 Jun, 2018 2 commits
-
-
Martin Beseda authored
to connection_m, net_m and neuron_m to make serializing instances of connection_t, net_t and neuron_t possible despite having allocatable and pointer components. NOT WORKING YET! Partly implemented method new_mock_net() in the module net_m. NOT FULLY DONE YET!
-
Martin Beseda authored
-
- 03 Jun, 2018 3 commits
-
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
- 01 Jun, 2018 2 commits
-
-
Martin Beseda authored
-
Martin Beseda authored
-
- 03 Jan, 2018 1 commit
-
-
Martin Beseda authored
-
- 07 Dec, 2017 3 commits
-
-
Martin Mrovec authored
-
Martin Mrovec authored
-
Martin Mrovec authored
-
- 28 Nov, 2017 3 commits
-
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
- 27 Nov, 2017 8 commits
-
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
-
Martin Beseda authored
TMP (uncompilable): Attempting to use basic data types from module data_kinds_4neuro_m + attempting to solve compilation problem
-
Martin Beseda authored
-
Martin Beseda authored
* Added missing 'return' statements to constructor in Doxygen comments * 'sigmoid' neuron renamed to 'logistic' * Logistic neurons' activation function changed to generalised logistic function (added new constructor with 'alpha coefficient' parameter) * Removed out-commented blocks of code with cancelled interconnection_t dependencies
-
Martin Beseda authored
-
- 26 Nov, 2017 5 commits
-
-
Martin Mrovec authored
-
Martin Mrovec authored
-
Martin Mrovec authored
-
Martin Beseda authored
-
Martin Beseda authored
-
- 25 Nov, 2017 1 commit
-
-
Martin Beseda authored
ENH: Implemented classes mock_neuron_t, binary_neuron_t, linear_neuron_t and sigmoidal_neuron_t in the module neuron_m.
-