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

MLP model question #3

Open
frabul opened this issue Dec 8, 2019 · 1 comment
Open

MLP model question #3

frabul opened this issue Dec 8, 2019 · 1 comment

Comments

@frabul
Copy link

frabul commented Dec 8, 2019

Hi, i have read the paper and i gave a fast glance at the code.
I would like to ask how was possible to for a feed forward network (MLP) to modelize a dynamic system? As far i know MLP has no memory capabilities that means it's output is directly dependent on inputs only ( not previous states ). For instance it would be impossible for a MLP to predict the stpe respons of a system as the input is constat and so will be the output.
Do you feed to the network some kind of previous state too?
Or i'm missing something?

@code2love
Copy link

+1 Same question

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

2 participants