updater-class: Updaters

Description Details

Description

Classes for determining the optimization step to make given a gradient

Details

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.


davharris/mistnet documentation built on May 14, 2019, 9:28 p.m.