How can I predict a future value from a time series using the Neural
Network?
I am trying to use MATLAB to predict a future value from a time
series. I am trying to use a recurrent network (Elman).im not using NN
toolbox in Matlab. I have to built own coding because i use GUI. In my
interface,user have to key in parameter,such as input node,learning
rate,hidden layer,momentum and epoch.I'm not sure what parameter that
I should use.After the user key in the parameter and push
button'TRAIN',it will show the graph and the result of the
prediction.I want the coding to Train the data without using toolbox.
For example, I am trying to predict the next value in a series:
x1 x2 x3 x4 x5 -> x6
x2 x3 x4 x5 x6 -> x7
|
|
0
|
|
|
|
Reply
|
moonthyno (1)
|
3/2/2011 10:05:33 PM |
|