Skip to content

Implement basic operations #1

Description

@jonysy

Implement operations commonly found in standard neural network frameworks/libraries. This would allow for benchmarking and comparison testing against other frameworks.

  • Basic arithmetic

  • 2D Convolution

  • 2D Max pooling

  • Element-wise nonlinearities (tanh, sin, cos, softplus, log, exp, etc.)

  • Basic linear algebra (matrix multiplication, transpose, determinant, trace, inverse)

  • Basic reductions (sum, product, etc.)

  • Basic logical operators (and, or, not, <=, >=, etc.)

  • Logical reductions (all true, any true...)

  • Basic shape operators (reorder, reshape, etc.)

  • Broadcasting as an explicit operation

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

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions