README.md 1.0 KB
Newer Older
Q
Quoc Le 已提交
1
# TensorFlow Models
Q
Quoc Le 已提交
2

N
Neal Wu 已提交
3
This repository contains a number of different models implemented in [TensorFlow](https://www.tensorflow.org):
Q
Quoc Le 已提交
4

5
The [official models](official) 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. We especially recommend newer TensorFlow users to start here.
Q
Quoc Le 已提交
6

7
The [research models](research) are a large collection of models implemented in TensorFlow by researchers. It is up to the individual researchers to maintain the models and/or provide support on issues and pull requests.
Q
Quoc Le 已提交
8

9 10 11
The [samples](samples) folder contains code snippets and smaller models that demonstrate features of TensorFlow, including code presented in various blog posts.

The [tutorials](tutorials) folder is a collection of models described in the [TensorFlow tutorials](https://www.tensorflow.org/tutorials/).