共生進化に基づく簡素な決定木の生成
スポンサーリンク
概要
- 論文の詳細を見る
In representing classification rules by decision trees, simplicity of tree structure is as important as predictive accuracy especially in consideration of the comprehensibility to a human, the memory capacity and the time required to classify. Trees tend to be complex when they get high accuracy. This paper proposes a novel method for generating accurate and simple decision trees based on symbiotic evolution. It is distinctive of symbiotic evolution that two different populations are evolved in parallel through genetic algorithms. In our method ones individuals are partial trees of height 1, and the others individuals are whole trees represented by the combinations of the former individuals. Generally, overfitting to training examples prevents getting high predictive accuracy. In order to circumvent this difficulty, individuals are evaluated with not only the accuracy in training examples but also the correct answer biased rate indicating the dispersion of the correct answers in the terminal nodes. Based on our method we developed a system called SESAT for generating decision trees. Our experimental results show that SESAT compares favorably with other systems on several datasets in the UCI repository. SESAT has the ability to generate more simple trees than C5.0 without sacrificing predictive accuracy.
- 社団法人 人工知能学会の論文
- 2004-11-01
著者
関連論文
- 多数決機械を用いたインパルス性雑音の検出法(研究速報)
- 多数決機械を用いたインパルス性雑音の検出法 (画像処理(復元・強調))
- 多数決機械を用いた雑音重畳画像の強調
- アルゴリズム学習支援システム"FLOMAGE"
- 共生進化の基本的な特徴と効果 (「機械学習とその応用」および一般発表)
- ポリマー判別のための2段階判別決定木
- 共生進化に基づく簡素な決定木の生成
- 決定木生成のための共生進化における部分解の検討(一般 : データマイニングI)
- 決定木生成のための共生進化における部分解の検討(一般(データマイニングI))(「社会システムにおける知能」及び一般)
- 同義語の意味の違いを測る--「インターネット」と「ネット」に対する認知実験を例に (テーマ:一般(第11回 社会言語科学研究大会と部分共催))
- 共生進化に基づく帰納論理プログラミングの予測精度の向上
- 共生進化に基づく決定木の最適化に関する研究
- 算数の抽象概念獲得におけるアナロジー
- 複数の情報媒体を用いた学習の過程 : プログラミング言語Prologを題材として