Dynamic system modelling with neuronal networks
이전 댓글 표시
My task ist to use neural networks to (blackbox-) model the dynamic behaviour of a real system. I do not know it's physics but I have access to time dependet measurement and input data. With them the training should be done.
To simplify my question, let's consinder the data vector with 500 entries each column:
data_vec = [input, measurement1, measurement2] = [in(k_1), m1(k_1), m2(k_1)
in(k_2), m1(k_2), m2(k_2)
... ... ... ]
And also known ist the equidistant sampling time t between k_n and k_(n+1).
I already worked with shallow ANNs in MATLAB but only trained them with stady state data like e.g. maps. Now I' struggling how to consider the time dependence in a correct way. In the end, the neural network should be able to represent the whole systems dynamic behaviour. For example in terms of predicting a certain step response (wich was not part of the training data time series).
What is the recommended workflow for this task?
I would be very pleased for any help!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!