Automatically generated with Code Structure Viewer (CS), Project Version: 3o4d 17-November-2020
Copyright © 2020, BAI Research. All Rights Reserved.
File Name: ANNalgorithmBreakawayNetwork.cpp/.hpp
File Description: ANN algorithm breakaway network
name | return type | description |
---|---|---|
trainNeuralNetworkBreakaway | bool | train neural network breakaway |
name | type | description |
---|---|---|
firstInputNeuronInNetwork | ANNneuron* | first input neuron in network |
firstOutputNeuronInNetwork | ANNneuron** | first output neuron in network |
numberOfInputNeurons | const int | number of input neurons |
numberOfOutputNeurons | const int | number of output neurons |
simple | const bool | simple |
numEpochs | const int | num epochs |
maxFolds | const int | max folds |
maxEpochs | const int | max epochs |
firstExperienceInDataSet | ANNexperience* | first experience in data set |
numberOfExperiences | const int64_t | number of experiences |
sizeOfSupernet | const int | size of supernet |
numberOfLayersOriginal | int | number of layers original |
location | current function being traced |
---|---|
ANNmain.hpp | trainNeuralNetworkBreakaway |
ANNmain.hpp | trainNetwork |
ANNmain.hpp | mainUI |