Description Details Slots Author(s) See Also
This class represents a restricted Boltzmann machine.
The RBM can be trained with the implementation of the
contrastive divergence method trainRBM
. The class inherits the
attributes from the Net
.
weights
Object of class "matrix"
. Weight matrix.
weightsInc
Object of class "matrix"
. Matrix of update values for
the Weight.
visibleBiases
Object of class "array"
. Visible biases array.
visibleBiasesInc
Object of class "array"
. Array of update values
for the visible biases
visibleUnitStates
Object of class "list"
. States of the visible
units.
hiddenBiases
Object of class "array"
. Hidden biases array.
hiddenBiasesInc
Object of class "array"
. Array of update values
for the hidden biases.
hiddenUnitStates
Object of class "list"
. States of the hidden
units.
posPhaseData
Object of class "list"
. Attribute to save the
positive phase data during the training.
output
Object of class "matrix"
. Output matrix of the RBM.
Martin Drees
Other darch classes: DArch-class
,
DataSet-class
, Net-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.