| Package | Description |
|---|---|
| org.deeplearning4j.nn.conf.layers | |
| org.deeplearning4j.util |
| Modifier and Type | Field and Description |
|---|---|
protected RBM.HiddenUnit |
RBM.hiddenUnit |
| Modifier and Type | Method and Description |
|---|---|
static RBM.HiddenUnit |
RBM.HiddenUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RBM.HiddenUnit[] |
RBM.HiddenUnit.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.hiddenUnit(RBM.HiddenUnit hiddenUnit) |
| Constructor and Description |
|---|
Builder(RBM.HiddenUnit hiddenUnit,
RBM.VisibleUnit visibleUnit) |
| Modifier and Type | Method and Description |
|---|---|
static RBM.HiddenUnit |
RBMUtil.inverse(RBM.VisibleUnit hidden) |
| Modifier and Type | Method and Description |
|---|---|
static RBM.VisibleUnit |
RBMUtil.inverse(RBM.HiddenUnit visible) |
Copyright © 2017. All rights reserved.