Skip to content

Rearrange synapses initialization #29

Description

@I159

For a correct and natural dot product synapses should be of form:

Previous layer size
|-----------|   ___
[1, 2, 3, 4, 5]  |
[6, 7, 8, 9, 0]  |  Next layer size
[1, 3, 5, 7, 9]  |
                ---

Each raw of synapses are connections between all outputs of a previous layer and a single neuron of a next one. Also it could be turned in columns-to-raws manner for backward propagation.

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