How to save the network crated as .mat file ?

6 visualizaciones (últimos 30 días)
afef
afef el 30 de Mayo de 2017
Editada: PRAVEEN REDDY KANTHALA el 31 de Mayo de 2017
I created a neural network using nnstart and i want to know to save it as.mat so i can directly open the network in matlab software?

Respuesta aceptada

PRAVEEN REDDY KANTHALA
PRAVEEN REDDY KANTHALA el 31 de Mayo de 2017
Editada: PRAVEEN REDDY KANTHALA el 31 de Mayo de 2017
Suppose you want to save your network as kpnn1 after getting optimal network.then use the following code: kpnn1=net; save kpnn1;
then whenever you want to load the network, then type the following command: load kpnn1

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by