Method | Description | |
---|---|---|
BasicLayer ( IActivationFunction activationFunction, bool hasBias, int neuronCount ) : System |
Construct this layer with a non-default activation function, also determine if a bias is desired or not.
|
|
BasicLayer ( int neuronCount ) : System |
Construct this layer with a sigmoid activation function.
|
public BasicLayer ( IActivationFunction activationFunction, bool hasBias, int neuronCount ) : System | ||
activationFunction | IActivationFunction | The activation function to use. |
hasBias | bool | True if this layer has a bias. |
neuronCount | int | How many neurons in this layer. |
return | System |
public BasicLayer ( int neuronCount ) : System | ||
neuronCount | int | |
return | System |