neural network toolbox, prediction problem

조회 수: 1 (최근 30일)
ulgi onor
ulgi onor 2015년 2월 7일
답변: Greg Heath 2015년 2월 9일
Hello everyone!
I want to predict using Neural Network Toolbox.
I have input matrices data (n=256 x m=300)
I want to predict the future values of matrices m = from 301 to 500.
how can i do? What type of algorithm do I need to use?
  댓글 수: 3
ulgi onor
ulgi onor 2015년 2월 9일
hi
I am new to the field of ANN and Neural Network Toolbox. what information do you need?
ulgi onor
ulgi onor 2015년 2월 9일
편집: ulgi onor 2015년 2월 9일
Dear Greg
I tried to give you more information on the picture. What type of net or algorithm do I need to use?
Please show me an example?

댓글을 달려면 로그인하십시오.

채택된 답변

Greg Heath
Greg Heath 2015년 2월 9일
It looks like you are trying to predict a timeseries of 256 dimensional vectors beyond the known 300 examples.
1. Ordinarily, NARNET would be used. 2. However, it is only practical for timeseries vectors of small dimension (e.g., < 10). See, for example, the practice datasets obtained from
help nndatasets
doc nndatasets
3. So, I suggest you use the specifics of the problem origin to drastically reduce the dimensionality of the vectors.
4. Next would be to determine the significant autocorrelation and crosscorrelation lags among the remaining dimensions.
5. You probably should discuss the essence of the problem you are trying to solve with an expert in the field. It doesn't seem to me to be an appropriate way to solve any practical problem that I can think of.
Hope this helps.
Greg

추가 답변 (0개)

카테고리

Help CenterFile 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!

Translated by