Classes for determining the optimization step to make given a gradient
Updaters all have a computeDelta
method, which determines the
changes in coefficient values to make based on the estimated graidient and
the current state of the updater. These changes are stored in a field
called delta
.
By default, the mistnet
function uses the same parameters for all
updaters
in the network, but the user can tune them independently.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.