Broyden Update

A method to iteratively approximate the inverse of the Jacobian Matrix or linear transformations of the form

The update rule is

The approach works even if the data are incomplete vectors. However it can not identify unobserved hidden variables.

For linear functions the broyden update is equivalent to the normal Backpropagation algorithm. We can rewrite the update in the following way The right part of the equation is just the Gradient update calculated with Backpropagation for the linear transformation.

![[CleanShot 2023-11-18 at 22.52.04@2x.png]]