Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #167 from tqchen/master
Browse files Browse the repository at this point in the history
[DOC] Add programming Model discussion
  • Loading branch information
tqchen committed Sep 27, 2015
2 parents bbb45c2 + e3c23a4 commit 6b218f4
Show file tree
Hide file tree
Showing 7 changed files with 421 additions and 9 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,18 @@
[![Documentation Status](https://readthedocs.org/projects/mxnet/badge/?version=latest)](http://mxnet.readthedocs.org/en/latest/)
[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)]()

MXNet is a deep learning framework designed for both *efficiency* and *flexibility*. It
aims for people
MXNet is an open source deep learning framework designed for both *efficiency* and *flexibility*.
It allows you to mix the [flavors]((http://mxnet.readthedocs.org/en/program_model.html) of
deep learning programs together to maximize the efficiency and your productivity.

- Who want to apply deep learning for applications. One can use only several lines of codes
to create and train a neural network with high efficiency. Check our
[examples](example) for more details.
- Who want to use it for research on deep learning. MXNet provides flexible
programming interface for rapid prototyping. For example, check our
[tutorials for Python](http://mxnet.readthedocs.org/en/latest/python/tutorial.html)
What's New
----------
* [Note on Programming Models for Deep Learning](http://mxnet.readthedocs.org/en/program_model.html)

Contents
--------
* [Documentation](http://mxnet.readthedocs.org/en/latest/)
* [Code Examples](example)
* [Build Instruction](doc/build.md)
* [Features](#features)
* [License](#license)
Expand Down
2 changes: 1 addition & 1 deletion dmlc-core
Binary file added doc/img/comp_grad_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/comp_graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/comp_graph_folded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ User Guide

Developer Guide
---------------
* [Programming Models for Deep Learning](program_model.md)
* [Developer Documents](developer-guide/index.md)
* [Environment Variables for MXNet](env_var.md)
* [Contributor Guideline](contribute.md)
Expand Down
412 changes: 412 additions & 0 deletions doc/program_model.md

Large diffs are not rendered by default.

0 comments on commit 6b218f4

Please sign in to comment.