| LayerCreate Method |
Construct a set of layers usable as a network.
Namespace:
RavingBots.MagicGestures.AI.Neural.Classic
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax Remarks
Because the inputs are chained (
Process(Layer, Single)),
the middle layers (called "hidden layers") must have a specific number of inputs
and outputs. This method makes it easy to create an entire set of layers that
can be used together as a network.
See Also