Skip to content

Commit

Permalink
Added roadmap.
Browse files Browse the repository at this point in the history
Fixes tensorflow#162.
Change: 112102777
  • Loading branch information
martinwicke authored and kentonl committed Jan 14, 2016
1 parent a0d5a2f commit 38abbe4
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/g3doc/resources/leftnav_files
Expand Up @@ -4,3 +4,4 @@ faq.md
glossary.md
dims_types.md
versions.md
roadmap.md
41 changes: 41 additions & 0 deletions tensorflow/g3doc/resources/roadmap.md
@@ -0,0 +1,41 @@
# Roadmap
**Last updated: January 13, 2016**

TensorFlow is a fast moving project. In order for the community to better
understand what the near future will bring, this document shares what we are
working on internally. Many of these features were requested by the community,
and we welcome
[contributions](https://github.com/tensorflow/tensorflow/labels/contributions%20welcome).

The features on this list are targeted for the next few months. At this point,
we do not have timelines for these features.

### Improve support for C++ only users
* Graph construction
* Gradients
* Shape Inference

### Making TensorFlow easier to use
* Higher level APIs (for instance, layers)
* Saving everything to run a graph

### Performance
* Speed and memory benchmarks
* Performance and memory usage improvements

### Core Features
* Repeated partial graph evaluation ([#672](https://github.com/tensorflow/tensorflow/issues/672))


### Platforms
* iOS support ([#16](https://github.com/tensorflow/tensorflow/issues/16))
* OpenCL support ([#22](https://github.com/tensorflow/tensorflow/issues/22))
* Distributed execution
([#23](https://github.com/tensorflow/tensorflow/issues/23))

### Community
* Improvements to Jenkins: automated tests for all supported configurations
* Open-source the doc generator and publish docs style guide
* TensorFlow Models repository (partially,
[#6](https://github.com/tensorflow/tensorflow/issues/6))

0 comments on commit 38abbe4

Please sign in to comment.