getGradientFunction: Gradient generating closure

Description Usage Details See Also

Description

In the network, any given node v has a set of incoming edges. Those incoming edges have weights. The fitting procedure fits the weights in the network by seperately these weights for each node. More specifically, a seperate optimization is conducted for each node v, where in the weights on the incoming edges to v are optimized on the loss function.

Usage

1

Details

This closure returns a function that computes the gradient of all the weights on the incoming edges of a node v. The output function is intended to be passed to an optimization functional.

See Also

gradientDescent, getGradientFunction, doChainRule


robertness/signalgraph documentation built on May 27, 2019, 10:33 a.m.