Class OutputLayer

java.lang.Object
All Implemented Interfaces:
Layer<TensorBase>, Serializable
Direct Known Subclasses:
SoftmaxOutputLayer

public class OutputLayer extends AbstractLayer<TensorBase,TensorBase,Tensor2D>
Output layer of a neural network. It is always the last layer in a neural network, and gives the final output of a network.
See Also: