almostimplemented / seq2seq_shenanigans

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seq2Seq Shenanigans

Open In Colab

This is a small experiment of training a sequence-to-sequence ("seq2seq") model to learn a prescribed mapping between two sequences of decimal digits.

The input string specifies its own substring with the starting index offset and the substring length.

The output string is simply that substring, padded at the end with zeros.

About


Languages

Language:Jupyter Notebook 100.0%