Clear Filters
Clear Filters

writing trained neural network to .xml file

2 views (last 30 days)
amin sari
amin sari on 18 Oct 2018
Commented: Shashwat Ganguly on 30 Oct 2018
Hello everyone.
My question is how to save trained net into a .xml file
can we use the following?
xmlwrite('net.xml', net);
but it will show a lot of weird error. so how can i do that? any suggestions will be appreciated.
Regards
  1 Comment
amin sari
amin sari on 18 Oct 2018
could you please tell me how to do this? i really have no idea...

Sign in to comment.

Answers (1)

madhan ravi
madhan ravi on 18 Oct 2018
Edited: madhan ravi on 18 Oct 2018
  1 Comment
Shashwat Ganguly
Shashwat Ganguly on 30 Oct 2018
I tried struct2xml as described. However it still shows an error - NET is not a structure (NET being the trained neural network file). Please help.

Sign in to comment.

Categories

Find more on Sequence and Numeric Feature Data Workflows 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!