README.md 1.1 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](https://github.com/tensorflow/models/tree/master/research) 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.
Q
Quoc Le 已提交
8

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

N
Neal Wu 已提交
11
The [tutorials folder](tutorials) is a collection of models described in the [TensorFlow tutorials](https://www.tensorflow.org/tutorials/).