![]() |
MeLOn
|
struct containing all information regarding the structure of a feedforward neural network More...
#include <AnnProperties.h>
Public Attributes | |
AnnStructure | structure |
AnnWeights | weights |
std::shared_ptr< ScalerData > | inputScalerData |
std::shared_ptr< ScalerData > | outputScalerData |
Additional Inherited Members | |
![]() | |
ModelData ()=default | |
virtual | ~ModelData ()=default |
struct containing all information regarding the structure of a feedforward neural network
std::shared_ptr<ScalerData> melon::AnnData::inputScalerData |
Object containing the data for the input scaling
std::shared_ptr<ScalerData> melon::AnnData::outputScalerData |
Object containing the data for the output scaling
AnnStructure melon::AnnData::structure |
struct containing the information about the networks structure (e.g. numbeer of layers, connections,...)
AnnWeights melon::AnnData::weights |
struct containing the networks weights (layers-, bias- and inputweights)