You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we have nonlinear algorithms and padding/extension as separate entities although they both manipulate the states. Since not all manipulations neatly fit into these categories, we should unify the alterations to the states.
The text was updated successfully, but these errors were encountered:
Maybe the naming of the states function will need some revisioning, but feels like the correct direction.
The only problem here is given by extending the states. This StatesChain should go after, for example, ESNCell and have as input only the output of the cell (or wrapper of it). If we want to have an unified flow of data through the high level ESN then accessing the input data for the extension is not straightforward.
At the moment we have nonlinear algorithms and padding/extension as separate entities although they both manipulate the states. Since not all manipulations neatly fit into these categories, we should unify the alterations to the states.
The text was updated successfully, but these errors were encountered: