Skip to content

Pointer Networks to Sort shuffled sequences (numbers, words, stories)

Notifications You must be signed in to change notification settings

maximus009/StorySorter

Repository files navigation

StorySorter

Sort a shuffled sequence of image-caption pairs to make a meaningful story

Comparing Seq2Seq models and Pointer Networks.


sort_numbers.py: Program to sort numbers using various seq2seq models.
$ python sort_numbers -N 10 -P 2 -m 1 Learns to 10 numbers between 0 and 10^2, using model 1 (defined in program)
Implementation of Pointer Networks borrowed from Here .

About

Pointer Networks to Sort shuffled sequences (numbers, words, stories)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published