NeuralNetwork Class |
Namespace: RavingBots.MagicGestures.AI.Neural
public abstract class NeuralNetwork
The NeuralNetwork type exposes the following members.
Name | Description | |
---|---|---|
NeuralNetwork |
Construct a new network with a given number of inputs.
|
Name | Description | |
---|---|---|
InputCount |
Number of inputs of this network.
| |
Output |
Outputs of this network.
|
Name | Description | |
---|---|---|
IsMatching |
Check whether given sample can be processed with this network.
| |
Process |
Process a set of inputs and update the outputs.
|
Name | Description | |
---|---|---|
_inputCount |
Number of inputs of this network.
|