期刊文献+
共找到16篇文章
< 1 >
每页显示 20 50 100
考虑局部均值和类全局信息的快速近邻原型选择算法 被引量:10
1
作者 李娟 王宇平 《自动化学报》 EI CSCD 北大核心 2014年第6期1116-1125,共10页
压缩近邻法是一种简单的非参数原型选择算法,其原型选取易受样本读取序列、异常样本等干扰.为克服上述问题,提出了一个基于局部均值与类全局信息的近邻原型选择方法.该方法既在原型选取过程中,充分利用了待学习样本在原型集中k个同异类... 压缩近邻法是一种简单的非参数原型选择算法,其原型选取易受样本读取序列、异常样本等干扰.为克服上述问题,提出了一个基于局部均值与类全局信息的近邻原型选择方法.该方法既在原型选取过程中,充分利用了待学习样本在原型集中k个同异类近邻局部均值和类全局信息的知识,又设定原型集更新策略实现对原型集的动态更新.该方法不仅能较好克服读取序列、异常样本对原型选取的影响,降低了原型集规模,而且在保持高分类精度的同时,实现了对数据集的高压缩效应.图像识别及UCI(University of California Irvine)基准数据集实验结果表明,所提出算法集具有较比较算法更有效的分类性能. 展开更多
关键词 数据分类 原型选择 局部均值 类全局信息 自适应学习
下载PDF
基于自然邻居和最小生成树的原型选择算法 被引量:3
2
作者 朱庆生 段浪军 杨力军 《计算机科学》 CSCD 北大核心 2017年第4期241-245,268,共6页
K最近邻居是最流行的有监督分类算法之一。然而,传统的K最近邻居有两个主要的问题:参数K的选择以及在大规模数据集下过高的时间和空间复杂度需求。为了解决这些问题,提出了一种新的原型选择算法,它保留了一些对分类贡献很大的关键原型点... K最近邻居是最流行的有监督分类算法之一。然而,传统的K最近邻居有两个主要的问题:参数K的选择以及在大规模数据集下过高的时间和空间复杂度需求。为了解决这些问题,提出了一种新的原型选择算法,它保留了一些对分类贡献很大的关键原型点,同时移除噪声点和大多数对分类贡献较小的点。不同于其他原型选择算法,该算法使用了自然邻居这个新的邻居概念来做数据预处理,然后基于设定的终止条件构建若干个最小生成树。基于最小生成树,保留边界原型,同时生成一些具有代表性的内部原型。基于UCI基准数据集进行实验,结果表明提出的算法有效地约简了原型的数量,同时保持了与传统KNN相同水平的分类准确率;而且,该算法在分类准确率和原型保留率上优于其他原型选择算法。 展开更多
关键词 K最近邻居 原型选择 自然邻居 最小生成树 分类
下载PDF
开源软件定制改造过程中的原型选择 被引量:3
3
作者 王忠林 尹宝林 《北京航空航天大学学报》 EI CAS CSCD 北大核心 2006年第12期1490-1494,共5页
在定制改造开发过程中选择合适的原型系统,可以达到提高定制改造过程效率、减少开发成本、缩短开发周期的目的.在定制改造过程的原型分析和评估中依托构造成本模型COCOMO(COstructive COstMOdel)II,提出一种新的软件成本评估方法,综合... 在定制改造开发过程中选择合适的原型系统,可以达到提高定制改造过程效率、减少开发成本、缩短开发周期的目的.在定制改造过程的原型分析和评估中依托构造成本模型COCOMO(COstructive COstMOdel)II,提出一种新的软件成本评估方法,综合分析了影响定制改造过程的功能差异、性能、规模、稳定性等关键因素,量化了这些关键因素对定制改造过程中成本计算公式中的关键变量———等价代码———的影响.实际的项目显示,该方法对预期工作量的估计误差约为17%,远小于COCOMO II模型40%的可接受阈值. 展开更多
关键词 定制改造 原型选择 成本估算 等价代码
下载PDF
自适应边界逼近的原型选择算法 被引量:1
4
作者 李娟 王宇平 《模式识别与人工智能》 EI CSCD 北大核心 2015年第6期568-576,共9页
针对传统原型选择算法易受样本读取序列、异常样本等干扰的缺陷,通过分析原型算法学习规则,借鉴最近特征线法思想,改进传统原型算法,提出一种自适应边界逼近的原型选择算法.该算法在原型学习过程中改进压缩近邻法的同类近邻吸收策略,保... 针对传统原型选择算法易受样本读取序列、异常样本等干扰的缺陷,通过分析原型算法学习规则,借鉴最近特征线法思想,改进传统原型算法,提出一种自适应边界逼近的原型选择算法.该算法在原型学习过程中改进压缩近邻法的同类近邻吸收策略,保留更优于当前最近边界原型的同类样本,同时建立原型更新准则,并运用该准则实现原型集的周期性动态更新.该算法不仅克服读取序列、异常样本对原型选取的影响,而且降低原型集规模.最后通过人工数据和UCI基准数据集验证文中算法.实验表明,文中算法选择的原型集比其他算法产生的原型集更能体现数据集的分布特征,平均压缩率有所提高,且分类精度与运行时间优于其他算法. 展开更多
关键词 模式分类 原型选择 边界逼近 最近边界原型 自适应原型学习
下载PDF
基于CURE聚类算法改进的原型选择算法 被引量:2
5
作者 孙元元 张德生 张晓 《计算机系统应用》 2019年第8期162-169,共8页
针对传统K近邻分类器在大规模数据集中存在时间和空间复杂度过高的问题,可采取原型选择的方法进行处理,即从原始数据集中挑选出代表原型(样例)进行K近邻分类而不降低其分类准确率.本文在CURE聚类算法的基础上,针对CURE的噪声点不易确定... 针对传统K近邻分类器在大规模数据集中存在时间和空间复杂度过高的问题,可采取原型选择的方法进行处理,即从原始数据集中挑选出代表原型(样例)进行K近邻分类而不降低其分类准确率.本文在CURE聚类算法的基础上,针对CURE的噪声点不易确定及代表点分散性差的特点,利用共享邻居密度度量给出了一种去噪方法和使用最大最小距离选取代表点进行改进,从而提出了一种新的原型选择算法PSCURE (improved prototype selection algorithm based on CURE algorithm).基于UCI数据集进行实验,结果表明:提出的PSCURE原型选择算法与相关原型算法相比,不仅能筛选出较少的原型,而且可获得较高的分类准确率. 展开更多
关键词 K 近邻分类器 原型选择 共享邻居密度 CURE 层次聚类 代表点
下载PDF
基于原型选择的图嵌入方法研究
6
作者 刘永强 《电脑知识与技术(过刊)》 2015年第1X期172-175,共4页
图嵌入方法为结构化模式识别问题转化为统计模式识别问题搭建了桥梁。而随着训练样本集规模的增加,为避免图嵌入时的"维度灾难"现象,对训练样本集进行原型选择是十分必要的。因此,本文提出一种基于类内和类间相均衡的原型选... 图嵌入方法为结构化模式识别问题转化为统计模式识别问题搭建了桥梁。而随着训练样本集规模的增加,为避免图嵌入时的"维度灾难"现象,对训练样本集进行原型选择是十分必要的。因此,本文提出一种基于类内和类间相均衡的原型选择方法,该方法通过对训练样本上的每一类的类内和其他类进行均衡化处理,分别选出每个类上依据均衡化程度排列的原型。实验表明,与未进行原型选择策略相比,本方法能较为有效地降低了图嵌入时的空间维度,且具有较高的分类精度。 展开更多
关键词 图匹配 图嵌入 图编辑距离 原型选择
下载PDF
合作伙伴选择决策支持原型系统的内涵分析
7
作者 任郑杰 王许斌 《商丘师范学院学报》 CAS 2004年第4期97-100,共4页
虚拟制造组织(VMO)和供应链管理(SCM)面临的一个共同问题是合作伙伴的选择问题,作者提出了合作伙伴选择决策支持原型系统(DMSSPS)模型来解决这个问题;介绍了我们研究的合作伙伴选择决策支持原型系统的特点和思想;分析了合作伙伴选择决... 虚拟制造组织(VMO)和供应链管理(SCM)面临的一个共同问题是合作伙伴的选择问题,作者提出了合作伙伴选择决策支持原型系统(DMSSPS)模型来解决这个问题;介绍了我们研究的合作伙伴选择决策支持原型系统的特点和思想;分析了合作伙伴选择决策支持原型系统(DMSSPS)的适用性。 展开更多
关键词 虚拟制造组织 供应链管理 合作伙伴选择决策支持原型系统
下载PDF
基于差异度的不均衡电信客户数据分类方法 被引量:11
8
作者 王林 郭娜娜 《计算机应用》 CSCD 北大核心 2017年第4期1032-1037,共6页
针对传统分类技术对不均衡电信客户数据集中流失客户识别能力不足的问题,提出一种基于差异度的改进型不均衡数据分类(IDBC)算法。该算法在基于差异度分类(DBC)算法的基础上改进了原型选择策略。在原型选择阶段,利用改进型的样本子集优... 针对传统分类技术对不均衡电信客户数据集中流失客户识别能力不足的问题,提出一种基于差异度的改进型不均衡数据分类(IDBC)算法。该算法在基于差异度分类(DBC)算法的基础上改进了原型选择策略。在原型选择阶段,利用改进型的样本子集优化方法从整体数据集中选择最具参考价值的原型集,从而避免了随机选择所带来的不确定性;在分类阶段,分别利用训练集和原型集、测试集和原型集样本之间的差异性构建相应的特征空间,进而采用传统的分类预测算法对映射到相应特征空间内的差异度数据集进行学习。最后选用了UCI数据库中的电信客户数据集和另外6个普通的不均衡数据集对该算法进行验证,相对于传统基于特征的不均衡数据分类算法,DBC算法对稀有类的识别率平均提高了8.3%,IDBC算法对稀有类的识别率平均提高了11.3%。实验结果表明,所提IDBC算法不受类别分布的影响,而且对不均衡数据集中稀有类的识别能力优于已有的先进分类技术。 展开更多
关键词 客户流失预测 不均衡数据分类 样本子集优化 原型选择 差异度转化
下载PDF
基于不相似性的软件缺陷预测算法 被引量:1
9
作者 张雪莹 李瑞贤 《计算机测量与控制》 2018年第3期258-262,共5页
软件缺陷预测是典型的类不均衡学习问题,其中有缺陷的样本数量远少于无缺陷的样本数量,但有缺陷的样本通常是预测的重点;现有的软件预测模型大多建立在基于静态度量元的软件缺陷数据集上,重点关注如何平衡类分布,而忽略了数据集中属性... 软件缺陷预测是典型的类不均衡学习问题,其中有缺陷的样本数量远少于无缺陷的样本数量,但有缺陷的样本通常是预测的重点;现有的软件预测模型大多建立在基于静态度量元的软件缺陷数据集上,重点关注如何平衡类分布,而忽略了数据集中属性特征对软件缺陷的判别能力;当软件缺陷数据集中的属性特征对类目标概念缺乏判别能力时,传统机器学习算法难以构建有效的软件缺陷预测模型,从而无法获得有效的预测性能;为此,提出了一种基于不相似性的软件缺陷预测算法,通过改善软件缺陷数据集中属性的判别能力,进而提升软件缺陷预测性能;实验证明:基于不相似性的软件缺陷预测算法能够有效地改善传统机器学习算法在软件缺陷数据集上的预测性能。 展开更多
关键词 类不均衡学习 软件缺陷预测 原型选择 不相似性转换
下载PDF
SOFTWARE SYSTEM FOR SELECTIVE LASER SINTERING
10
作者 高立群 朱力群 +2 位作者 唐亚新 黄因慧 余承业 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 1997年第1期53-57,共5页
The advent of rapid prototyping & manufacturing techniques represents a major breakthrough in production engineering. This paper is concerned with the software system aspects of the selective laser sintering (SL... The advent of rapid prototyping & manufacturing techniques represents a major breakthrough in production engineering. This paper is concerned with the software system aspects of the selective laser sintering (SLS),i.e.the issues that deal with an external geometric CAD model to automatically control the physical layering fabrication process as directly as possible ,regardless of the source of the model. The general issues are described and some key methods are given in this paper. 展开更多
关键词 CAD program systems rapid prototyping & manufacturing selective laser sintering
下载PDF
Selective CO_(2) photoreduction to CH_(4) mediated by dimension-matched 2D/2D Bi_(3)NbO_(7)/g-C_(3)N_(4) S-scheme heterojunction 被引量:5
11
作者 Kai Wang Xuezhen Feng +2 位作者 Yangzi Shangguan Xiaoyong Wu Hong Chen 《Chinese Journal of Catalysis》 SCIE EI CAS CSCD 2022年第2期246-254,共9页
Discovering highly selective catalysts is key to achieve effective CO_(2) photoreduction to hydrocarbon fuels.In this work,we construct an ultrathin dimension-matched S-scheme Bi_(3)NbO_(7)/g-C_(3)N_(4) heterostructur... Discovering highly selective catalysts is key to achieve effective CO_(2) photoreduction to hydrocarbon fuels.In this work,we construct an ultrathin dimension-matched S-scheme Bi_(3)NbO_(7)/g-C_(3)N_(4) heterostructure,which permits the highly selective photocatalytic reduction of CO_(2) to CH_(4),as shown by 13C isotopic measurements.Density functional theory calculations combined with solid-state characterization confirm the electron transfer from g-C_(3)N_(4) nanosheets to Bi_(3)NbO_(7),establishing an internal electric field.The internal electric field drives photogenerated electrons from Bi_(3)NbO_(7) to g-C_(3)N_(4),as revealed by in-situ X-ray photoelectron spectroscopy,demonstrating the presence of an S-scheme charge transfer path in Bi_(3)NbO_(7)/g-C_(3)N_(4) heterostructures allowing efficient and selective CO2 photoreduction.As a result,the optimized sample achieved a CH_(4) evolution rate of 37.59μmol·g^(-1)·h^(-1),a ca.15-fold enhancement compared to ultrathin g-C_(3)N_(4) nanosheets,and also retained stability after 10 reaction cycles and 40 h of simulated solar irradiation with no sacrificial reagents.The optimized Bi3 Nb O7/g-C_(3)N_(4) composites achieve almost 90%selectivity for CH_(4) production over CO. 展开更多
关键词 Dimension-matched S-scheme Photocatalysis CO_(2)reduction Selectivity
下载PDF
直升机无人化改造选型方案分析
12
作者 李之果 薛东彬 《电光系统》 2015年第1期54-58,共5页
文章介绍了一种直升机无人化改造对原型机的选型方案。该方案重点依据有人直升机的技术性能参数、重量效率、经济效益以及改装特点,设计出一套选择配比评分方法。根据本选型方案结合无人化改造目的及相关应用需求,相关研究单位可针对... 文章介绍了一种直升机无人化改造对原型机的选型方案。该方案重点依据有人直升机的技术性能参数、重量效率、经济效益以及改装特点,设计出一套选择配比评分方法。根据本选型方案结合无人化改造目的及相关应用需求,相关研究单位可针对其重点关注项调整相应权重函数来提高原型机选择的合理性。 展开更多
关键词 直升机 无人化改造 原型选择
下载PDF
Measurement Induced Enhancement of Squeezing in Nondegenerate Two-Photon Jaynes-Cummings Model 被引量:4
13
作者 YE Sai-Yun 《Communications in Theoretical Physics》 SCIE CAS CSCD 2006年第6X期1065-1068,共4页
Squeezing properties in the nondegenerate two-photon Jaynes-Cummings model are investigated. The effects of direct selective atomic measurement and the application of the classical field followed by atomic measurement... Squeezing properties in the nondegenerate two-photon Jaynes-Cummings model are investigated. The effects of direct selective atomic measurement and the application of the classical field followed by atomic measurement are analyzed. Different values of the parameters of the classical field are taken into account. It is found that the field squeezing can be enhanced by measurement. 展开更多
关键词 two-mode squeezing two-photon transitions selective atomic measurement
下载PDF
Conditional Generation of Multiparticle Entanglement via Cavity QED 被引量:3
14
作者 XIANG Shao-Hua SHAO Bin SONG Ke-Hui 《Communications in Theoretical Physics》 SCIE CAS CSCD 2009年第11期835-839,共5页
We propose a simple scheme to not only generate GHZ states and W states of the multiparticle but also form a new category of multiparticle entangled states by letting the A-type three-level atoms simultaneously intera... We propose a simple scheme to not only generate GHZ states and W states of the multiparticle but also form a new category of multiparticle entangled states by letting the A-type three-level atoms simultaneously interacting with a coherent cavity field followed by the selective measurements on the cavity mode. We investigate the influence of the cavity dissipation on the generated entangled state and discuss the experimental feasibility of our scheme. It is shown that the intensity of the coherent cavity field plays an instructive role in contribution to state preparation process while the cavity decay and the detuning between the atoms and cavity mode result in the deterioration of the generated entangled state. 展开更多
关键词 multiparticle entanglement gavity QED DECOHERENCE
下载PDF
Conformation preference and related intramolecular noncovalent interaction of selected short chain chlorinated paraffins
15
作者 Yuzhen Sun Wenxiao Pan +2 位作者 Jianjie Fu Aiqian Zhang Qinghua Zhang 《Science China Chemistry》 SCIE EI CAS CSCD 2016年第3期338-349,共12页
Short chain chlorinated paraffins (SCCPs) are not only research focus of environmental issues but also interesting model mol- ecules for organic chemistry which exhibit diverse conformation preference and intramolec... Short chain chlorinated paraffins (SCCPs) are not only research focus of environmental issues but also interesting model mol- ecules for organic chemistry which exhibit diverse conformation preference and intramolecular noncovalent interactions (NCIs). A systematic study was conducted to reveal the conlk)rmation preference and the related intramolecular NCIs in two C^-isomers of SCCPs, 5,5,6,6-tetrachlorodecane and 4,4,6,6-1etrachlorodecane. The overall conformation profile was deter- mined on the basis of relative energies calculated at the MP2/6-311++G(d,p) level with the geometries optimized by B3LYP/6-31 l++G(d,p) method. Then, quantum theory of atoms in molecules (QTAIM) has been adopted to identify the NCls in the selected conformers of the model molecules at both B31~YP/6-31 l++G(d,p) and M06-2X/aug-cc-pvdz level. Different chlorine substitution modes result in varied conformation preference. No obvious gauche effect can be observed tk)r the SCCPs with chlorination on adjacent carbon atoms. The most stable conformer of 5,5,6,6-tetrachlorodecane (tTt) has its three dihedral angles in the T configuration, and there is no intramolecular N(3s found in this molecule. On the contrary, the chlorination on interval carbon atoms favors the adoption of gauche configmation for the H C C CI axis. Not only inlramolecular H-..CI contacts but also H---H interactions have been identified as driving forces to compensate the instability from steric crowding ot the gauche configuration. The gggg and g'g'g'g' conformers are the most popular ones, while the populations of tggg and tg'g'g' conformer are second to those of the gggg and g'g'g'g' conformers. Meanwhile, the M06-2X method with large basis sets is preferred for identification of subtle intramolecular NCIs in large molecules like SCCPs. 展开更多
关键词 short chain chlorinated paraffins intramolecular noncovalent interactions conformation preference chlorination substitution mode
原文传递
Degrees of freedom in low rank matrix estimation
16
作者 YUAN Ming 《Science China Mathematics》 SCIE CSCD 2016年第12期2485-2502,共18页
The objective of this paper is to quantify the complexity of rank and nuclear norm constrained methods for low rank matrix estimation problems. Specifically, we derive analytic forms of the degrees of freedom for thes... The objective of this paper is to quantify the complexity of rank and nuclear norm constrained methods for low rank matrix estimation problems. Specifically, we derive analytic forms of the degrees of freedom for these types of estimators in several common settings. These results provide efficient ways of comparing different estimators and eliciting tuning parameters. Moreover, our analyses reveal new insights on the behavior of these low rank matrix estimators. These observations are of great theoretical and practical importance. In particular, they suggest that, contrary to conventional wisdom, for rank constrained estimators the total number of free parameters underestimates the degrees of freedom, whereas for nuclear norm penalization, it overestimates the degrees of freedom. In addition, when using most model selection criteria to choose the tuning parameter for nuclear norm penalization, it oftentimes suffices to entertain a finite number of candidates as opposed to a continuum of choices. Numerical examples are also presented to illustrate the practical implications of our results. 展开更多
关键词 degrees of freedom low rank matrix approximation model selection nuclear norm penalization reduced rank regression Stein's unbiased risk estimator
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部