Public Instance Constructors
| Layer | Overloaded. Initialize a new instance of the Layer class. |
Public Instance Properties
| Item |
Indexer of layer's neurons
|
| Last_Output |
Return last output vector of the layer
|
| N_Inputs |
Number of inputs of this layer
|
| N_Neurons |
Number of neurons in this layer
|
Public Instance Methods
| Equals (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetHashCode (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| GetType (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| Output |
Compute output of the layer.
The output vector contains the output of each
neuron of the layer.
|
| randomizeAll |
Randomize all neurons threshold and weights
|
| randomizeThreshold |
Randomize all neurons thresholds
|
| randomizeWeight |
Randomize all neurons weights
|
| setActivationFunction |
Set the activation function f to all neurons of the layer
|
| setRandomizationInterval |
Set the randomization interval for all neurons
|
| ToString (inherited from Object) | Select the method name to go to the Microsoft documentation. |
Protected Instance Fields
| neurons |
Neurons of the layer
|
| ni |
Number of inputs of the layer
|
| nn |
Number of neurons in the layer
|
| output |
Last output of the layer
|
Protected Instance Methods
| Finalize (inherited from Object) | Select the method name to go to the Microsoft documentation. |
| MemberwiseClone (inherited from Object) | Select the method name to go to the Microsoft documentation. |
See Also
Layer Class | NeuralNetwork Namespace