save Network and connect Network (nntool) with GUI

7 Ansichten (letzte 30 Tage)
randy
randy am 11 Jan. 2012
Kommentiert: keirth kilat am 5 Mai 2018
ok...i have a question...
i've created a network, named network1 from nntool... now, how do i connect the network with my GUI (made by guide)... i mean, i've one button in my GUI, when i push the button i want to train the network. any answer will help me much... i will appreciate it.. thank you...
r4ndieL..

Akzeptierte Antwort

Chandra Kurniawan
Chandra Kurniawan am 11 Jan. 2012
Hi,
First, you need to save your network into MAT file.
Then place it in the same folder with your GUI.
In the pushbutton callback, you should call it by
load anyfilename.mat
Then, you can use it now. Use train command to train your network.
Eq :
output = train(net,P,T);
I hope this will helps you.
  2 Kommentare
randy
randy am 12 Jan. 2012
thnkyou very much mas... udah ngerti saya... so, saving the Network1 to net1.mat, then load and train by callback button....
thankss..
r4ndieL..
Chandra Kurniawan
Chandra Kurniawan am 12 Jan. 2012
Wow, nice to meet indonesian people :D

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (1)

miftahurrahma rosyda
miftahurrahma rosyda am 16 Apr. 2012
i've saved my network n load net in my gui than i code in my gui p is a data from gui object handle
a=sim(net,p)
but appear error message "Inputs are incorrectly sized for network. Matrix must have 0 rows."
when i tried it directly in command window, it successed, so why it happened when i use net in my gui?
thx b4 :D
  1 Kommentar
keirth kilat
keirth kilat am 5 Mai 2018
hello have you find any solution on this? because i have the same problem as yours.

Melden Sie sich an, um zu kommentieren.

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!

Translated by