Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generative model #11

Open
anferico opened this issue Sep 26, 2019 · 0 comments
Open

Generative model #11

anferico opened this issue Sep 26, 2019 · 0 comments

Comments

@anferico
Copy link

This sample notebook, among other things, shows how to use an ESN in generative mode, where the network, after being trained, starts being driven by its own output to generate new data.

In the example shown in the notebook, when fit() is called on the esn object, no input data gets provided, but only output data (namely, inputDataTrain) does.
What if I wanted to first train the network providing both input data and output data, then feed it with an initial input value at time t=0 and finally let it being driven by its own output (thus setting its input at time t>0 as its output at time t-1) to generate new data?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant