How do I deploy an ANN Network?

1 view (last 30 days)
I want to store a trained ANN network for use by other programs and I don't want to retrain the model everytime I open MATLAB. Is it possible to save the network in an M-file or in a Simulink object?

Accepted Answer

Walter Roberson
Walter Roberson on 29 Jul 2012
You can save() it to a .mat file.
  1 Comment
Suria Devi Vijaya Kumar
Suria Devi Vijaya Kumar on 19 Dec 2019
How do i run the ANN after saving it as a .mat file?

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!