README.md 732 Bytes
Newer Older
Quoc Le's avatar
Quoc Le committed
1
# TensorFlow Models
Quoc Le's avatar
Quoc Le committed
2

3
This repository contains a number of different models implemented in [TensorFlow](https://tensorflow.org):
Quoc Le's avatar
Quoc Le committed
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.
Quoc Le's avatar
Quoc Le committed
6

7
The [research models](research) are a large collection of models implemented in TensorFlow by researchers.
Quoc Le's avatar
Quoc Le committed
8

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