Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.conf.ocnn | |
org.deeplearning4j.nn.layers |
Modifier and Type | Class and Description |
---|---|
class |
CenterLossOutputLayer
Center loss is similar to triplet loss except that it enforces
intraclass consistency and doesn't require feed forward of multiple
examples.
|
class |
OutputLayer
Output layer with different objective co-occurrences for different objectives.
|
class |
RnnOutputLayer |
Modifier and Type | Class and Description |
---|---|
class |
OCNNOutputLayer
An implementation of one class neural networks from:
https://arxiv.org/pdf/1802.06360.pdf
The one class neural network approach is an extension of the standard output layer
with a single set of weights, an activation function, and a bias to:
2 sets of weights, a learnable "r" parameter that is held static
1 traditional set of weights.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseOutputLayer<LayerConfT extends BaseOutputLayer>
Output layer with different objective
in co-occurrences for different objectives.
|
Copyright © 2018. All rights reserved.