Hello,
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