LSTM with multiple classes

I want to make LSTM prediction model where I have multiple classes in one .csv file (with many X axis and Y axis), I don’t know how to implement it to define that X1 is going for Y1 class and X2 is for Y2 class and etc.

1 Like