-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revamped tutorials and API reference pages. Adding examples from mxne…
…t repo to tutorials sections (#3545) * Fixing broken links and format issues in getting started and architecture pages * Fixing all broken links. Change all references from mxnet.readthedocs.org to mxnet.io. * Re-organized tutorials and api reference documents. Added tutorials from mxnet repo examples folder.
- Loading branch information
1 parent
4d9ac5b
commit 1c49718
Showing
51 changed files
with
1,917 additions
and
953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# MXNet C++ Package | ||
Please refer to [https://github.com/dmlc/MXNet.cpp](https://github.com/dmlc/MXNet.cpp) | ||
# MXNet - C++ API | ||
|
||
Please refer below for Namespaces, Classes and code files of MXNet C++ package. | ||
|
||
* [Namespaces](http://mxnet.io/doxygen/namespaces.html) | ||
* [Classes](http://mxnet.io/doxygen/annotated.html) | ||
* [Code Files](http://mxnet.io/doxygen/files.html) | ||
* [MXNet CPP Package](https://github.com/dmlc/MXNet.cpp) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# MXNet Julia Package | ||
# MXNet - Julia API | ||
MXNet supports Julia programming language. The MXNet Julia package brings flexible and efficient GPU | ||
computing and state-of-art deep learning to Julia. | ||
|
||
- It enables you to write seamless tensor/matrix computation with multiple GPUs in R. | ||
- It also enables you construct and customize the state-of-art deep learning models in R, | ||
and apply them to tasks such as image classification and data science challenges. | ||
|
||
|
||
| ||
|
||
Julia documents are available at [http://dmlc.ml/MXNet.jl/latest/](http://dmlc.ml/MXNet.jl/latest/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.