GitHub on RNN-LSTM Tensorflow Example
MM 05/24/2018
The Files include
-official/ [1]
-research/ [2]
-samples/ [3]
-tutorials/ [4]
-.gitignore, .gitmodule, AUTHORS, CODEOWNERS, CONTRIBUTING.md, ISSUE_TMPLAGE.md, LICENSE, README.md, WORKSPACE.
README.md
The repository contains a number of different models implemented in Tensorflow.
The official models [1] are a collection of example models that use TensorFlow's high-level APIs.
They are intended to be well-maintained, tested, and kept up to date with the latest stable TensorFlow API.
They should also be reasonably optimized for fast performance while still being easy to read.
The research models [2] are a large collection of models implemented in TensorFlow by researchers.
They are not officially supported or available in release branches; it is up to the individual researchers to maintain the models and/or provide support on issues and pull requests.
The samples folder [3] contains code snippets and smaller models that demonstrate features of TensorFlow, including code presented in various blog posts.
The tutorial folders [4] is a collection of models described in the Tensorflow tutorial [5] .
[0]
https://github.com/tensorflow/models
[1]https://github.com/tensorflow/models/tree/master/official
[2]
https://github.com/tensorflow/models/tree/master/research
[3]
https://github.com/tensorflow/models/tree/master/samples
[4]
https://github.com/tensorflow/models/tree/master/tutorials
[5]