how can I use the neural network with deploytool ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Onur PEKER
am 8 Jul. 2014
Kommentiert: Onur PEKER
am 9 Jul. 2014
I am trying the deploytool with neural network , I searched the avabilities of deploytool for neural network . It is written there "Pre-trained network command line functions" , but I am training following code . I am just working 'sim' function however it is not working. What is pre trainede network ? is there any way to work my following code ?
if true
input=[1 2 3 1 2 5 7; 2 3 4 9 6 7 8 ]; % target=[3 5 7 10 8 12 15];
load('new')
snc=sim(new,input)
end
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 8 Jul. 2014
A pre-trained net is a net that has already been trained and then saved.
Did you train the net named 'new' and then saved it?
Hope this helps.
Thank you for formally accepting my answer
Greg
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!