Borrar filtros
Borrar filtros

how to approximate two subnetworks at the same time, f and g functions from NARMA L2 Controller

1 visualización (últimos 30 días)
Hello, I'm trying to use NARMA L2 Controller to solve my Problem. I have two Inputs signals, one is control Signal, the other one can't be controlled but can be predicted. My question is how to approximate these two functions (subnetworks) at the same time with the same data? f = F(y(k),y(k-1),u(k)=0,u(k-1)), I understand this one, but g is the partial derivative F/u and u(k)= 0. My solution is to simulate the System with the same signals twice, first u(k) = 0 and get y(k+1) second time with u(k) = u get y_new(k+1), and use (y_new(k+1) - y(k+1))/u as the Training object of function g. I get a good result, but this should not be the idea, and this can't be realized in real experiments. So can anybody explain how to approximate These two functions at the same time with the same data sets
Thanks Hao
  1 comentario
Hao Wu
Hao Wu el 21 de Jul. de 2016
or simply say, how to Train two correlated functions at the same time using matlab, I use "feedforwardnet" to set the Input and Output, but how to Combine These two Networks without knowing the ideal Outputs for each but only the final Output.

Iniciar sesión para comentar.

Respuestas (1)

Hao Wu
Hao Wu el 26 de Jul. de 2016
Hello, can anyone tell me, how to train this Network with two subnetworks?
Thanks

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by