摘要
为解决分类器学习新样本知识的问题,提出一种基于近邻算法的增量学习算法。该算法以最近邻算法为基础,首先计算新样本与标准样本之间的匹配度,找到最佳匹配样本和次佳匹配样本,然后通过与匹配度阈值进行比较来决定是类内学习还是类别学习。算法采用UCI中的标准数据集进行实验并应用于车辆识别仿真,其结果验证了该算法的有效性。实验进一步研究了匹配度阈值的选择和初始化样本数量选取对分类正确率影响。
In order to solve the classifier problem of learning new sample knowledge, an incremental learning algorithmbased on distance is proposed. The algorithm is based on the nearest neighbor algorithm to increase the function of incrementallearning. Calculating the matching degree between new input sample and model samples, the algorithm finds the best andsecond best matching degrees and compares them with the threshold. The comparative results decide whether it increasessamples amount or adds a new category to realize incremental learning. The algorithm is applied to the UCI standard databaseand experiment of vehicle type recognition. The experimental results prove the algorithm’s efficient. Also, more experimentsare conducted to analyze and verify how standard sample amount and matching degree threshold affect the final results.
作者
叶青
卢梓豪
周洁
宋赞
YE Qing;LU Zihao;ZHOU Jie;SONG Zan(College of Electrical and Information Engineering, Changsha University of Science and Technology, Changsha 410114, China)
出处
《计算机工程与应用》
CSCD
北大核心
2016年第20期154-157,共4页
Computer Engineering and Applications
基金
湖南省教育厅重点资助项目(No.12A006)
关键词
增量学习
最近邻算法
匹配度
incremental learning
nearest neighbor algorithm
matching degree