![]() | MultilayerPerceptronSettings Structure |
Namespace: RavingBots.MagicGestures.AI.Neural.Classic
[SerializableAttribute] public struct Settings : IEquatable<MultilayerPerceptronSettings>
The MultilayerPerceptronSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Compare two MultilayerPerceptronSettings objects for equality.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(MultilayerPerceptronSettings) |
Compare two MultilayerPerceptronSettings objects for equality.
|
![]() ![]() | GetDefault |
Create default settings based on a sample.
|
![]() | GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) |
Name | Description | |
---|---|---|
![]() | FuncType |
The activation function used by the network's neurons.
|
![]() | HiddenLayers |
The specification of the network's hidden layers.
|
![]() | InputCount |
The number of the network's inputs. Must be non-negative.
|
![]() | OutputCount |
The number of the network's outputs. Must be non-negative.
|