Skip to content

JAX NN row operations #235

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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