- Save the network object that you have created and trained using the SAVE command.
- Load the MAT file thus created whenever you want to reuse the trained network.
- Use this trained network by referencing to its network object variable. You do not need to create or train the network again.
Re-use a neural network with Deep Learning Toolbox
1 次查看(过去 30 天)
显示 更早的评论
I made a custom Neural Network with Deep Learning Toolbox which work great on my training and testing data.
How can I use this already trained network in a script with a new dataset?
PS : i don't have Statistics and Machine Learning Toolbox.
0 个评论
采纳的回答
Shadaab Siddiqie
2021-4-28
From my understanding you want to reuse an existing neural network model. To reuse a trained neural network, follow these steps:
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!