I'm very interested in this. I haven't gone through the details yet but they say that C++ API currently only supports a subset of the Python API (weird!).
One possibility is to use PyCall to wrap the Python version, like was done for PyPlot, SymPy and like I began tentatively for Theano here - https://github.com/benmoran/MochaTheano.jl On Monday, 9 November 2015 21:06:41 UTC, Phil Tomson wrote: > > Looks like they used SWIG to create the Python bindings. I don't see > Julia listed as an output target for SWIG. > > > > On Monday, November 9, 2015 at 1:02:36 PM UTC-8, Phil Tomson wrote: >> >> Google has released it's deep learning library called TensorFlow as open >> source code: >> >> https://github.com/tensorflow/tensorflow >> >> They include Python bindings, Any ideas about how easy/difficult it would >> be to create Julia bindings? >> >> Phil >> >
