Replies: 2 comments
-
Hi, this might be somewhat in line with #2702. A few pointers in the meantime you get a more educated response:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for your suggestions Joe, and for sharing your current implementation for those utility functions! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on converting some python code over to a js application using math.js. There's been a few basic matrix functions that I need that I didn't find already in mathjs. I ended up importing my own functions into mathjs, but would love to see if theres any interest in these becoming part of the library.
A lot of this is inspired by numpy or matlab. The normalize axis functions are just utility functions used for expandDims. Tensorflow.js also implements these as they try to closely match numpy but I already use mathjs for other things and don't want to switch so I'd love to help add more functionality to this library.
Open to submitting a PR, but wanted to check if any of this is worth my time and if mathjs is open to adding any of these and where in the API they should go.
Also curious if theres any easier ways to do any of these with the existing mathjs api. I'm no math or math.js expert so some of this might be possible with less code relying more on existing functionality.
Beta Was this translation helpful? Give feedback.
All reactions