tree: bbe598c27747e8f2c844365a589affd212c8411d [path history] [tgz]
  1. bi-lstm-sort.ipynb
  2. README.md
example/bi-lstm-sort/README.md

Bidirectionnal LSTM to sort an array.

This is an example of using bidirectionmal lstm to sort an array. Please refer to the notebook.

We train a bidirectionnal LSTM to sort an array of integer.

For example:

500 30 999 10 130 should give us 10 30 130 500 999

(Diagram source)