Package | Description |
---|---|
deepnetts.net |
Neural network architectures with their corresponding builders.
|
deepnetts.net.layers |
Neural network layers, which are main building blocks of a neural network.
|
Modifier and Type | Method and Description |
---|---|
OutputLayer |
NeuralNetwork.getOutputLayer()
Returns the output layer of this network.
|
Modifier and Type | Method and Description |
---|---|
ConvolutionalNetwork.Builder |
ConvolutionalNetwork.Builder.addOutputLayer(int layerWidth,
Class<? extends OutputLayer> clazz)
Adds output layer to the neural network with specified width (number of outputs) and layer class.
|
Modifier and Type | Class and Description |
---|---|
class |
SoftmaxOutputLayer
Output layer with softmax activation function.
|
Copyright © 2022. All rights reserved.