aaronmarkham commented on a change in pull request #10149: import Julia binding URL: https://github.com/apache/incubator-mxnet/pull/10149#discussion_r218892709
########## File path: julia/README.md ########## @@ -0,0 +1,60 @@ +# MXNet + +[](http://pkg.julialang.org/?pkg=MXNet) + + +MXNet.jl is the [dmlc/mxnet](https://github.com/dmlc/mxnet) [Julia](http://julialang.org/) package. MXNet.jl brings flexible and efficient GPU computing and state-of-art deep learning to Julia. Some highlight of its features include: + +* Efficient tensor/matrix computation across multiple devices, including multiple CPUs, GPUs and distributed server nodes. +* Flexible symbolic manipulation to composite and construct state-of-the-art deep learning models. + +Here is an example of how training a simple 3-layer MLP on MNIST looks like: Review comment: you can delete "looks like" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
