-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Feature Request: tf.linalg.solve #467
Comments
No plans right now, but happy to take contributions! |
@antoniotorres Just curious, what is your use case for this function? |
@caisq I'm implementing an RBF interpolation. |
I have just implemented a method to get the determinant of a matrix using the Jordan-Gauss method here. It can be used to solve a linear problem of A * X = B. The method |
Hey @kedevked I haven't worked on it. |
Thanks @antoniotorres for letting me know. @nsthorat and @dsmilkov , could you please let us know if you have already worked on this issue ? |
We have not, @kedevked! The only thing I would say is it would be good to try to mimic with TensorFlow python does in terms of API and functionality. |
@nsthorat thanks for your reply. I have started to implement the Jordan Gauss method. As you suggested, we need to be compliant with the python version. There is an |
can i work on this issue 😃 |
Please, feel welcome to contribute! |
I think we should hold off on this issue -- we're going to thinking about what a linear algebra package in JS would look like holistically. |
@nsthorat sir, i am trying to implement linalgebra module in typescript. these are some of the functions i decided to put in this module. sir, can you suggest some additional functions or these are enough.
out of these i had implemented
should i do a PR regarding this. 😄 |
Are there plans to include tf.linalg.solve as part of tensflow.js core?
Also known as: tf.matrix_solve
TF Docs: https://www.tensorflow.org/api_docs/python/tf/matrix_solve
The text was updated successfully, but these errors were encountered: