SVM - SVMTRAIN method SMO (error: No convergence achieved within maximum number of iterations)

I have been encountered with "No convergence achieved within maximum number of iterations" error. What can I do to fix the error? Please advise me

回答 (1 件)

Ilya
Ilya 2013 年 7 月 27 日

0 投票

You can increase the maximal number of iterations. See 'options' in the doc or help for svmtrain.

2 件のコメント

hamed
hamed 2013 年 7 月 27 日
thank you for answer i increase MaxItr to inf, but did not fix the error.
Ilya
Ilya 2013 年 7 月 28 日
Then do one or all of:
  • lower the box constraint
  • increase tolkkt
  • specify a positive value for kktviolationlevel
  • try a different kernel function

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeMATLAB についてさらに検索

タグ

質問済み:

2013 年 7 月 27 日

Community Treasure Hunt

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

Start Hunting!

Translated by