diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 8dca7e86d509..01c59b16def7 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -40,12 +40,22 @@ vision/index.md ``` -MXNet tutorials can be found in this section. A variety of language bindings are available for MXNet (including Python, Scala, C++ and R) and we have a different tutorial section for each language. +MXNet tutorials can be found in this section. A variety of language bindings are available for MXNet (including Python, Scala, Java, Clojure, C++ and R) and we have a different tutorial section for each language. Are you new to MXNet, and don't have a preference on language? We currently recommend starting with Python, and specifically the Gluon APIs (versus Module APIs) as they're more flexible and easier to debug. Another great resource for learning MXNet is our [examples section](https://github.com/apache/incubator-mxnet/tree/master/example) which includes a wide variety of models (from basic to state-of-the-art) for a wide variety of tasks including: object detection, style transfer, reinforcement learning, and many others. +**Contents:** + * [Python Tutorials](#python-tutorials) + * [Scala Tutorials](#scala-tutorials) + * [Java Tutorials](#java-tutorials) + * [Clojure Tutorials](#clojure-tutorials) + * [C++ Tutorials](#c---tutorials) + * [R Tutorials](#r-tutorials) + * [Perl Tutorials](#perl-tutorials) + * [Contributing Tutorials](#contributing-tutorials) +