Awesome Tensorflow Implementations
Very simple TensorFlow examples
Sequence to Sequence -- Video to Text
- Subhashini Venugopalan, Marcus Rohrbach, Jeff Donahue, Raymond Mooney, Trevor Darrell, Kate Saenko, arxiv, 2015
- [code]
- [paper]
Sequence to Sequence -- chatbot
Show and Tell: A Neural Image Caption Generator
Show, Attend and Tell: Neural Image Caption Generation with Visual Attention
- Kelvin Xu, Jimmy Ba, Ryan Kiros, Kyunghyun Cho, Aaron Courville, Ruslan Salakhutdinov, Richard Zemel, Yoshua Bengio, ICLR, 2014
- [code]
- [paper]
Learning Deep Features for Discriminative Localization
Deep Visual Analogy-Making
Deep Convolutional Generative Adversarial Networks
End-To-End Memory Networks
Character-Aware Neural Language Models
Deep Reinforcement Learning
Human-level control through deep reinforcement learning
Deep Reinforcement Learning with Double Q-learning
Using Deep Q-Network to Learn How To Play Flappy Bird
- Kevin Chen, Deep Reinforcement Learning for Flappy Bird, Report from http://cs229.stanford.edu/ 2015 project
- [code]
- [report]
Semi-Supervised Learning with Ladder Network
- A Rasmus, H Valpola, M Honkala, M Berglund, and T Raiko, NIPS, 2015
- [code]
- [paper]
- [Additional Material]
Convolutional Neural Networks for Sentence Classification
- Yoon Kim, EMNLP, 2014
- [code]
- [paper]
- [Additional Material]
Deep Residual Learning for Image Recognition
colornet - Neural Network to colorize grayscale images
- pavelgonchar
- [github page]
- [paper1 - Hypercolumns for Object Segmentation and Fine-grained Localization]
- [paper2 - VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION]
- [explanation]
DoReFa-Net: Training Low Bitwidth Convolutional Neural Networks with Low Bitwidth Gradients
A Neural Algorithm of Artistic Style
- Leon A. Gatys, Alexander S. Ecker, Matthias Bethge
- [code - Neural style in TensorFlow!]
- [blog - http://www.anishathalye.com/2015/12/19/an-ai-that-can-mimic-any-artist/]
- [A Neural Algorithm of Artistic Style]
Sequence Generative Adversarial Networks
Contribution
Did you find new TensorFlow implementations? Pull requests are always welcome.