Model to predict surface movements using Neural Networks
이전 댓글 표시
Hello,
I have a 3-D surface that moves over time. The surface is defined in N (natural numbers) so it is not really a surface but a set of points. The domain of the function is: 1=<x<=300 1=<y<=300
I have collected many empirical data to build the model. I have (x,y,z) for t=1:200.
So a total of 300*300*200 = 18*10^6
I am interested in building a model to predict the movements of the surface, I have no idea of the relation between INPUTS (x,y) and OUTPUT (z).
I have 2 questions: 1) What would you try?
2) Considering that I think exist a sort of autocorrelation in z, I am thinking of using neural networks, but I don't know hot to pass the inputs/output variables.
I have tried to use the time series tool, building a cell array, with 200 cells containing a 300*300 array. However Matlab runs out of memory (I have 8 GB).
So how should I pass my inputs/outputs?
채택된 답변
추가 답변 (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!