MATLAB: How can i train a neural network for classification,using newrb

newrbrbfn

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);

Best Answer

SEARCH WORDS NEWSGROUP ANSWERS
NEWRB 221 84
NEWRB GREG 148 57
NEWRB GREG TUTORIAL 8 3
Try the tutorials first
Hope this helps
Thank you for formerly accepting my answer
Greg
P.S. Which ones do you recommend to others ?