<https://lh3.googleusercontent.com/-37ALdQ3JyYQ/V8dzhLGmM0I/AAAAAAAAAp0/i8ySJ2Ih6ngKQEDalxLXj0JEPYfWQs8BQCLcB/s1600/InterestedParties.PNG>
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 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://malmaud.github.io/tfdocs/index.html to get started. Please file
> any issues you encounter at https://github.com/malmaud/TensorFlow.jl.
>
> TensorFlow.jl offers a convenient Julian interface to Google's TensorFlow
> library. It includes functionality for building up a computation graph that
> encodes a deep-learning model and automatically minimizing an arbitrary
> loss function with respect to the model parameters. Support is included for
> convolutional networks, recurrent networks with LSTMs, the Adam
> optimization algorithm, loading images, and checkpointing model parameters
> to disk during training
>
> I'm hopeful that this package will ensure Julia remain a first-class
> citizen in world of modern machine learning and look forward to the
> community's help in getting it to match or exceed the capabilities of the
> official Python TensorFlow API.
>
> -Jon
>