Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BF400200D52 for ; Sat, 2 Dec 2017 21:13:01 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BDC2D160BFB; Sat, 2 Dec 2017 20:13:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 107E1160BEA for ; Sat, 2 Dec 2017 21:13:00 +0100 (CET) Received: (qmail 93637 invoked by uid 500); 2 Dec 2017 20:13:00 -0000 Mailing-List: contact commits-help@mxnet.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mxnet.incubator.apache.org Delivered-To: mailing list commits@mxnet.incubator.apache.org Received: (qmail 93628 invoked by uid 99); 2 Dec 2017 20:13:00 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2017 20:13:00 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4F1EF81F8A; Sat, 2 Dec 2017 20:12:59 +0000 (UTC) Date: Sat, 02 Dec 2017 20:12:58 +0000 To: "commits@mxnet.apache.org" Subject: [incubator-mxnet] branch master updated: Update index.md (#8760) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151224557866.22841.11428032795463228090@gitbox.apache.org> From: jxie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-mxnet X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1dc4aea2eee5032b79a07e5bd6a4a4325d5708cb X-Git-Newrev: ddb47822fb2682ffba6c1e9466be301785f4be99 X-Git-Rev: ddb47822fb2682ffba6c1e9466be301785f4be99 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Sat, 02 Dec 2017 20:13:01 -0000 This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git The following commit(s) were added to refs/heads/master by this push: new ddb4782 Update index.md (#8760) ddb4782 is described below commit ddb47822fb2682ffba6c1e9466be301785f4be99 Author: Eric Junyuan Xie AuthorDate: Sat Dec 2 12:12:53 2017 -0800 Update index.md (#8760) * Update index.md * Update index.md * Update index.md --- docs/tutorials/index.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 6429dfb..6432615 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -1,14 +1,11 @@ # Tutorials -These tutorials introduce a few fundamental concepts in deep learning and how to implement them in _MXNet_. The _Basics_ section contains tutorials on manipulating arrays, building networks, loading/preprocessing data, etc. The _Training and Inference_ section talks about implementing Linear Regression, training a Handwritten digit classifier using MLP and CNN, running inferences using a pre-trained model, and lastly, efficiently training a large scale image classifier. - - ## Gluon Gluon is the high-level interface for MXNet. It is more intuitive and easier to use than the lower level interface. Gluon supports dynamic (define-by-run) graphs with JIT-compilation to achieve both flexibility and efficiency. -This is a selected subset of Gluon tutorials. For the comprehensive tutorial on Gluon, -please see [gluon.mxnet.io](http://gluon.mxnet.io). + +This is a selected subset of Gluon tutorials that explains basic usage of Gluon and fundamental concepts in deep learning. For the comprehensive tutorial on Gluon that covers topics from basic statistics and probability theory to reinforcement learning and recommender systems, please see [gluon.mxnet.io](http://gluon.mxnet.io). ### Basics @@ -32,6 +29,8 @@ please see [gluon.mxnet.io](http://gluon.mxnet.io). ## MXNet +These tutorials introduce a few fundamental concepts in deep learning and how to implement them in _MXNet_. The _Basics_ section contains tutorials on manipulating arrays, building networks, loading/preprocessing data, etc. The _Training and Inference_ section talks about implementing Linear Regression, training a Handwritten digit classifier using MLP and CNN, running inferences using a pre-trained model, and lastly, efficiently training a large scale image classifier. + ### Basics ```eval_rst -- To stop receiving notification emails like this one, please contact ['"commits@mxnet.apache.org" '].