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

Add more Tensor-related examples #10

Open
1 of 4 tasks
zaleslaw opened this issue May 29, 2020 · 4 comments
Open
1 of 4 tasks

Add more Tensor-related examples #10

zaleslaw opened this issue May 29, 2020 · 4 comments

Comments

@zaleslaw
Copy link
Contributor

zaleslaw commented May 29, 2020

  • How to create Tensor and populate with data

  • How to copy to/from tensor

  • Cover basic operations on one or two tensors

  • Export/import tensor to file

@gustavo-ren
Copy link

Hello @zaleslaw , I am learning about Tensorflow for Java and doing some codes with math operations between two tensors with more than one dimension, do you have interest in check them out?

@zaleslaw
Copy link
Contributor Author

Of course, @gustavo-ren , feel free to create PR or post the link here with your examples

@gustavo-ren
Copy link

Hello @zaleslaw, here it is https://github.com/gustavo-ren/java-tensor-math/tree/master I implemented the four basic ops on array Tensors, feel free to tell me what you think.

@dhruvil410
Copy link

Hi @zaleslaw, in second task, copy to/from tensor means from Java array to tensor and from tensor to Java array?

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

No branches or pull requests

3 participants