MachineIntelligenceCore:NeuralNets
|
Go to the source code of this file.
Classes | |
class | mic::neural_nets::unit_tests::Simple2LayerRegressionNN |
Test Fixture - simple ff net with 2 layers. More... | |
class | mic::neural_nets::unit_tests::Tutorial2LayerNN |
Test Fixture - feed-forward net with 2 layers. A "formalized" example from a step-by-step tutorial: https://mattmazur.com/2015/03/17/a-step-by-step-backpropagation-example/. More... | |
Namespaces | |
mic | |
mic::neural_nets | |
mic::neural_nets::unit_tests | |
Macros | |
#define | private public |
#define | protected public |
#define private public |
Definition at line 32 of file MultiLayerNeuralNetworkTests.hpp.
#define protected public |
Definition at line 33 of file MultiLayerNeuralNetworkTests.hpp.