Multiple variable Neural Network prediction.
조회 수: 2 (최근 30일)
이전 댓글 표시
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
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?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!