K
Actually TensorFlow is mostly made in C++ with python bindings , I think don't Jython is able to import c++ based library. Using JNI with the C++ API can be a possibility to. Apparently Google planned to add various language support using SWIG http://tensorflow.org/api_docs
ReplyThreadNov 14, 20151How excited are you for TensorFlow by Google? How does one integrate this with a Java app?