The call stores the given parameters for training one RBM-layer in a DBM or DBN
on the server side in a Julia TrainLayer
object.
The parameters rbmtype
, nhidden
, epochs
,
learningrate
/learningrates
, categories
,
batchsize
, pcd
, cdsteps
, startrbm
and monitoring
of this object are passed to ds.monitored_fitrbm
.
For a detailed description, see there.
Values of NULL
indicate that a corresponding default value should be used.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
datasources |
A list of Opal object(s) as a handle to the server-side session |
newobj |
The name of the server-side object where the parameters are stored |
nvisible |
The number of visible units in the RBM. Only relevant for partitioning.
This parameter is derived as much as possible by |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.