farizrahman4u / seq2seq

Sequence to Sequence Learning with Keras
GNU General Public License v2.0
3.17k stars 846 forks source link

How to use seq2seq for simple sequences #274

Open rt3722 opened 5 years ago

rt3722 commented 5 years ago

Hi

I have a simple categorical sequence data set like Target has 3 classes

X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 Target
0 1 1 2 2 2 3 3 3 3 3 3 1

Will be able to use seq2seq for these king of problems? can you sample syntax

Thank you.

Adeela12 commented 3 years ago

Were you able to find the solution? @rt3722