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

1 回表示 (過去 30 日間)
sameh marmouch
sameh marmouch 2016 年 3 月 29 日
回答済み: Greg Heath 2016 年 3 月 30 日
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);

採用された回答

Greg Heath
Greg Heath 2016 年 3 月 30 日
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 ?

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by