Documentation of 'org.ea.javacnn.layers.FullyConnectedLayer' Java class
FullyConnectedLayer
org.ea.javacnn.layers

Class FullyConnectedLayer

  • All Implemented Interfaces:
    java.io.Serializable, Layer


    public class FullyConnectedLayer
    extends java.lang.Object
    implements Layer, java.io.Serializable
    Neurons in a fully connected layer have full connections to all activations in the previous layer, as seen in regular Neural Networks. Their activations can hence be computed with a matrix multiplication followed by a bias offset.
    See Also:
    Serialized Form

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.