Work online with Neural networks using real time inputs

14 views (last 30 days)
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.

Accepted Answer

Sean de Wolski
Sean de Wolski on 15 Oct 2014
Edited: Sean de Wolski on 15 Oct 2014
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.
  1 Comment
Saku
Saku on 16 Oct 2014
Dear Sir, Thank you for the answer, Can you please tell me where this script option is in nntool? I can not find a script in nntool, but I can only find a script in nnstart, (nftool), but I want to use nntool, which better suits my application Thanks

Sign in to comment.

More Answers (1)

jdmbatista05
jdmbatista05 on 6 Feb 2020
Hi
As the matlab license holded by my university does not incluide nntool. I am trying to use version online of matlab. Herein, I can sucessfully access the app but I cannot import the input matrix from the workspace.
Is this problem linked to the lack of the proper license for using this app?

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!