Package | Description |
---|---|
org.deeplearning4j.arbiter.layers | |
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.nn.conf.layers.variational | |
org.deeplearning4j.nn.layers |
Modifier and Type | Class and Description |
---|---|
class |
BasePretrainNetworkLayerSpace<L extends BasePretrainNetwork> |
Modifier and Type | Class and Description |
---|---|
class |
AutoEncoder
Autoencoder layer.
|
Modifier and Type | Class and Description |
---|---|
class |
VariationalAutoencoder
Variational Autoencoder layer
See: Kingma & Welling, 2013: Auto-Encoding Variational Bayes - https://arxiv.org/abs/1312.6114
This implementation allows multiple encoder and decoder layers, the number and sizes of which can be set
independently.
|
Modifier and Type | Class and Description |
---|---|
class |
BasePretrainNetwork<LayerConfT extends BasePretrainNetwork>
Baseline class for any Neural Network used
as a layer in a deep network *
|
Copyright © 2020. All rights reserved.