Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix algebra support? #70

Open
jluttine opened this issue Mar 10, 2018 · 4 comments
Open

Matrix algebra support? #70

jluttine opened this issue Mar 10, 2018 · 4 comments

Comments

@jluttine
Copy link

jluttine commented Mar 10, 2018

Does this package support matrix algebra operations? For instance, does this support HMatrix, Repa or Accelerate or some other way of getting gradients for functions involving matrices? I'm looking for a Haskell alternative for Python autograd package.

@cartazio
Copy link
Collaborator

its definitely a gap that needs to be fixed :)

@cartazio
Copy link
Collaborator

see also issue #77

@ekmett
Copy link
Owner

ekmett commented Feb 15, 2021

this is very high on my wishlist

@dschrempf
Copy link

Hi! Has there been any progress with this? I am able to differentiate boxed vectors, but fail to do so for storable or unboxed types. Is there a way to provide reverse mode ad for these types? I am not too familiar with ad, and I think that the Reverse data type is not of fixed size (e.g., a tree), but maybe I am missing something! Thank you for your help!

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

No branches or pull requests

4 participants