메소드 | 설명 | |
---|---|---|
FlatLayer ( IActivationFunction activation, int count, double biasActivation ) : System |
Construct a flat layer.
|
|
HasBias ( ) : bool | ||
ToString ( ) : String |
public FlatLayer ( IActivationFunction activation, int count, double biasActivation ) : System | ||
activation | IActivationFunction | The activation function. |
count | int | The neuron count. |
biasActivation | double | The bias activation. |
리턴 | System |