Dynamic Neural Network [NARX] - How to use training set
1 次查看(过去 30 天)
显示 更早的评论
Hi,
I have process with laser power and velocity as inputs and temperature as output and i want to model the process with a neural network. Later on, an adaptive controller of the process based on model (with prediction) would be a possible future project. So currently I use a PID controller for the laser to reach a certain temperature, the velocity is an external influence. I worked through the Neural Network Toolbox book by Demuth and I made some assumptions that I hope are correct, please help me out with this:
-I consider a NARX to be the right architecture since the upcoming temperature heavily depends on previous temperatures.
-Levenberg-Marquardt is according to the book the most powerful algo for function analysis
- This procedure is the right approach: http://www.mathworks.es/matlabcentral/answers/14970-neural-network-multi-step-ahead-prediction
So I have ran the process 30 times (starting with zero laser power, zero velocity and room temperature) and no I want to feed them into the network. Is the batch mode here the right approach? If not, how do merge the data for the input (I would assume one epoch is one run of the process). Is it even possible to have multiple inputs (power,velocity) in such a network?
Thanks for every bit of information that you can provide! Kind regards, Wompy
0 个评论
采纳的回答
Greg Heath
2013-9-19
Most neural networks are , in general, multi-input/multi-output. Just interpret the input, hidden and output variables as column vectors. If you go to
help nndatasets
you can find a MATLAB dataset that will represent most of the troubling features of your problem.
Practice on that. If you have problems, post relevant code and error messages.
Hope this helps.
Thank you for formally accepting my answer
Greg
2 个评论
Greg Heath
2013-9-29
What assumptions? Be specific
What about epoch? Be specific
What do you mean by 20000 Cells? cell has a specific meaning in MATLAB
Each epoch processes all of the data once.
What artificial data?
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!