Replies: 3 comments
-
Thanks for your suggestion Jason. Do you see this as a new type of Matrix, a BinaryMatrix or something like that? Do you already have ideas how would this work concretely in mathjs? Regarding memory and matrices: we already do have Sparse matrices though they are not suitable for images for example. Just mention it here to keep the discussion complete. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply @josdejong. I will do more research first and get back to you with a better planning around this idea. In the meantime, I welcome any feedback or thoughts from others. |
Beta Was this translation helpful? Give feedback.
-
Thanks! Feel free to share and discuss any progress and ideas here :) |
Beta Was this translation helpful? Give feedback.
-
Hi, this is an idea but I thought it would be nice if Math.js can provide a way to deal with large arrays or matrix. If someone is working on a deep learning or machine learning problem, they can easily run into an out of memory issue while dealing with images or a big corpus dataset. I propose implementing https://docs.scipy.org/doc/numpy-1.14.0/reference/generated/numpy.memmap.html, which will provide a quick workaround to this issue.
Ideation:
Related issues:
Beta Was this translation helpful? Give feedback.
All reactions