Uses of Class
deepnetts.net.layers.OutputLayer
Packages that use OutputLayer
Package
Description
Neural network architectures with their corresponding builders.
Neural network layers, which are main building blocks of a neural network.
-
Uses of OutputLayer in deepnetts.net
Methods in deepnetts.net that return OutputLayerModifier and TypeMethodDescriptionNeuralNetwork.getOutputLayer()
Returns the output layer of this network.Method parameters in deepnetts.net with type arguments of type OutputLayerModifier and TypeMethodDescriptionConvolutionalNetwork.Builder.addOutputLayer
(int layerWidth, Class<? extends OutputLayer> clazz) Adds output layer to the neural network with specified width (number of outputs) and layer class. -
Uses of OutputLayer in deepnetts.net.layers
Subclasses of OutputLayer in deepnetts.net.layersModifier and TypeClassDescriptionclass
Output layer with softmax activation function.