From acf53fd54d1c246cd4f2a238e174645a67cd0034 Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Thu, 25 Apr 2019 13:26:16 -0400 Subject: [PATCH] Mention additional language bindings and add links (#14798) * Mention additional language bindings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cab2c6deebc7..3eea2e78fa54 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Features * Mix and match imperative and symbolic programming to maximize flexibility and efficiency * Lightweight, memory efficient and portable to smart devices * Scales up to multi GPUs and distributed setting with auto parallelism -* Support for Python, Scala, C++, Java, Clojure, R and Julia +* Support for [Python](https://github.com/apache/incubator-mxnet/tree/master/python), [Scala](https://github.com/apache/incubator-mxnet/tree/master/scala-package), [C++](https://github.com/apache/incubator-mxnet/tree/master/cpp-package), [Java](https://github.com/apache/incubator-mxnet/tree/master/scala-package), [Clojure](https://github.com/apache/incubator-mxnet/tree/master/contrib/clojure-package), [R](https://github.com/apache/incubator-mxnet/tree/master/R-package), [Go](https://github.com/jdeng/gomxnet/), [Javascript](https://github.com/dmlc/mxnet.js/), [Perl](https://github.com/apache/incubator-mxnet/tree/master/perl-package), [Matlab](https://github.com/apache/incubator-mxnet/tree/master/matlab), and [Julia](https://github.com/apache/incubator-mxnet/tree/master/julia) * Cloud-friendly and directly compatible with S3, HDFS, and Azure License