Showing posts with label TensorFlow. Show all posts
Showing posts with label TensorFlow. Show all posts

2017-03-20

models/skip_thoughts at master · tensorflow/models · GitHub

https://github.com/tensorflow/models/tree/master/skip_thoughts
Skip-Thought Vectors

This is a TensorFlow implementation of the model described in:

Jamie Ryan Kiros, Yukun Zhu, Ruslan Salakhutdinov, Richard S. Zemel, Antonio Torralba, Raquel Urtasun, Sanja Fidler. Skip-Thought Vectors. In NIPS, 2015.

2017-03-19

GitHub - google/seq2seq: A general-purpose encoder-decoder framework for Tensorflow

https://github.com/google/seq2seq
A general-purpose encoder-decoder framework for Tensorflow that can be used for Machine Translation, Text Summarization, Conversational Modeling, Image Captioning, and more.