This layer type makes use of several radial basis function to scale the output from this layer. Each RBF can have a different center, peak, and width. Proper selection of these values will greatly impact the success of the layer. Currently, Encog provides no automated way of determining these values. There is one RBF per neuron. Radial basis function layers have neither thresholds nor a regular activation function. Calling any methods that deal with the activation function or thresholds will result in an error.
For a list of all members of this type, see RadialBasisFunctionLayer Members .
System.Object
BasicLayer
RadialBasisFunctionLayer
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Encog.Neural.Networks.Layers
Assembly: encog-core-cs (in encog-core-cs.dll)
RadialBasisFunctionLayer Members | Encog.Neural.Networks.Layers Namespace