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

Support for QR, Cholesky and Linear Solve #84

Open
mandar2812 opened this issue Feb 22, 2018 · 2 comments
Open

Support for QR, Cholesky and Linear Solve #84

mandar2812 opened this issue Feb 22, 2018 · 2 comments

Comments

@mandar2812
Copy link

The tensorflow API current supports QR, Cholesky and solving of Linear systems, it would be nice if there was a handle for them in the scala API as well.

@eaplatanios
Copy link
Owner

@mandar2812 Yeah it would indeed be good to support those. My API currently allows you to easily add support for them. For example, you can see how math ops are supported here and the equivalent Python code is here. Similar you could implement support for the linear algebra ops by porting this Python module (gradients implementation is here). It would be great to have that, but unfortunately I don't have time to implement this at the moment. I'm working on a machine translation library that I'll be releasing soon. Pull requests are always appreciated though. :)

I also wrote some brief instructions in #32 a while ago, that might be helpful.

@mandar2812
Copy link
Author

@eaplatanios Sure! Ill look into it when I have some time and update this thread.

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

2 participants