Skip to content

Error in forward prop #6

@Nkakon

Description

@Nkakon

In line 28, what is written is:
k0 = X

It should be:
k0 = nonlin(X)

this is so that the weights are effected by the output of the node and not the input, and would also be consistent with the k1 and k2 values used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions