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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -