blob: 0a539eb6bb36e05f08bc6b179663bb798174c909 [file] [view]
MXNet Python Package
====================
这个页面包含 python 程序包中所有相关的文档.
为了安装 python 程序包, checkout [Build and Installation Instruction](../../how_to/build.md).
这里有关于 mxnet 的三种文档.
* [Tutorials](#tutorials) 介绍一个特定的关于 mxnet 的用例.
* [Code Examples](../../../example) 示例代码.
* [Python API Documents](#python-api-documents) 关于指定模块的文档, 同时也包含所有 API 的参考文档.
Tutorials
---------
* [Python Overview Tutorial](tutorial.md)
* [Symbolic Configuration and Execution in Pictures](symbol_in_pictures.md)
* [How to Create New Operations (Layers)](../../how_to/new_op.md)
Python API Documents
--------------------
* [High Level Model Training Related API](model.md)
* [The Module API](module.md)
* [NDArray API](ndarray.md)
* [Symbolic API](symbol.md)
* [KVStore API](kvstore.md)
* [Data Loading API](io.md)