[julia-users] Re: Announcing TensorFlow.jl, an interface to Google's TensorFlow machine learning library

2016-08-31 Thread Jeffrey Sarnoff
some of the interested parties On Wednesday, August 31, 2016 at 6:31:58 PM UTC-4, Jonathan Malmaud wrote: > > Hello, > I'm pleased to announce the release

[julia-users] Re: Announcing TensorFlow.jl, an interface to Google's TensorFlow machine learning library

2016-08-31 Thread Jeffrey Sarnoff
This is very nice, Jon. (interested parties) regards, Jeffrey

[julia-users] Re: Announcing TensorFlow.jl, an interface to Google's TensorFlow machine learning library

2016-09-01 Thread Kyunghun Kim
Wonderful jobs, Jonathan! I'd better try this version rather than use TensorFlow in python. Does it based on PyCall package? -Kyunghun 2016년 9월 1일 목요일 오전 7시 31분 58초 UTC+9, Jonathan Malmaud 님의 말: > > Hello, > I'm pleased to announce the release of TensorFlow.jl, enabling modern > GPU-accelera

[julia-users] Re: Announcing TensorFlow.jl, an interface to Google's TensorFlow machine learning library

2016-09-01 Thread Páll Haraldsson
On Thursday, September 1, 2016 at 7:45:05 AM UTC, Kyunghun Kim wrote: > > Wonderful jobs, Jonathan! > I'd better try this version rather than use TensorFlow in python. > > Does it based on PyCall package? > Yes, you can always see that by looking in the REQUIRE file (except if used indirectly..

[julia-users] Re: Announcing TensorFlow.jl, an interface to Google's TensorFlow machine learning library

2016-09-01 Thread Páll Haraldsson
On Wednesday, August 31, 2016 at 10:31:58 PM UTC, Jonathan Malmaud wrote: > > Hello, > I'm pleased to announce the release of TensorFlow.jl, enabling modern > GPU-accelerated deep learning for Julia. Simply run Pkg.add("TensorFlow") > to install and then read through the documentation at > https

[julia-users] Re: Announcing TensorFlow.jl, an interface to Google's TensorFlow machine learning library

2016-09-01 Thread Vishnu Raj
Thanks Jon, I was planning to start learning Tensorflow - now I can do it in julia :) On Thursday, September 1, 2016 at 4:01:58 AM UTC+5:30, Jonathan Malmaud wrote: > > Hello, > I'm pleased to announce the release of TensorFlow.jl, enabling modern > GPU-accelerated deep learning for Julia. Simp

Re: [julia-users] Re: Announcing TensorFlow.jl, an interface to Google's TensorFlow machine learning library

2016-09-01 Thread Jonathan Malmaud
Thanks Kyunghun! It mostly uses the TensorFlow C library. It does rely on PyCall for now for the autodifferentiation functionality, which is not yet part of the C API. Google has said that the C API will soon expose AD functionality, at which point this package won't depend on Python at all. On Th