owlbarn / owl

Owl - OCaml Scientific Computing @ https://ocaml.xyz
MIT License
1.21k stars 122 forks source link

feature wish: einstein summation #24

Open murbard opened 7 years ago

murbard commented 7 years ago

Einstein summation generalizes most tensor operations (product, matrix multiplication, etc).

murbard commented 7 years ago

See here for a formalization and here for a very clear explanation.

ryanrhymes commented 7 years ago

@murbard oh sure, this has been on my TODO for some time. Einstein sum will be added.

ozogxyz commented 2 weeks ago

@ryanrhymes Hello! I'd like to be a contributor to the Owl project. I've read the contributing guideline but I don't know where to start reading the codebase. I have an MS in AI and I've played with OCaml before but I haven't been in a large project before. I want to familiarize myself with the library and the architecture, could you provide a starting point, maybe I should read .mli files before?

PS: I am currently not employed so I can work full time contributing to the project, I just need some guidance:)