MultilayerPerceptron Class |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
[SerializableAttribute] public class MultilayerPerceptron : NeuralNetwork
The MultilayerPerceptron type exposes the following members.
Name | Description | |
---|---|---|
MultilayerPerceptron |
Construct an empty (no inputs, no layers) network.
| |
MultilayerPerceptron(MultilayerPerceptronSettings) |
Construct a new network with the given settings.
|
Name | Description | |
---|---|---|
HiddenCount |
The number of hidden layers in this network.
| |
InitSettings |
The settings object used to create this network.
| |
Layers |
The layers of this network.
| |
Output |
Outputs of this network.
(Overrides NeuralNetworkOutput.) |
Name | Description | |
---|---|---|
Process |
Process a set of inputs and update Output.
(Overrides NeuralNetworkProcess(Single).) | |
ToString |
Create a string representation of this network, for debugging.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
_initSettings |
The settings object used to create this network.
| |
_layers |
The layers of this network.
|