Neural Network Dynamic Time Series Analysis (NARX) with Multiple Series
Show older comments
I am trying to train a single NARX network using multiple series (each with their own set of inputs and target), but it seems that the the tool can only handle one time series.
This is not my application, but for example, say I wanted to train a single NARX network using time series data from 3 different securities/stocks. For each security, the inputs would be trading volume, high, low, etc. and the target would be the closing price. For each unit of time, I will have 3 of each input variable, and 3 targets. I'm not sure how to set this up as a time series NN in Matlab, and train a single net (as opposed to training a net for each series). Training individual nets for each series would loose some of the value with my multiple series
Is there a way for the NN toolbox to handle this type of training?
1 Comment
Mei
on 23 Oct 2013
How did you make this work? Did you have a (3 x n_timesteps) cell array where each row represented each stock, and each cell being a 3 x 1 double, where each row represented the three input variables?
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!