Skip to content

devnag/tensorflow-pointer-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72b5d48 · Nov 23, 2017

History

6 Commits
Dec 9, 2016
Dec 11, 2016
Nov 23, 2017

Repository files navigation

Pointer Networks in Tensorflow

Introduction

This repo has sample code for pointer networks (Vinyals 2015) over a toy problem indexing a high-value segment embedded between two low-value segments.

See the related blog post here.

Running

Run the sample code by typing:

./example_pointer_network.py

...and you'll train a simple pointer network on a low/high/low sequence indexing task, then test is on a separate data set with different segment lengths. The loss should drop to below 1% after about 2000 training steps (restarting if it stagnates), and will then attempt the test.

About

Pointer Networks in Tensorflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages