The ActivationNeuron type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ActivationNeuron |
Initializes a new instance of the ActivationNeuron class.
|
Methods
Name | Description | |
---|---|---|
![]() | Compute |
Computes output value of neuron.
(Overrides Neuron..::.Compute(array<Double>[]()[]).) |
![]() | Randomize |
Randomize neuron.
(Overrides Neuron..::.Randomize()()().) |
Fields
Name | Description | |
---|---|---|
![]() | function |
Activation function.
|
![]() | inputsCount |
Neuron's inputs count.
(Inherited from Neuron.) |
![]() | output |
Neuron's output value.
(Inherited from Neuron.) |
![]() | threshold |
Threshold value.
|
![]() | weights |
Nouron's wieghts.
(Inherited from Neuron.) |
Properties
Name | Description | |
---|---|---|
![]() | ActivationFunction |
Neuron's activation function.
|
![]() | InputsCount |
Neuron's inputs count.
(Inherited from Neuron.) |
![]() | Output |
Neuron's output value.
(Inherited from Neuron.) |
![]() | Threshold |
Threshold value.
|
![]() | Weights |
Neuron's weights.
(Inherited from Neuron.) |