Model to predict surface movements using Neural Networks
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!