sequence - Pybrain creating a time-series input -


i have snippet of code goes this

ds = sequentialdataset(1,1) ds.newsequence() ds.appendlinked([a],[b]) ds.appendlinked([b],[c]) ds.appendlinked([c],[d]) 

this creates sequential data set 1 sequence, , here, can feed data network 1 input node , 1 output node.

my question is, reckon data being fed network 1 one @ different time steps creates time-series input?

thanks!


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -