Documentation of 'org.joone.engine.SoftmaxLayer' Java class
SoftmaxLayer
org.joone.engine

Class SoftmaxLayer

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Runnable, Learnable, LearnableLayer, NeuralLayer, Inspectable


    public class SoftmaxLayer
    extends LinearLayer
    The outputs of the Softmax layer must be interpreted as probabilities. The output of each node, in fact, ranges from 0 and 1, and the sum of all the nodes is always 1. Useful to implement the 1 of C classification network.
    See Also:
    Serialized Form
    • Constructor Detail

      • SoftmaxLayer

        public SoftmaxLayer()
        Creates a new instance of SoftmaxLayer
    • Method Detail

      • forward

        public void forward(double[] pattern)
        Description copied from class: Layer
        Transfer function to recall a result on a trained net
        Overrides:
        forward in class LinearLayer
        Parameters:
        pattern - input pattern to which to apply the rtransfer function

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.