From c38024da4ce90cd234a426854b36a22e32a42f26 Mon Sep 17 00:00:00 2001 From: Steffen Rochel Date: Thu, 13 Dec 2018 19:00:35 -0800 Subject: [PATCH] updated reference to Apache MXNet --- julia/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia/README.md b/julia/README.md index a4299575f95e..2ff7553063f3 100644 --- a/julia/README.md +++ b/julia/README.md @@ -3,7 +3,7 @@ [![MXNet](http://pkg.julialang.org/badges/MXNet_0.6.svg)](http://pkg.julialang.org/?pkg=MXNet) -MXNet.jl is the [dmlc/mxnet](https://github.com/apache/incubator-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: +MXNet.jl is the [Apache MXNet](https://github.com/apache/incubator-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 construction of state-of-the-art deep learning models.