用于特征选择的BF*算法及其与B&B算法的比较
BF* Strategy for feature Selection and its Comparision with Branch and Bound Algorithm
-
摘要: 本文将模式识别中的特征选择问题转化为有向图上最佳路径搜索问题,并应用AI中的 Best First (简记BF*)策略搜索最佳路径,提出了特征选择GBFF*和TBFF*算法,证明了 用它们可不穷举而一定找到最佳子集,同目前被认为最好的全局最佳算法--B&B相比, TBFF*搜索的特征子集数目优于B&B.Abstract: In this paper, the problem of feature selection is converted into the optimal pathsearching problem in a weighted directional graph. Then by means of the so called informed Best First (BF*) search strategy for problem solving in A.L., Algorithms GBFF and TBFF are proposed to search the optimal path, i.e., the optimal feature subset. These algorithms guarantee optimality of the selected subset without exhaustive search. In compararison with the well known Branch and Bound (B&B) algorithm, it has been shown that the number of the expanded nodes by TBFF is less (even much less) than that by B&B: In other words. TBFF* is superior to B&B.
计量
- 文章访问数: 1577
- HTML全文浏览量: 80
- PDF下载量: 882
- 被引次数: 0