The implemented backPropagate method in Head.java currently does no have any content.
To know how to pass the delta gradient through a head, partial derive the output function with respect to the head intern weights. Then implement those functions with static Matrix.java calc methods. Also return the new gradient (
derivation with respect to the input).
The implemented
backPropagatemethod in Head.java currently does no have any content.To know how to pass the delta gradient through a head, partial derive the output function with respect to the head intern weights. Then implement those functions with static Matrix.java calc methods. Also return the new gradient (
derivation with respect to the input).