Activation layer.

Namespace:  AForge.Neuro
Assembly:  AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
[SerializableAttribute]
public class ActivationLayer : Layer

Remarks

Activation layer is a layer of activation neurons. The layer is usually used in multi-layer neural networks.

Inheritance Hierarchy

System..::.Object
  AForge.Neuro..::.Layer
    AForge.Neuro..::.ActivationLayer

See Also