Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 2.77 KB

uses.md

File metadata and controls

68 lines (53 loc) · 2.77 KB

TensorFlow In Use

This page highlights TensorFlow models in real world use.

Model zoo

Please visit our collection of TensorFlow models in the TensorFlow Zoo.

If you have built a model with TensorFlow, please consider publishing it in the Zoo.

Current uses

This section describes some of the current uses of the TensorFlow system.

If you are using TensorFlow for research, for education, or for production usage in some product, we would love to add something about your usage here. Please feel free to email us a brief description of how you're using TensorFlow, or even better, send us a pull request to add an entry to this file.

  • Deep Speech
  • **Organization**: Mozilla
  • **Domain**: Speech Recognition
  • **Description**: A TensorFlow implementation motivated by Baidu's Deep Speech architecture.
  • **More info**: [GitHub Repo](https://github.com/mozilla/deepspeech)
  • RankBrain
  • Inception Image Classification Model
  • **Organization**: Google
  • **Description**: Baseline model and follow on research into highly accurate computer vision models, starting with the model that won the 2014 Imagenet image classification challenge
  • **More Info**: Baseline model described in [Arxiv paper](http://arxiv.org/abs/1409.4842)
  • SmartReply
  • Massively Multitask Networks for Drug Discovery
  • **Organization**: Google and Stanford University
  • **Domain**: Drug discovery
  • **Description**: A deep neural network model for identifying promising drug candidates.
  • **More info**: [Arxiv paper](http://arxiv.org/abs/1502.02072)
  • On-Device Computer Vision for OCR