期刊文献+
共找到109篇文章
< 1 2 6 >
每页显示 20 50 100
Comparison of debris flow susceptibility assessment methods:support vector machine,particle swarm optimization,and feature selection techniques
1
作者 ZHAO Haijun WEI Aihua +3 位作者 MA Fengshan DAI Fenggang JIANG Yongbing LI Hui 《Journal of Mountain Science》 SCIE CSCD 2024年第2期397-412,共16页
The selection of important factors in machine learning-based susceptibility assessments is crucial to obtain reliable susceptibility results.In this study,metaheuristic optimization and feature selection techniques we... The selection of important factors in machine learning-based susceptibility assessments is crucial to obtain reliable susceptibility results.In this study,metaheuristic optimization and feature selection techniques were applied to identify the most important input parameters for mapping debris flow susceptibility in the southern mountain area of Chengde City in Hebei Province,China,by using machine learning algorithms.In total,133 historical debris flow records and 16 related factors were selected.The support vector machine(SVM)was first used as the base classifier,and then a hybrid model was introduced by a two-step process.First,the particle swarm optimization(PSO)algorithm was employed to select the SVM model hyperparameters.Second,two feature selection algorithms,namely principal component analysis(PCA)and PSO,were integrated into the PSO-based SVM model,which generated the PCA-PSO-SVM and FS-PSO-SVM models,respectively.Three statistical metrics(accuracy,recall,and specificity)and the area under the receiver operating characteristic curve(AUC)were employed to evaluate and validate the performance of the models.The results indicated that the feature selection-based models exhibited the best performance,followed by the PSO-based SVM and SVM models.Moreover,the performance of the FS-PSO-SVM model was better than that of the PCA-PSO-SVM model,showing the highest AUC,accuracy,recall,and specificity values in both the training and testing processes.It was found that the selection of optimal features is crucial to improving the reliability of debris flow susceptibility assessment results.Moreover,the PSO algorithm was found to be not only an effective tool for hyperparameter optimization,but also a useful feature selection algorithm to improve prediction accuracies of debris flow susceptibility by using machine learning algorithms.The high and very high debris flow susceptibility zone appropriately covers 38.01%of the study area,where debris flow may occur under intensive human activities and heavy rainfall events. 展开更多
关键词 Chengde feature selection Support vector machine Particle swarm optimization principal component analysis Debris flow susceptibility
下载PDF
Chemometric Feature Selection and Classification of <i>Ganoderma lucidum</i>Spores and Fruiting Body Using ATR-FTIR Spectroscopy 被引量:2
2
作者 Ying Zhu Augustine Tuck Lee Tan 《American Journal of Analytical Chemistry》 2015年第10期830-840,共11页
Ganoderma lucidum(G. lucidum) spores as a valuable Chinese herbal medicine have vast marketable prospect for its bioactivities and medicinal efficacy. This study aims at the development of an effective and simple anal... Ganoderma lucidum(G. lucidum) spores as a valuable Chinese herbal medicine have vast marketable prospect for its bioactivities and medicinal efficacy. This study aims at the development of an effective and simple analytical method to distinguish G. lucidum spores from its fruiting body, which is of essential importance for the quality control and fast discrimination of raw materials of Chinese herbal medicine. Attenuated total reflection Fourier transform infrared (ATR-FTIR) spectroscopy combined with the appropriate chemometric methods including penalized discriminant analysis, principal component discriminant analysis and partial least squares discriminant analysis has been proven to be a rapid and powerful tool for discrimination of G. lucidum spores and its fruiting body with classification accuracy of 99%. The model leads to a well-performed selection of informative spectral absorption bands which improve the classification accuracy, reduce the model complexity and enhance the quantitative interpretations of the chemical constituents of G. lucidum spores regarding its anticancer effects. 展开更多
关键词 feature selection Attenuated Total Reflection Fourier Transform Infrared Spectroscopy Penalized Linear DISCRIMINANT ANALYSIS principal component DISCRIMINANT ANALYSIS Partial Least Squares DISCRIMINANT ANALYSIS
下载PDF
A New Population Initialization of Particle Swarm Optimization Method Based on PCA for Feature Selection 被引量:2
3
作者 Shichao Wang Yu Xue Weiwei Jia 《Journal on Big Data》 2021年第1期1-9,共9页
In many fields such as signal processing,machine learning,pattern recognition and data mining,it is common practice to process datasets containing huge numbers of features.In such cases,Feature Selection(FS)is often i... In many fields such as signal processing,machine learning,pattern recognition and data mining,it is common practice to process datasets containing huge numbers of features.In such cases,Feature Selection(FS)is often involved.Meanwhile,owing to their excellent global search ability,evolutionary computation techniques have been widely employed to the FS.So,as a powerful global search method and calculation fast than other EC algorithms,PSO can solve features selection problems well.However,when facing a large number of feature selection,the efficiency of PSO drops significantly.Therefore,plenty of works have been done to improve this situation.Besides,many studies have shown that an appropriate population initialization can effectively help to improve this problem.So,basing on PSO,this paper introduces a new feature selection method with filter-based population.The proposed algorithm uses Principal Component Analysis(PCA)to measure the importance of features first,then based on the sorted feature information,a population initialization method using the threshold selection and the mixed initialization is proposed.The experiments were performed on several datasets and compared to several other related algorithms.Experimental results show that the accuracy of PSO to solve feature selection problems is significantly improved after using proposed method. 展开更多
关键词 feature selection population initialization particle swarm optimization principal component analysis
下载PDF
Feature Selection with Non Linear PCA: A Neural Network Approach
4
作者 Crescenzio Gallo Vito Capozzi 《Journal of Applied Mathematics and Physics》 2019年第10期2537-2554,共18页
Machine learning consists in the creation and development of algorithms that allow a machine to learn itself, gradually improving its behavior over time. This learning is more effective, the more representative is the... Machine learning consists in the creation and development of algorithms that allow a machine to learn itself, gradually improving its behavior over time. This learning is more effective, the more representative is the features of the dataset used to describe the problem. An important objective is therefore the correct selection (and, possibly, reduction of the number) of the most relevant features, which is typically carried out through dimensional reduction tools such as Principal Component Analysis (PCA), which is not linear in the more general case. In this work, an approach to the calculation of the reduced space of the PCA is proposed through the definition and implementation of appropriate models of artificial neural network, which allows to obtain an accurate and at the same time flexible reduction of the dimensionality of the problem. 展开更多
关键词 feature selection MACHINE Learning principal componENT Analysis Artificial NEURAL Network
下载PDF
Support vector classifier based on principal component analysis 被引量:1
5
作者 Zheng Chunhong Jiao Licheng Li Yongzhao 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2008年第1期184-190,共7页
Support vector classifier (SVC) has the superior advantages for small sample learning problems with high dimensions, with especially better generalization ability. However there is some redundancy among the high dim... Support vector classifier (SVC) has the superior advantages for small sample learning problems with high dimensions, with especially better generalization ability. However there is some redundancy among the high dimensions of the original samples and the main features of the samples may be picked up first to improve the performance of SVC. A principal component analysis (PCA) is employed to reduce the feature dimensions of the original samples and the pre-selected main features efficiently, and an SVC is constructed in the selected feature space to improve the learning speed and identification rate of SVC. Furthermore, a heuristic genetic algorithm-based automatic model selection is proposed to determine the hyperparameters of SVC to evaluate the performance of the learning machines. Experiments performed on the Heart and Adult benchmark data sets demonstrate that the proposed PCA-based SVC not only reduces the test time drastically, but also improves the identify rates effectively. 展开更多
关键词 support vector classifier principal component analysis feature selection genetic algorithms
下载PDF
基于改进XGBoost的金融客户投资行为特征选择方法
6
作者 吴成英 马东方 《计算机应用》 CSCD 北大核心 2024年第S01期330-336,共7页
金融客户投资购买行为是投资者动态购买理财产品交易决策的综合结果,受到客户自身属性、产品因素、行情信息和历史交易等多个不同因素的影响,原始因子属性的特征维度庞大、拟合风险偏高。现有研究主要通过不同的算法提高特征选择的准确... 金融客户投资购买行为是投资者动态购买理财产品交易决策的综合结果,受到客户自身属性、产品因素、行情信息和历史交易等多个不同因素的影响,原始因子属性的特征维度庞大、拟合风险偏高。现有研究主要通过不同的算法提高特征选择的准确率,忽略了不同群体的差异化特征及动态因素的影响。因此,提出一种改进XGBoost(eXtreme Gradient Boosting)的特征选择算法,并在金融客户投资行为上应用研究。针对客户群体投资行为的差异性,多维度综合量化分析投资行为,以解决单一投资行为指标不合理问题;对不同客户群体通过主成分分析(PCA)降维和优化的K-均值(K-means)聚类算法进行多属性融合聚类,然后分别对聚类后的不同群体使用改进XGBoost进行多分类预测,并通过修剪特征因子提升预测准确率。实验结果表明,使用改进XGBoost后,金融客户投资行为的特征因子维度更贴近实际,准确率更高。 展开更多
关键词 特征选择 XGBoost 多类别分类 主成分分析 K-MEANS聚类 投资行为
下载PDF
基于特征选择和XGBoost算法考虑极端天文、气象事件影响的光伏性能预测方法
7
作者 王瑶 吴云来 +2 位作者 俞铁铭 胡华友 李明光 《太阳能学报》 EI CAS CSCD 北大核心 2024年第5期547-555,共9页
以Pearson’s r特征选择方法进行参数相关性判断后,构建分析决策树指数模型,提高水平面总辐射的预测精度,通过气象参数的主成分提取,实现训练集降维。采用XGBoost算法构建预测模型,加入正则项控制模型的复杂度,降低过拟合率,提高模型对... 以Pearson’s r特征选择方法进行参数相关性判断后,构建分析决策树指数模型,提高水平面总辐射的预测精度,通过气象参数的主成分提取,实现训练集降维。采用XGBoost算法构建预测模型,加入正则项控制模型的复杂度,降低过拟合率,提高模型对未知数据的适应能力。通过泰勒展开将损失函数的选取和算法优化过程去耦合,实现极端天文、气象条件下光伏电站性能的预测和模型评估。预测结果与实测值对比表明,所提预测法能自动学习缺失值的处理策略,支持多种类型的基分类器,有广泛的优化空间。在针对光伏功率P_(w)、系统效率PR、产能利用率CF的预测平均绝对百分比误差在15%以内,显示出良好的预测准确度和稳定性。 展开更多
关键词 特征选择 主成分分析 机器学习 光伏发电 组合预测
下载PDF
Feature selection for face recognition:a memetic algorithmic approach 被引量:2
8
作者 Dinesh KUMAR Shakti KUMAR C.S.RAI 《Journal of Zhejiang University-Science A(Applied Physics & Engineering)》 SCIE EI CAS CSCD 2009年第8期1140-1152,共13页
The eigenface method that uses principal component analysis(PCA) has been the standard and popular method used in face recognition.This paper presents a PCA-memetic algorithm(PCA-MA) approach for feature selection.PCA... The eigenface method that uses principal component analysis(PCA) has been the standard and popular method used in face recognition.This paper presents a PCA-memetic algorithm(PCA-MA) approach for feature selection.PCA has been extended by MAs where the former was used for feature extraction/dimensionality reduction and the latter exploited for feature selection.Simulations were performed over ORL and YaleB face databases using Euclidean norm as the classifier.It was found that as far as the recognition rate is concerned,PCA-MA completely outperforms the eigenface method.We compared the performance of PCA extended with genetic algorithm(PCA-GA) with our proposed PCA-MA method.The results also clearly established the supremacy of the PCA-MA method over the PCA-GA method.We further extended linear discriminant analysis(LDA) and kernel principal component analysis(KPCA) approaches with the MA and observed significant improvement in recognition rate with fewer features.This paper also compares the performance of PCA-MA,LDA-MA and KPCA-MA approaches. 展开更多
关键词 Face recognition Memetic algorithm (MA) principal component analysis (PCA) Linear discriminant analysis (LDA) Kernel principal component analysis (KPCA) feature selection
原文传递
基于稀疏主成分分析特征选择算法的山楂叶产地判别模型研究 被引量:1
9
作者 梁小娟 王娅妮 +4 位作者 马晋芳 孙鹏 郭拓 严诗楷 肖雪 《分析测试学报》 CAS CSCD 北大核心 2023年第3期307-314,共8页
为实现山楂叶产地的快速判别,提出一种基于稀疏主成分分析特征选择(SPCAFS)与支持向量机(SVM)建模的定性分析方法。采用近红外积分球漫反射光谱法采集6个产地共41批山楂叶123份样品的近红外光谱图,经数据预处理后,通过SPCAFS对代表性特... 为实现山楂叶产地的快速判别,提出一种基于稀疏主成分分析特征选择(SPCAFS)与支持向量机(SVM)建模的定性分析方法。采用近红外积分球漫反射光谱法采集6个产地共41批山楂叶123份样品的近红外光谱图,经数据预处理后,通过SPCAFS对代表性特征波段进行选择,并采用SVM建立山楂叶近红外产地判别模型。模型与连续投影(SPA),正则化自表示(RSR)和稀疏子空间聚类(SSC)3种特征选择算法进行对比,以准确率、精确度和灵敏度作为评价标准,评估所提模型的预测性能。结果显示,SPCAFS的特征波段数相比于全波长建模从1500减少到21,预测结果的准确率和精确度分别从78%、76%提升至97%、100%。同时,相比于SPA、RSR、SSC算法,准确率分别提升了6%、3%、3%,精确度分别提升了13%、10%、5%,模型的预测能力得到显著提升,基于SPCAFS的SVM判别模型可实现山楂叶南北产地的快速判别。 展开更多
关键词 近红外光谱 特征选择 山楂叶 产地判别 稀疏主成分分析特征选择算法 支持向量机
下载PDF
融合全卷积网络与条件随机场的高光谱语义分割 被引量:1
10
作者 雒萌 张圣微 +2 位作者 霍雨 刘志强 韩永婷 《遥感信息》 CSCD 北大核心 2023年第3期69-76,共8页
针对高光谱遥感影像分割精度不足与单一网络信息流尺度存在局限性的问题,提出了基于双流框架的高光谱分割算法。算法融合深度学习模式中的全卷积神经网络(full convolutional networks,FCN)和高效判别式概率模型条件随机场(conditional ... 针对高光谱遥感影像分割精度不足与单一网络信息流尺度存在局限性的问题,提出了基于双流框架的高光谱分割算法。算法融合深度学习模式中的全卷积神经网络(full convolutional networks,FCN)和高效判别式概率模型条件随机场(conditional random field,CRF),形成了高光谱影像语义分割算法FCN-CRF。在预处理阶段增加PCA(principal component analysis)降维,上采样阶段使用了混合上采样MUS(mix up-sampling)模块,形成了双流框架FCN-CRF分割算法。经过高光谱数据集Pavia University和Indian Pines测试,结果显示,相较于其他一些分割算法,FCN-CRF精度最高,总体精度分别达到了99.01%和98.60%,其参数量较少,运行效率较高。在不同地物类型中,该算法针对人工建筑物分割效果较植被好,边界保持较好。 展开更多
关键词 高光谱影像 全卷积神经网络 条件随机场 主成分分析 语义分割 特征选择
下载PDF
基于声发射信号的带材剪切刀具磨损在线监测方法 被引量:1
11
作者 李令 阎秋生 +1 位作者 李锴 朱超睿 《机电工程》 CAS 北大核心 2023年第7期1102-1111,共10页
在铁基纳米晶合金带材剪切加工过程中,其刀具的状态对于保证加工质量至关重要。针对铁基纳米晶合金带材剪切加工过程中的刀具磨损状态监测问题,提出了一种基于声发射信号的剪切刀具磨损在线监测方法。首先,通过搭建声发射监测设备确定... 在铁基纳米晶合金带材剪切加工过程中,其刀具的状态对于保证加工质量至关重要。针对铁基纳米晶合金带材剪切加工过程中的刀具磨损状态监测问题,提出了一种基于声发射信号的剪切刀具磨损在线监测方法。首先,通过搭建声发射监测设备确定了相应的参数,采集原始声发射信号进行了预处理,得到了剪切加工阶段的信号,将其用于后续处理;然后,分析了剪切刀具磨损以及带材质量随剪切加工过程变化的关系,并根据剪切加工过程中获取的声发射信号,进行了时域、频域、时频域特征提取,分析了获得的特征与刀具磨损之间的关系,利用ReliefF和主成分分析(PCA)算法进行了特征选择与降维处理,得到了具有良好相关性的特征;最后,基于所选特征,构建了支持向量机(SVM)人工智能模型,用以识别剪切刀具的磨损阶段。研究结果表明:随着刀具磨损的加剧,带材质量下降,声发射信号特征值与刀具磨损存在对应关系;采用ReliefF-PCA-SVM模型能够实现95.56%的分类准确率,能够有效地对剪切加工过程中的刀具磨损进行在线监测。 展开更多
关键词 声发射监测设备 铁基纳米晶合金 特征选择与降维 主成分分析 支持向量机 RELIEFF算法
下载PDF
半监督拉普拉斯分值在滚动轴承故障诊断中的应用
12
作者 梁闯 陈长征 +1 位作者 刘野 贾歆莹 《机械强度》 CAS CSCD 北大核心 2023年第4期771-777,共7页
针对滚动轴承故障诊断过程中标签样本不足的问题,结合特征选择与二次挖掘,提出了基于半监督拉普拉斯分值(Semi Supervised Laplace Score,SSLS)和核主元分析(Kernel Principal Component Analysis,KPCA)的滚动轴承故障诊断模型。SSLS将... 针对滚动轴承故障诊断过程中标签样本不足的问题,结合特征选择与二次挖掘,提出了基于半监督拉普拉斯分值(Semi Supervised Laplace Score,SSLS)和核主元分析(Kernel Principal Component Analysis,KPCA)的滚动轴承故障诊断模型。SSLS将半监督思想应用于拉普拉斯分值特征选择方法中,利用少量的有标签样本和大量无标签样本,结合KPCA对故障特征进行二次挖掘。同时,将粒子群优化的支持向量机(Particle Swarm Optimization-based Support Vector Machine,PSO-SVM)算法用于故障分类。最后,将该模型应用于实验数据分析过程。结果表明,该模型在减少样本标记工作量的同时,仍能在滚动轴承故障分类中保持较高的准确率,验证了所建立模型的有效性和工程实用性。 展开更多
关键词 特征选择 半监督拉普拉斯分值 核主元分析 粒子群优化的支持向量机 故障诊断
下载PDF
结合主成分与熵权的关键变量筛选算法
13
作者 岳喜超 王勇 +1 位作者 陈乐 王超群 《中国电子科学研究院学报》 北大核心 2023年第7期671-679,共9页
传统的基于主成分的冗余变量筛选算法最终计算所得的关键变量筛选指标需要结合专家经验进行判定,具有人为主观性,使得模型预测结果不稳定。因此,文中提出了一种结合主成分与熵权的关键变量筛选算法(Key Variable Screening Algorithm Co... 传统的基于主成分的冗余变量筛选算法最终计算所得的关键变量筛选指标需要结合专家经验进行判定,具有人为主观性,使得模型预测结果不稳定。因此,文中提出了一种结合主成分与熵权的关键变量筛选算法(Key Variable Screening Algorithm Combining Principal Component and Entropy Weight,KVSA-PCA-EP)。该算法,首先通过传统的基于主成分的冗余变量筛选算法计算第一个关键变量筛选指标;然后,通过各原始变量的方差和目标变量的熵值计算第二个关键变量筛选指标;最后,以第二个关键变量筛选指标与第一个关键变量筛选指标的比值作为最终的关键变量筛选指标。文中通过在公开数据集METERC上的实验,并与传统的基于主成分的冗余变量筛选算法作对比,F1分数方面提高约5%,充分验证了提出算法的优越性。 展开更多
关键词 特征工程 特征选择 相关系数 主成分分析 变量筛选 熵权法
下载PDF
汽油辛烷值损失的数学模型分析
14
作者 库在强 付爽 熊一凡 《黄冈师范学院学报》 2023年第3期38-42,共5页
降低汽油中的硫、烯烃含量,同时尽量保持其辛烷值是汽油清洁化的重点。由于炼油工艺过程的操作变量之间具有高度非线性及相互强耦联的关系,因此,本文在提高脱硫率的前提下,降低辛烷值损失的比例。采用3σ准则剔除异常值,用均值进行填充... 降低汽油中的硫、烯烃含量,同时尽量保持其辛烷值是汽油清洁化的重点。由于炼油工艺过程的操作变量之间具有高度非线性及相互强耦联的关系,因此,本文在提高脱硫率的前提下,降低辛烷值损失的比例。采用3σ准则剔除异常值,用均值进行填充。再用核主成分分析方法,筛选与产品辛烷值和硫含量关联度高的30个变量,考虑降维的结果,赋予不同权重,建立量化评价模型,根据量化得分,确定出影响辛烷值预测的主要变量。最后利用岭回归和随机森林的方法,分别建立辛烷值损失预测模型,并对预测的结果进行了对比分析,发现岭回归方法的判定系数R2可达到0.927,预测精度较好。 展开更多
关键词 汽油 辛烷值 特征选择 核主成分分析 岭回归
下载PDF
基于机器视觉的苹果分级中特征参量选择方法 被引量:18
15
作者 殷勇 陶凯 于慧春 《农业机械学报》 EI CAS CSCD 北大核心 2012年第6期118-121,127,共5页
为提高基于数字图像的苹果分级的准确性,常提取多特征信息。然而,使用多特征信息分级时会存在信息冗余等问题。为此,运用主成分分析(PCA)来融合特征参量,并借助WilksΛ统计量选择对分级有显著作用的主成分;然后依据各特征参量对所选择... 为提高基于数字图像的苹果分级的准确性,常提取多特征信息。然而,使用多特征信息分级时会存在信息冗余等问题。为此,运用主成分分析(PCA)来融合特征参量,并借助WilksΛ统计量选择对分级有显著作用的主成分;然后依据各特征参量对所选择主成分的贡献率筛选特征参量。Fisher判别分析(FDA)结果表明:使用所选择的特征参量进行苹果分级,分级效果明显优于特征选择前,分级正确率和交叉验证正确率分别提高了2.0%和1.5%。 展开更多
关键词 苹果 分级 图像处理 特征选择 主成分分析 统计量
下载PDF
基于改进的F-score与支持向量机的特征选择方法 被引量:31
16
作者 谢娟英 王春霞 +1 位作者 蒋帅 张琰 《计算机应用》 CSCD 北大核心 2010年第4期993-996,共4页
将传统F-score度量样本特征在两类之间的辨别能力进行推广,提出了改进的F-score,使其不但能够评价样本特征在两类之间的辨别能力,而且能够度量样本特征在多类之间的辨别能力大小。以改进的F-score作为特征选择准则,用支持向量机(SVM)评... 将传统F-score度量样本特征在两类之间的辨别能力进行推广,提出了改进的F-score,使其不但能够评价样本特征在两类之间的辨别能力,而且能够度量样本特征在多类之间的辨别能力大小。以改进的F-score作为特征选择准则,用支持向量机(SVM)评估所选特征子集的有效性,实现有效的特征选择。通过UCI机器学习数据库中六组数据集的实验测试,并与SVM、PCA+SVM方法进行比较,证明基于改进F-score与SVM的特征选择方法不仅提高了分类精度,并具有很好的泛化能力,且在训练时间上优于PCA+SVM方法。 展开更多
关键词 F-score 支持向量机 特征选择 主成分分析 核函数主成分分析
下载PDF
基于多源数据特征融合的球磨机负荷软测量 被引量:22
17
作者 汤健 赵立杰 +1 位作者 岳恒 柴天佑 《浙江大学学报(工学版)》 EI CAS CSCD 北大核心 2010年第7期1406-1413,共8页
针对磨矿过程球磨机负荷(ML)难以实时检测,生产中主要依靠人工经验判断负荷状态的难题,依据磨机筒体振动、振声、电流等信号与磨机负荷间存在相关性、信息互补与冗余的现象,提出基于多源数据特征融合的球磨机负荷软测量新方法.该方法由... 针对磨矿过程球磨机负荷(ML)难以实时检测,生产中主要依靠人工经验判断负荷状态的难题,依据磨机筒体振动、振声、电流等信号与磨机负荷间存在相关性、信息互补与冗余的现象,提出基于多源数据特征融合的球磨机负荷软测量新方法.该方法由时域滤波、时频转换、特征提取、特征选择及软测量模型5部分组成.采用快速傅里叶变换(FFT)将滤波后的筒体振动及振声时域信号转换成频域信号,根据研磨机理将频域信号划分为低、中、高3个频段,采用核主元分析(KPCA)分别提取各个频段的非线性特征,选择振动、振声频域特征与电流时域特征的融合信号作为模型输入,建立基于最小二乘支持向量机(LSSVM)的磨机负荷软测量模型.实验结果表明,该方法与基于主元分析-最小二乘支持向量机(PCA-LSSVM)方法和单传感器方法相比,磨机负荷参数预测精度较高. 展开更多
关键词 磨机负荷(ML) 特征提取 特征选择 核主元分析(KPCA) 最小二乘支持向量机(LSSVM)
下载PDF
基于特征选择和GA-BP神经网络的多源遥感农田土壤水分反演 被引量:20
18
作者 赵建辉 张晨阳 +2 位作者 闵林 李宁 王颖琳 《农业工程学报》 EI CAS CSCD 北大核心 2021年第11期112-120,共9页
土壤水分是影响水文、生态和气候等环境过程的重要参数,而微波遥感是农田地表土壤水分测量的重要手段之一。针对微波遥感反演农田地表土壤水分受植被覆盖影响较大的问题,该研究提出了一种基于特征选择和GA-BP神经网络(Genetic Algorithm... 土壤水分是影响水文、生态和气候等环境过程的重要参数,而微波遥感是农田地表土壤水分测量的重要手段之一。针对微波遥感反演农田地表土壤水分受植被覆盖影响较大的问题,该研究提出了一种基于特征选择和GA-BP神经网络(Genetic Algorithm-Back Propagation neural network)的多源遥感农田地表土壤水分反演方法。首先对Sentinel-1微波遥感数据和Sentinel-2光学遥感数据进行预处理并提取21个特征参数;然后采用差分进化特征选择(Differential Evolution Feature Selection,DEFS)算法从21个特征中选出包含10个参数的最优特征子集,并利用主成分分析(Principal Component Analysis,PCA)法将特征子集进行降维;之后建立BP神经网络,采用遗传算法(Genetic Algorithm,GA)对BP网络的节点权值进行优化,使用降维后的特征矩阵和部分实测土壤含水量数据对BP网络进行训练;最后利用训练好的GA-BP网络对研究区土壤水分进行反演,并利用实测数据对反演结果精度进行对比验证。试验结果表明,该研究反演结果的决定系数为0.7893,均方根误差为0.0287 cm^(3)/cm^(3),相比单纯使用GA-BP神经网络,加入DEFS和PCA之后决定系数提高了0.2157,同时均方根误差降低了0.0295 cm^(3)/cm^(3)。该结果展示了DEFS和PCA算法在土壤水分反演最优特征集选择的有效性,为多源遥感农田地表土壤水分反演提供了新思路。 展开更多
关键词 土壤水分 遥感 BP神经网络 遗传算法 特征选择 主成分分析
下载PDF
数据挖掘中特征选择算法研究 被引量:14
19
作者 荣盘祥 曾凡永 黄金杰 《哈尔滨理工大学学报》 CAS 北大核心 2016年第1期106-109,共4页
针对在数据挖掘过程中存在的数据冗余特征和维灾难问题,依据Relief F算法和主成分分析算法的理论基础方法,建立了基于Relief F优化的核主成成分析的二次特征选择法,并给出了该方法的实验结果 .该方法能够有效处理维度过高、具有冗余和... 针对在数据挖掘过程中存在的数据冗余特征和维灾难问题,依据Relief F算法和主成分分析算法的理论基础方法,建立了基于Relief F优化的核主成成分析的二次特征选择法,并给出了该方法的实验结果 .该方法能够有效处理维度过高、具有冗余和无关特征的数据,结合机器学习算法,使数据挖掘系统得到准确高效的执行结果,为决策人员提供有力的决策依据。通过实验得出该算法具有更高的分类准确度的结论 . 展开更多
关键词 数据挖掘 特征选择 主成分分析
下载PDF
基于特征差异的仿真模型验证及选择方法 被引量:12
20
作者 李伟 焦松 +1 位作者 陆凌云 杨明 《自动化学报》 EI CSCD 北大核心 2014年第10期2134-2144,共11页
为了实现在系统存在多个数据类型各异的输出时,多个备选仿真模型的验证和择优,提出了基于特征差异的仿真模型验证及选择方法.首先,将系统输出分为静态、缓变和速变三类数据,并分别给出了每类数据的特征差异度量模型;然后,采用主成分分... 为了实现在系统存在多个数据类型各异的输出时,多个备选仿真模型的验证和择优,提出了基于特征差异的仿真模型验证及选择方法.首先,将系统输出分为静态、缓变和速变三类数据,并分别给出了每类数据的特征差异度量模型;然后,采用主成分分析法从多个具有相关性的特征差异中提取出少数几个独立的主成分变量;再者依据主成分数据,采用K-均值聚类分析方法将多个备选仿真模型的输出划分为K类;最后,基于Fisher判别分析法判定参考输出是否属于其中的某类,进而实现对多个备选仿真模型的验证和选择.通过实例应用,表明了该方法的有效性. 展开更多
关键词 模型验证 模型选择 特征差异 主成分分析 聚类分析 判别分析
下载PDF
上一页 1 2 6 下一页 到第
使用帮助 返回顶部