How can i train a neural network for classification,using newrb
Mostrar comentarios más antiguos
he loop newrb does not stop to run, I try to assign values into [-1 1] using the command "mapminmax"but no result.databaseINPUT = [14 120]; TARGET = [3 120]. Sometimes an error that appears in the comand window: Error using Figure Error using Figure UIJ_AreThereWindowShowsPending - timeout waiting for window to show up >>
rbf_variateur25HZ
NEWRB, neurons 0, MSE = 0.888889
NEWRB, neurons = 5, MSE = 0.850242
Error using Figure
Error using Figure
UIJ_AreThereWindowShowsPending - timeout waiting for window to show up
Error in newrb> new_figure (line 449)
fig = figure (...
Error in newrb> plotperfrb (line 303)
if (0 == fig2) fig2 new_figure = (name); end
Error in newrb> designrb (line 227)
flag_stop plotperfrb = (tr, eg, 'NEWRB', k);
Error in newrb> create_network (line 143)
[W1, b1, w2, b2, tr] =
designrb (p, t, param.goal, param.spread, mn, param.displayFreq);
Error in newrb (line 72)
Net = create_network (param);
if true
% code
end
Error in rbf_variateur25HZ (line 52)
Net = newrb (trainInp, T, goal, spread, k, ki);
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Argument Definitions en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!