- 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 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Loïc Sagorin
il 22 Apr 2021
Risposto: Shadaab Siddiqie
il 28 Apr 2021
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 Commenti
Risposta accettata
Shadaab Siddiqie
il 28 Apr 2021
From my understanding you want to reuse an existing neural network model. To reuse a trained neural network, follow these steps:
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!