MachineIntelligenceCore:NeuralNets
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
MultiLayerNeuralNetworkTests.hpp File Reference
#include <gtest/gtest.h>
#include <mlnn/BackpropagationNeuralNetwork.hpp>
Include dependency graph for MultiLayerNeuralNetworkTests.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

#define private   public

Definition at line 32 of file MultiLayerNeuralNetworkTests.hpp.

#define protected   public

Definition at line 33 of file MultiLayerNeuralNetworkTests.hpp.