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

Neal Wu's avatar
Neal Wu committed
3
This repository contains a number of different models implemented in [TensorFlow](https://www.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. It is up to the individual researchers to maintain the models and/or provide support on issues and pull requests.
Quoc Le's avatar
Quoc Le committed
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/).