README.md 732 字节
Newer Older
Q
Quoc Le 已提交
1
# TensorFlow Models
Q
Quoc Le 已提交
2

3
This repository contains a number of different models implemented in [TensorFlow](https://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.
Q
Quoc Le 已提交
8

9
The [tutorial models](tutorials) are models described in the [TensorFlow tutorials](https://www.tensorflow.org/tutorials/).