Package | Description |
---|---|
org.deeplearning4j.nn.layers | |
org.deeplearning4j.nn.layers.ocnn | |
org.deeplearning4j.nn.layers.recurrent | |
org.deeplearning4j.nn.layers.training |
Modifier and Type | Class and Description |
---|---|
class |
OutputLayer
Output layer with different objective
incooccurrences for different objectives.
|
Modifier and Type | Class and Description |
---|---|
class |
OCNNOutputLayer
Layer implementation for
OCNNOutputLayer
See OCNNOutputLayer
for details. |
Modifier and Type | Class and Description |
---|---|
class |
RnnOutputLayer
Recurrent Neural Network Output Layer.
|
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.
|
Copyright © 2020. All rights reserved.