Description Usage Arguments Details
This functions performs monitored fine-tuning of a given DBM model.
For the complete training, including the pre-training, see ds.monitored_fitdbm
.
During the training, monitoring data is collected by default.
The monitoring data is returned to the user.
The trained model is stored on the server side (see parameter newobj
).
1 2 3 4 5 6 7 8 9 10 11 12 |
dbm |
The name of DBM model that is to be fine-tuned. Defaults to |
newobj |
The name of the variable to store the new DBM model.
Defaults to |
monitoring |
Name(s) for monitoring options used for DBM training.
For possible options, see |
monitoringdata |
A vector of names of server-side data sets that are to be used for monitoring |
epochs |
Number of training epochs for fine-tuning, defaults to 10 |
nparticles |
Number of particles used for sampling during fine-tuning of the DBM, defaults to 100 |
learningrate |
Learning rate for fine-tuning,
decaying by default decaying with the number of epochs,
starting with the given value for the |
learningrates |
A vector of learning rates for each epoch of fine-tuning |
If the option dsBoltzmannMachines.shareModels
is set to TRUE
by an administrator at the server side, the model itself is returned in addition.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.