Borrar filtros
Borrar filtros

the mse command works fine when i use it after training. but when i load the network in a new file.the mse command gives error. kindly tell how can i find the mse for the new_input. after the network is being trained and saved.

1 visualización (últimos 30 días)
if true
[net,tr]=train(net_a,input,target);
output=sim(net,input)
MeansqEr= mse(net,target,output)
save net
load net
outp=sim(net,new_input)
end

Respuesta aceptada

Greg Heath
Greg Heath el 24 de Ag. de 2017
Already answered.
See my answer to your later post.
Greg

Más respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows 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