Default constructor, mainly so the workbench can easily create a default layer.
Default constructor, mainly so the workbench can easily create a default layer.
public ContextLayer()
Construct a context layer with the parameters specified.
public ContextLayer(IActivationFunction,bool,int)
Construct a default context layer that has the TANH activation function and the specified number of neurons. Use threshold values.
public ContextLayer(int)