フィルターのクリア

Multiple variable Neural Network prediction.

1 回表示 (過去 30 日間)
John
John 2018 年 8 月 26 日
コメント済み: John 2018 年 9 月 10 日
The problem is to predict the trajectory in space.
Obviously, there will be three variables (x, y, z) for both input and output for a space point.
Based on the trajectory history with equal time gap {(X1,Y1,Z1), (X2,Y2,Z2), ... (Xn,Yn,Zn)}, how can we predict the next space location (Xn+1,Yn+1,Zn+1) by using Matlab NN Toolbox?
Thanks.
  2 件のコメント
Krishna Bindumadhavan
Krishna Bindumadhavan 2018 年 9 月 10 日
It looks like this may be modeled as a time series prediction problem - have you tried using a RNN network to model this in MATLAB? Did you run into any roadblocks during this process?
John
John 2018 年 9 月 10 日
Nearly all examples are for single value time series prediction, or multiple series but single value output prediction. This problem needs to predict three values or variables in the time series and I don't know how.
Can you point out some reference or links for this kind of problem with Matlab?
Thanks!

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by