计算机与现代化 ›› 2010, Vol. 1 ›› Issue (5): 30-32.doi: 10.3969/j.issn.1006-2475.2010.05.009

• 人工智能 • 上一篇    下一篇

一种加权朴素贝叶斯分类增量学习模型

李金华,梁永全,吕芳芳   

  1. 山东科技大学信息科学与工程学院,山东 青岛 266510
  • 收稿日期:2009-11-13 修回日期:1900-01-01 出版日期:2010-05-10 发布日期:2010-05-10

An Incremental Learning Model of Weighted Naive Bayesian Classification

LI Jin-hua, LIANG Yong-quan, LÜ Fang-fang   

  1. College of Information Science and Engineering, Shandong University of Science and Technology, Qingdao 266510, China
  • Received:2009-11-13 Revised:1900-01-01 Online:2010-05-10 Published:2010-05-10

摘要: 朴素贝叶斯分类器难以获得大量有类标签的训练集,而且传统的贝叶斯分类方法在有新的训练样本加入时,需要重新学习已学习过的样本,耗费大量时间。为此引入增量学习方法,在此基础上提出了属性加权朴素贝叶斯算法,该算法通过属性加权来提高朴素贝叶斯分类器的性能,加权参数直接从训练数据中学习得到。通过由Weka推荐的UCI数据集的实验结果表明,该算法是可行的和有效的。

关键词: 朴素贝叶斯分类器, 属性加权, 增量学习, 训练集

Abstract: Naive Bayesian classifiers have difficult problems involving getting labeled training datasets, and cost a lot of time to learn all samples again when new sample adds. Motivated by this fact, the paper presents an incremental learning method, and proposes a weighted naive Bayesian classification algorithm. All of them improve the performance of naive Bayesian classifiers at the expense of attribute weights, the attribute weighted parameters are directly induced from training dataset. Experimentally testing the algorithm using the UCI datasets recommended by Weka, the results show that the algorithm is feasible and effective.

Key words: naive Bayesian classifiers, attribute weights, incremental learning, training dataset

中图分类号: