Skip to content

Implement Backpropagtion For Head Class #8

Description

@damoebe

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions