This is a collection of jupyter notebooks on TensorFlow (both Python and Julia API). I plan to add more as I continue to learn and experiment with TensorFlow.
WIP.
These are translated versions of the official TensorFlow guide to the Julia API. Since TensorFlow.jl doesn't support high level APIs like tf.keras
and tf.estimator
yet the focus is on the low level graph API, e.g. Tensor
, Operation
and Session
s.
The TensorFlow.jl documentation is very lacking at the moment so it's my hope that first users of TensorFlow.jl can have a better time learning the library.