This class is used to initialize the network with the given initialization rule. More...
Public Member Functions | |
NetworkInitialization (const InitializationRuleType &initializeRule=InitializationRuleType()) | |
Use the given initialization rule to initialize the specified network. More... | |
template < typename eT > | |
void | Initialize (const std::vector< LayerTypes< CustomLayers... > > &network, arma::Mat< eT > ¶meter, size_t parameterOffset=0) |
Initialize the specified network and store the results in the given parameter. More... | |
This class is used to initialize the network with the given initialization rule.
Definition at line 33 of file network_init.hpp.
|
inline |
Use the given initialization rule to initialize the specified network.
initializeRule | Rule to initialize the given network. |
Definition at line 41 of file network_init.hpp.
|
inline |
Initialize the specified network and store the results in the given parameter.
network | Network that should be initialized. |
parameter | The network parameter. |
parameterOffset | Offset for network paramater, default 0. |
Definition at line 57 of file network_init.hpp.