Skip to content

Commit

Permalink
Adding a tutorial template jupyter notebook to enable easy and standa…
Browse files Browse the repository at this point in the history
…rd contributions (apache#4843)
  • Loading branch information
sandeep-krishnamurthy authored and piiswrong committed Feb 1, 2017
1 parent 5568641 commit f9f0c99
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/community/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ After your patch has been merged, remember to add your name to [CONTRIBUTORS.md]
* [Document](#documents)
* [Test Cases](#test-cases)
* [Examples](#examples)
* [Tutorials](#tutorials)
* [Core Library](#core-library)
* [Python Package](#python-package)
* [R Package](#r-package)
Expand Down Expand Up @@ -110,6 +111,10 @@ It's fine to force a push to your own fork, as long as only your commits are cha
tutorials that use MXNet, please tell us and we'll add
a link to them in the examples on GitHub.

## Tutorials

Want to contribute an MXNet tutorial? To get started, download the [tutorial template](https://github.com/dmlc/mxnet/tree/master/example/MXNetTutorialTemplate.ipynb).

## Core Library

- We follow the Google C++ Style Guide for C++ code.
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ Applications that use traditional methods to model classification and regression
- [Handwritten Digit Classification](http://mxnet.io/tutorials/scala/mnist.html)
*A simple example of classifying handwritten digits from the MNIST dataset using a multilayer perceptron.*

## Contributing Tutorials

Want to contribute an MXNet tutorial? To get started, download the [tutorial template](https://github.com/dmlc/mxnet/tree/master/example/MXNetTutorialTemplate.ipynb).

## Other Resources
- [MXNet Code Examples](https://github.com/dmlc/mxnet/tree/master/example)
Expand Down
Loading

0 comments on commit f9f0c99

Please sign in to comment.