This is an automated email from the ASF dual-hosted git repository.

jxie pushed a commit to branch piiswrong-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit c12f6877d8b280b5e7abce05081c413fcd1462f3
Author: Eric Junyuan Xie <piiswr...@users.noreply.github.com>
AuthorDate: Tue Nov 21 17:28:01 2017 -0800

    Update index.md
---
 docs/tutorials/index.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md
index 6429dfb..365b370 100644
--- a/docs/tutorials/index.md
+++ b/docs/tutorials/index.md
@@ -1,8 +1,5 @@
 # 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.
@@ -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
"comm...@mxnet.apache.org" <comm...@mxnet.apache.org>.

Reply via email to