SiaNet Namespace

Classes


  Class Description
Public class GlobalParameters
Placeholder for all global parameters. Need to be defined start of the application
Public class 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
Public class 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
Public class Sequential
The Sequential model is a linear stack of layers.