how to store weights after neural network training ?

3 views (last 30 days)
hello after I have trained my neural netowrk completely using the gui and tested its performance through error in the testing and validation set how do i store the weights ? weights from input to hidden and from hidden to output .I am asking in the case of patternet.
And one more thing how do I use these weights to reproduce the same classification results on the data set whenever I am creating a a new pattenrent network ? How to do that using matlab?

Accepted Answer

Greg Heath
Greg Heath on 29 Jul 2016
help getwb
doc getwb
help setwb
doc setwb
Search both the NEWSGROUP and ANSWERS using either or both of getwb and setwb.
Hope this helps.
Thank you for formally accepting my answer
Greg

More Answers (0)

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!