↧
Answer by OverLordGoldDragon for Proper way to feed time-series data to...
The answer is: depends on problem at hand. For your case of one-step prediction - yes, you can, but you don't have to. But whether you do or not will significantly impact learning. Batch vs. sample...
View ArticleProper way to feed time-series data to stateful LSTM?
Let's suppose I have a sequence of integers:0,1,2, ..and want to predict the next integer given the last 3 integers, e.g.:[0,1,2]->5, [3,4,5]->6, etcSuppose I setup my model like...
View Article
More Pages to Explore .....