time series prediction with multiple series
Show older comments
Hi,
I want to predict the temperature of a room, where several heaters are located. The trained network will have input as heater powers as time series, and output as room temperature time series. I have a set of data with inputs and outputs that I can use to train the network. My goal is to use this network to predict temperature time series of the room for any given input time series heater powers.
To achive this goal, I have used NARX closed loop network but the accuracy was not enough (10-20degC error bandwith). I am new to MATLAB neural network tools, and I am not sure NARX is the correct one for this problem. Could you recommend any function for this goal? Any tutorial or example would be helpful.
Thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!