Skip to content

JAX NN row operations #235

@jstac

Description

@jstac

In jax_nn we state the following:

We work with row vectors because Python numerical operations are row-major rather than column-major, so that row-based operations tend to be more efficient.

I'm not sure this makes sense. If we calculate x @ W where x is a row vector, then we are summing along the columns of W.

This needs to be investigated and possibly corrected.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions