Iteration determine in Self-Organizing Map to Cluster Data
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
ahmad karim
am 29 Jun. 2017
Kommentiert: Qichen Deng
am 6 Apr. 2022
in the attach i share an example of Self-Organizing Map that provided by MATLAB my problem is that the iteration number is fixed in 200. change it with other value like 150, 100, 500..
Regards
1 Kommentar
Qichen Deng
am 6 Apr. 2022
Could it be net.trainParam.epochs?
net.trainParam.epochs = some number
will change the number of training iterations
Akzeptierte Antwort
Greg Heath
am 29 Jun. 2017
Type, without ending semicolon
net = net
then all properties will be displayed.
Chose the one that corresponds to iteration number.
Then change it.
Something along the lines of
net.property.iteration number = 100.
to change 200 to 100.
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!