Description Usage Details See Also
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.
1 | getGradientFunction(g, v)
|
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.
gradientDescent, getGradientFunction, doChainRule
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.