Jari

jarirajari ·

Code artist #Java #JS #JVM

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.

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...
Jari added topic to uber/ludwig

Sequence or sequence-to-sequence prediction with Ludwig?

I have a file that contains a sequence of integer numbers as a column like this:

5491180
2223344
0152982
1234567
1894742

I am trying to do (LSTM) sequence or sequence-to-sequence prediction with Ludwig. But it seems that I cannot get model specification righ...

Joined GitQ

on