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
Post a Comment