Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
piiswrong committed Dec 4, 2017
1 parent c63ca70 commit 2b67436
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/tutorials/index.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit 2b67436

Please sign in to comment.