MachineIntelligenceCore:NeuralNets
|
Test Fixture - simple ff net with 2 layers. More...
#include <MultiLayerNeuralNetworkTests.hpp>
Public Member Functions | |
Simple2LayerRegressionNN () | |
Protected Member Functions | |
virtual void | SetUp () |
Private Attributes | |
mic::mlnn::BackpropagationNeuralNetwork < double > | nn |
Test Fixture - simple ff net with 2 layers.
Definition at line 44 of file MultiLayerNeuralNetworkTests.hpp.
|
inline |
Definition at line 47 of file MultiLayerNeuralNetworkTests.hpp.
References nn, mic::mlnn::MultiLayerNeuralNetwork< eT >::pushLayer(), and mic::mlnn::BackpropagationNeuralNetwork< eT >::setLoss().
|
inlineprotectedvirtual |
Definition at line 59 of file MultiLayerNeuralNetworkTests.hpp.
References nn, mic::mlnn::MultiLayerNeuralNetwork< eT >::resetGrads(), and mic::mlnn::MultiLayerNeuralNetwork< eT >::resizeBatch().
|
private |
Definition at line 68 of file MultiLayerNeuralNetworkTests.hpp.
Referenced by SetUp(), and Simple2LayerRegressionNN().