Package | Description |
---|---|
org.deeplearning4j.da | |
org.deeplearning4j.datasets | |
org.deeplearning4j.dbn | |
org.deeplearning4j.nn | |
org.deeplearning4j.rbm | |
org.deeplearning4j.sda |
Modifier and Type | Class and Description |
---|---|
class |
DenoisingAutoEncoder
Denoising Autoencoder.
|
Modifier and Type | Class and Description |
---|---|
class |
DataSet
A data set (example/outcome pairs)
The outcomes are specifically for neural network encoding such that
any labels that are considered true are 1s.
|
Modifier and Type | Class and Description |
---|---|
class |
CDBN
Continuous Deep Belief Network.
|
class |
DBN
Deep Belief Network.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseMultiLayerNetwork
A base class for a multi layer neural network with a logistic output layer
and multiple hidden layers.
|
class |
BaseNeuralNetwork
Baseline class for any Neural Network used
as a layer in a deep network such as an
DBN |
Modifier and Type | Class and Description |
---|---|
class |
CRBM
Continuous Restricted Boltzmann Machine
|
class |
RBM
Restricted Boltzmann Machine.
|
Modifier and Type | Class and Description |
---|---|
class |
StackedDenoisingAutoEncoder
A JBlas implementation of
stacked denoising auto encoders.
|
Copyright © 2014. All Rights Reserved.