Hello Guys,

Suppose that we have a data from a chemical process. There are some inputs and one output, the output depends on those inputs and also the time. I am gonna identify this process. So what is the difference between using simple MLP with Lagged output as an input (lagging the output as an input to the model, like 5 step before) and using recurrent neural network such as ELMAN or JORDAN without lagging the output, because i know JORDAN is just feeding back one step before as an input.

Thanks

Similar questions and discussions