![]() | Layer Class |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
[SerializableAttribute] public class Layer
The Layer type exposes the following members.
Name | Description | |
---|---|---|
![]() | Layer |
Construct a new layer with the given number of neurons and inputs, and
the given activation function.
|
Name | Description | |
---|---|---|
![]() | Neurons |
The array of neurons on this layer.
|
![]() | Output |
The array of this layer's outputs.
|
Name | Description | |
---|---|---|
![]() ![]() | Create |
Construct a set of layers usable as a network.
|
![]() | Process(Single) |
Process the input values.
|
![]() ![]() | Process(Layer, Single) |
Process the input values with a set of layers.
|
Name | Description | |
---|---|---|
![]() | _neurons |
The array of neurons on this layer.
|
![]() | _output |
The array of this layer's outputs.
|