combine_weights.stacked_rbm: Combine weights from a Stacked Restricted Boltzmann Machine

Description Usage Arguments Value

Description

This function takes a stacked RBM and returns the combined weight matrix

Usage

1
combine_weights.stacked_rbm(x, layer = length(x$rbm_list))

Arguments

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

Value

a sparse matrix


zachmayer/rbm documentation built on May 4, 2019, 9:07 p.m.