SiaNet Namespace
Classes
Class | Description | |
---|---|---|
![]() |
GlobalParameters |
Placeholder for all global parameters. Need to be defined start of the application
|
![]() |
Initializers |
Initializations define the way to set the initial random weights of Keras layers.The following built-in initializers are available as part of the SiaNet.Common.OptInitializers module
OptInitializers
|
![]() |
Regulizers |
Regularizers allow to apply penalties on layer parameters or layer activity during optimization. These penalties are incorporated in the loss function that the network optimizes
|
![]() |
Sequential |
The Sequential model is a linear stack of layers.
|