Package dk.alexandra.fresco.stat.mlp
-
Class Summary Class Description BackPropagationOutput This class represents the output of back propagation on a single layer.ForwardPropagationOutput This class represents the output of forward propagation on a single layer.Layer Instances of this class represents fully connected layers in a neural network.MLP This class represents layered neural networks.Predict Assuming that the given neural network has n dimensional output, this function applies the network to the given input and finds the index of the output i with 0 ≤ i < n containing the largest number.