MATLAB: Work online with Neural networks using real time inputs

Deep Learning ToolboxMATLABneural networksonlinereal time

I have successfully trained a networks using stored data using NNTool. But I can not get the script of the network program. I want to know how to get the script (after training) and how to use it to work online with real time inputs and produce outputs continuously according to inputs.

Best Answer

In NNTOOL there is an option to generate a simple or advanced script. Have you done this?
At that point, I would save the net object and write a function that uses it. Then you'll have to configure how you call this function, perhaps with a timer in order to have it run periodically.