Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This page contains a curated list of awesome MXnet examples, tutorials and blogs

- [Contributing](#contributing)
- [List of examples](#list-of-examples)
- [Langauges Binding Examples](#language-binding-examples)
- [Languages Binding Examples](#language-binding-examples)
- [Deep Learning Examples](#deep-learning-examples)
- [IPython Notebooks](#ipython-notebooks)
- [Mobile App Examples](#mobile-apps-examples)
Expand All @@ -24,7 +24,7 @@ If you want to contribute to this list and the examples, please open a new pull

##<a name="list-of-examples"></a>List of examples

###<a name="language-binding-examples"></a>Langauges Binding Examples
###<a name="language-binding-examples"></a>Languages Binding Examples
------------------
* [C++ examples](https://github.com/dmlc/mxnet/tree/master/example/cpp) - Example code for using C++ interface, including NDArray, symbolic layer and models.
* [MXNet Python](http://mxnet.readthedocs.org/en/latest/python/index.html) - Python library
Expand Down