How to properly train the neural network type RBF?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Veronika
am 16 Feb. 2015
Beantwortet: Greg Heath
am 16 Feb. 2015
Dear all,
I have this code:
P = c{1,:};
T = c{2,:};
net = newrb(P,T,0,3);
Comand Window returns this: NEWRB, neurons = 0, MSE = 0
Is this correct or there is mistake?
Thank you for your answers.
0 Kommentare
Akzeptierte Antwort
Greg Heath
am 16 Feb. 2015
A mistake.
1. See the documentation
help newrb
doc newrb
2. See my previous posts. Search the NEWSGROUP and ANSWERS using
greg newrb
Hope this helps.
Thank you for formally accepting my answer
Greg
0 Kommentare
Weitere Antworten (0)
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!