Jari

jarirajari ·

Code artist #Java #JS #JVM
uber/ludwig

Sequence or sequence-to-sequence prediction with Ludwig?

Hi Piero, thanks for the help, I really appreciate it. I managed to get forward at least: as you pointed out I didn't fully understood what I was doing. With also the help of https://github.com/uber/ludwi... I finally made some progress - and no errors.

uber/ludwig

Sequence or sequence-to-sequence prediction with Ludwig?

Thanks for the reply! So briefly recapping: my data consists of numbers and I am trying to predict next number(s) based on the previous numbers (LSTM). The observed data looks like this:

0000001
0000002
0000003
0000004
0000005
0000006
00...