Description Usage Arguments Value
This function takes a stacked RBM and returns the combined weight matrix
1 | combine_weights.stacked_rbm(x, layer = length(x$rbm_list))
|
x |
a RBM object |
layer |
which RBM to return weights for (usually the final RBM, which will combine all 3 RBMs into a single weight matrix) |
... |
not used |
a sparse matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.