Package | Description |
---|---|
org.deeplearning4j.nn.conf.layers | |
org.deeplearning4j.util |
Modifier and Type | Field and Description |
---|---|
protected RBM.VisibleUnit |
RBM.visibleUnit |
Modifier and Type | Method and Description |
---|---|
static RBM.VisibleUnit |
RBM.VisibleUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RBM.VisibleUnit[] |
RBM.VisibleUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RBM.Builder |
RBM.Builder.visibleUnit(RBM.VisibleUnit visibleUnit) |
Constructor and Description |
---|
Builder(RBM.HiddenUnit hiddenUnit,
RBM.VisibleUnit visibleUnit) |
Modifier and Type | Method and Description |
---|---|
static RBM.VisibleUnit |
RBMUtil.inverse(RBM.HiddenUnit visible) |
Modifier and Type | Method and Description |
---|---|
static RBM.HiddenUnit |
RBMUtil.inverse(RBM.VisibleUnit hidden) |
Copyright © 2016. All Rights Reserved.