_Packy_@alien.topBtoMachine Learning@academy.garden•What type of predictive model should I use for 100k entries to predict next?English
1·
1 year agoIs this a sort of logic? LIke 0 1 0 1 0 -> next is 1.
How would you expect that any of these 100k binaries has a predictive power for the next one? If there are sequential patterns predicting the next value, try an LSTM
Maybe first try on a small subset of the data just to see if it actually works? I.e. avoid mem restrictrion