Models built with TensorFlow
Python C++ HTML Jupyter Notebook Shell JavaScript Other
Switch branches/tags
Nothing to show
Latest commit 2fa4bb6 Jun 2, 2017 @bogatyy bogatyy committed on GitHub Merge pull request #1492 from angryadam/patch-1
Update protobuf version dependency
Permalink
Failed to load latest commit information.
adversarial_crypto README updates for adversarial_crypto May 6, 2017
adversarial_text Updates to adversarial_text model May 3, 2017
attention_ocr Minor changes May 23, 2017
autoencoder Variational Autoencoder generate() function fixed (z fed in rather th… Mar 27, 2017
cognitive_mapping_and_planning minor spelling fix May 14, 2017
compression Entropy coder for images: remove deprecated functions and update README. May 24, 2017
differential_privacy typo fix May 21, 2017
domain_adaptation Fix provide_batch_fn for semi-supervised case. Apr 6, 2017
im2txt Fix Bazel incantations in docs May 27, 2017
inception Add executable flag to models so that they can be run from the downlo… Jun 1, 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
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
real_nvp Manually fixed many occurrences of tf.split Mar 14, 2017
resnet Fix num_residual_units for w28-10 Apr 28, 2017
skip_thoughts Fix Bazel incantations in docs May 27, 2017
slim Remove barrier, add tf.identity where appropriate, and make sure test… May 23, 2017
street A script to generate a text file with FSNS URLs. Apr 24, 2017
swivel typo: "observed to common words" -> "two" (#1495) May 22, 2017
syntaxnet Update protobuf version dependency May 20, 2017
textsum Update textsum/batch_reader.py to use six.next() May 11, 2017
transformer old argument targets->labels of tf.nn.softmax_cross_entropy_with_logi… Mar 20, 2017
tutorials Fix Typo May 15, 2017
video_prediction Fixed link and made it more descriptive Apr 20, 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
CONTRIBUTING.md fixed contribution guidelines Jan 20, 2016
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 README updates for adversarial_crypto May 6, 2017
WORKSPACE Consolidate privacy/ and differential_privacy/. Nov 4, 2016

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.
  • 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.
  • 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.
  • real_nvp: density estimation using real-valued non-volume preserving (real NVP) transformations.
  • 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.