sandeep-krishnamurthy closed pull request #12212: Documentation fix for Symbol tutorial URL: https://github.com/apache/incubator-mxnet/pull/12212
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/tutorials/basic/symbol.md b/docs/tutorials/basic/symbol.md index 3a40e597846..961a9132e10 100644 --- a/docs/tutorials/basic/symbol.md +++ b/docs/tutorials/basic/symbol.md @@ -1,4 +1,4 @@ -# Symbol - Neural network graphs and auto-differentiation +# Symbol - Neural network graphs In a [previous tutorial](http://mxnet.io/tutorials/basic/ndarray.html), we introduced `NDArray`, the basic data structure for manipulating data in MXNet. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
