Models built with TensorFlow
Python C++ HTML Shell Protocol Buffer Jupyter Notebook Other
Switch branches/tags
Nothing to show
Latest commit 55b440f Aug 19, 2017 @cclauss cclauss committed with waterson Swivel: print(), basestring(), exception changes for Python 3 (#2249)
* from six.moves import xrange for Python 3

* from __future__ import print_function for Python 3

Also old style exception --> new style exception

* Define basestring for Python 3

Also remove unused import.

* from six import string_types for Python 3

* from __future__ import print_function

* print() --> print('')
Permalink
Failed to load latest commit information.
adversarial_crypto Comment wrong in adversarial_crypto model Jun 23, 2017
adversarial_text Adv_Txt: from six.moves import xrange for Python 3 (#2177) Aug 14, 2017
attention_ocr Change the fixed checkpoint file to attention_ocr_2017_08_09.tar.gz Aug 9, 2017
audioset Added model and supporting code for use with AudioSet (http://g.co/au… Aug 8, 2017
autoencoder Variational Autoencoder generate() function fixed (z fed in rather th… Mar 27, 2017
cognitive_mapping_and_planning Update README.md Jul 16, 2017
compression Update username and add new line in READMEs. Jun 15, 2017
differential_privacy typo fix May 21, 2017
domain_adaptation Open sourcing PixelDA code Jul 21, 2017
im2txt Fix formatting Jul 18, 2017
inception Fixed error message for inception/imagenet. Jun 11, 2017
learning_to_remember_rare_events Convert tf.op_scope to tf.name_scope, plus a few other 1.0 upgrade ch… Mar 15, 2017
lfads Merge pull request #2113 from jazcollins/master Aug 3, 2017
lm_1b Import xrange directly from six.moves for lm_1b May 15, 2017
namignizer Merge pull request #924 from h4ck3rm1k3/master Mar 15, 2017
neural_gpu Fix arxiv links in README of neural_gpu model May 28, 2017
neural_programmer Merge pull request #924 from h4ck3rm1k3/master Mar 15, 2017
next_frame_prediction Improvements to several READMEs Apr 25, 2017
object_detection Update TF OD API Readme file to point to change to Android demo. Aug 11, 2017
pcl_rl code for running RL agents with various algs Jul 5, 2017
ptn bugfix for missing function rotator_metrics (#2251) Aug 18, 2017
qa_kg commit code Aug 4, 2017
real_nvp change no-longer-existing concat_v2 to concat (#1701) Jun 20, 2017
rebar Update README.md Jul 24, 2017
resnet Offset of image bytes for cifar100 should be 2 Jul 24, 2017
skip_thoughts from six.moves import range for Python 3 Aug 10, 2017
slim Add imagenet scripts. (#2185) Aug 10, 2017
street installation link broken Jun 22, 2017
swivel Swivel: print(), basestring(), exception changes for Python 3 (#2249) Aug 19, 2017
syntaxnet Adds an op to handle pre-computed word embeddings. Jul 14, 2017
textsum Update textsum/batch_reader.py to use six.next() May 11, 2017
transformer Update README.md Jul 25, 2017
tutorials Remove unused _max_pool method (#2186) Aug 11, 2017
video_prediction Fix CDNA transformation bug and speed up its implementation. Jun 30, 2017
.gitignore Add a .gitignore file. (#164) Jun 2, 2016
.gitmodules Adding SyntaxNet to tensorflow/models (#63) May 12, 2016
AUTHORS Spatial Transformer model Apr 1, 2016
CODEOWNERS Added model and supporting code for use with AudioSet (http://g.co/au… Aug 8, 2017
CONTRIBUTING.md Fixing small typo Jul 7, 2017
ISSUE_TEMPLATE.md Minor fixes to ISSUE_TEMPLATE.md to match the tensorflow repository Apr 23, 2017
LICENSE Update LICENSE Mar 4, 2016
README.md Add missing README descriptions (#2204) Aug 13, 2017
WORKSPACE Consolidate privacy/ and differential_privacy/. Nov 4, 2016
setup.py Add Tensorflow Object Detection API. (#1561) Jun 15, 2017

README.md

TensorFlow Models

This repository contains machine learning models implemented in TensorFlow. The models are maintained by their respective authors. To propose a model for inclusion, please submit a pull request.

Currently, the models are compatible with TensorFlow 1.0 or later. If you are running TensorFlow 0.12 or earlier, please upgrade your installation.

Models

  • adversarial_crypto: protecting communications with adversarial neural cryptography.
  • adversarial_text: semi-supervised sequence learning with adversarial training.
  • attention_ocr: a model for real-world image text extraction.
  • audioset: Models and supporting code for use with AudioSet.
  • autoencoder: various autoencoders.
  • cognitive_mapping_and_planning: implementation of a spatial memory based mapping and planning architecture for visual navigation.
  • compression: compressing and decompressing images using a pre-trained Residual GRU network.
  • differential_privacy: privacy-preserving student models from multiple teachers.
  • domain_adaptation: domain separation networks.
  • im2txt: image-to-text neural network for image captioning.
  • inception: deep convolutional networks for computer vision.
  • learning_to_remember_rare_events: a large-scale life-long memory module for use in deep learning.
  • lfads: sequential variational autoencoder for analyzing neuroscience data.
  • lm_1b: language modeling on the one billion word benchmark.
  • namignizer: recognize and generate names.
  • neural_gpu: highly parallel neural computer.
  • neural_programmer: neural network augmented with logic and mathematic operations.
  • next_frame_prediction: probabilistic future frame synthesis via cross convolutional networks.
  • object_detection: localizing and identifying multiple objects in a single image.
  • pcl_rl: code for several reinforcement learning algorithms, including Path Consistency Learning.
  • ptn: perspective transformer nets for 3D object reconstruction.
  • qa_kg: module networks for question answering on knowledge graphs.
  • real_nvp: density estimation using real-valued non-volume preserving (real NVP) transformations.
  • rebar: low-variance, unbiased gradient estimates for discrete latent variable models.
  • resnet: deep and wide residual networks.
  • skip_thoughts: recurrent neural network sentence-to-vector encoder.
  • slim: image classification models in TF-Slim.
  • street: identify the name of a street (in France) from an image using a Deep RNN.
  • swivel: the Swivel algorithm for generating word embeddings.
  • syntaxnet: neural models of natural language syntax.
  • textsum: sequence-to-sequence with attention model for text summarization.
  • transformer: spatial transformer network, which allows the spatial manipulation of data within the network.
  • tutorials: models described in the TensorFlow tutorials.
  • video_prediction: predicting future video frames with neural advection.