[incubator-mxnet] 01/01: Update index.md
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch piiswrong-patch-2 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 0d1927cd915eb91d99c56cf67915d22a2343a62b Author: Eric Junyuan Xie AuthorDate: Thu May 3 14:54:41 2018 -0700 Update index.md --- docs/api/python/index.md | 10 ++ 1 file changed, 10 insertions(+) diff --git a/docs/api/python/index.md b/docs/api/python/index.md index 88e8031..aa1adef 100644 --- a/docs/api/python/index.md +++ b/docs/api/python/index.md @@ -140,6 +140,16 @@ Code examples are placed throughout the API documentation and these can be run a metric/metric.md ``` +## Profiler API + +```eval_rst +.. toctree:: + :maxdepth: 1 + + profiler/profiler.md +``` + + ## Run-Time Compilation API ```eval_rst -- To stop receiving notification emails like this one, please contact j...@apache.org.
[incubator-mxnet] 01/01: Update index.md
This is an automated email from the ASF dual-hosted git repository. jxie pushed a commit to branch piiswrong-patch-1-1 in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git commit 4903f42bd2a1a069211b04aa9bd219c82eda7472 Author: Eric Junyuan Xie AuthorDate: Tue Nov 21 17:31:11 2017 -0800 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 "comm...@mxnet.apache.org" .
[incubator-mxnet] 01/01: Update index.md
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 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" .