Dirk T.

Results 34 comments of Dirk T.

Are You sure? I believe it was at least possible at some point in the past, see for example this [Stackoverflow Post](https://stackoverflow.com/questions/43129225/python-recursive-tensorflow-fibonacci-number-calculation). I believe I had recursion running at one...

Do You mean the implementation or the API? The implementation is not going to be trivial, I realize that. I will try to find out more myself as well. The...

A tour of the project would be greatly appreciated! I just need like two days to take a look at the code again (It's been a while) so I can...

Hi @langley 1. Yeah recompilation from source should work. As far as i know, TF4S only depends on the C API `libtensorflow.so` so You should be able to compile Tensorflow...

I'd hardly call it a proper Benchmark but You can find a quick performance comparision [here](https://dirktoewe.github.io/tfjs-experiments/ndjs_vs_tfjs0.13.3.html), and the here's the [test code](https://github.com/DirkToewe/tfjs-experiments/tree/master/src). The overhead of the TFJS API and the...

That's pretty cool @ds604. I wish I had known about that Jama port [before](https://github.com/DirkToewe/ndjs). Maybe that comment might be better placed in the [tfjs/issues](https://github.com/tensorflow/tfjs/issues)? Here in the pull request it...

@dsmilkov PTAL

Okay so the PR is in a reviewable state (I hope). No more commits will be made until further changes are requested and/or suggested. This is a huge PR, so...

@ethanluoyc Have You looked at [PR#1356](https://github.com/tensorflow/tfjs-core/pull/1356)? It already contains a Cholesky Decomposition. Your implementation is a lot cleaner and uses TFJS methods as building blocks, which is a big upside....