how can I use the neural network with deploytool ?

조회 수: 1 (최근 30일)
Onur PEKER
Onur PEKER 2014년 7월 8일
댓글: Onur PEKER 2014년 7월 9일
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

채택된 답변

Greg Heath
Greg Heath 2014년 7월 8일
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
Onur PEKER
Onur PEKER 2014년 7월 9일
thank you your good answer but I think I did your way but I am not sure. Can you look at following picture which is screenshot of mat file ?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by