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 .