java-models icon indicating copy to clipboard operation
java-models copied to clipboard

Add more Tensor-related examples

Open zaleslaw opened this issue 4 years ago • 4 comments

  • [x] 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

zaleslaw avatar May 29 '20 15:05 zaleslaw

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?

gustavo-ren avatar Apr 24 '22 23:04 gustavo-ren

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

zaleslaw avatar Apr 25 '22 15:04 zaleslaw

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.

gustavo-ren avatar Apr 26 '22 15:04 gustavo-ren

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

dhruvil410 avatar Jun 05 '22 05:06 dhruvil410