| Documentation For Encog 2.x |
|
FeedForwardPattern.AddHiddenLayer Method
Add a hidden layer, with the specified number of neurons.
public
void AddHiddenLayer(
int count);
Parameters
-
count
- The number of neurons to add.
Implements
INeuralNetworkPattern.AddHiddenLayer
See Also
FeedForwardPattern Class | Encog.Neural.Networks.Pattern Namespace