Skip to content

Latest commit

 

History

History
 
 

official

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

TensorFlow Official Models

The TensorFlow official models 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.

Below is the list of models contained in the garden:

mnist: A basic model to classify digits from the MNIST dataset.

resnet: A deep residual network that can be used to classify both CIFAR-10 and ImageNet's dataset of 1000 classes.

wide_deep: A model that combines a wide model and deep network to classify census income data.

More models to come!

If you would like to make any fixes or improvements to the models, please submit a pull request.