期刊文献+
共找到53篇文章
< 1 2 3 >
每页显示 20 50 100
Federated Multi-Label Feature Selection via Dual-Layer Hybrid Breeding Cooperative Particle Swarm Optimization with Manifold and Sparsity Regularization
1
作者 Songsong Zhang Huazhong Jin +5 位作者 Zhiwei Ye Jia Yang Jixin Zhang Dongfang Wu Xiao Zheng Dingfeng Song 《Computers, Materials & Continua》 2026年第1期1141-1159,共19页
Multi-label feature selection(MFS)is a crucial dimensionality reduction technique aimed at identifying informative features associated with multiple labels.However,traditional centralized methods face significant chal... Multi-label feature selection(MFS)is a crucial dimensionality reduction technique aimed at identifying informative features associated with multiple labels.However,traditional centralized methods face significant challenges in privacy-sensitive and distributed settings,often neglecting label dependencies and suffering from low computational efficiency.To address these issues,we introduce a novel framework,Fed-MFSDHBCPSO—federated MFS via dual-layer hybrid breeding cooperative particle swarm optimization algorithm with manifold and sparsity regularization(DHBCPSO-MSR).Leveraging the federated learning paradigm,Fed-MFSDHBCPSO allows clients to perform local feature selection(FS)using DHBCPSO-MSR.Locally selected feature subsets are encrypted with differential privacy(DP)and transmitted to a central server,where they are securely aggregated and refined through secure multi-party computation(SMPC)until global convergence is achieved.Within each client,DHBCPSO-MSR employs a dual-layer FS strategy.The inner layer constructs sample and label similarity graphs,generates Laplacian matrices to capture the manifold structure between samples and labels,and applies L2,1-norm regularization to sparsify the feature subset,yielding an optimized feature weight matrix.The outer layer uses a hybrid breeding cooperative particle swarm optimization algorithm to further refine the feature weight matrix and identify the optimal feature subset.The updated weight matrix is then fed back to the inner layer for further optimization.Comprehensive experiments on multiple real-world multi-label datasets demonstrate that Fed-MFSDHBCPSO consistently outperforms both centralized and federated baseline methods across several key evaluation metrics. 展开更多
关键词 Multi-label feature selection federated learning manifold regularization sparse constraints hybrid breeding optimization algorithm particle swarm optimizatio algorithm privacy protection
在线阅读 下载PDF
A Hybrid Algorithm Based on PSO and GA for Feature Selection 被引量:1
2
作者 Yu Xue Asma Aouari +1 位作者 Romany F.Mansour Shoubao Su 《Journal of Cyber Security》 2021年第2期117-124,共8页
One of the main problems of machine learning and data mining is to develop a basic model with a few features,to reduce the algorithms involved in classification’s computational complexity.In this paper,the collection... One of the main problems of machine learning and data mining is to develop a basic model with a few features,to reduce the algorithms involved in classification’s computational complexity.In this paper,the collection of features has an essential importance in the classification process to be able minimize computational time,which decreases data size and increases the precision and effectiveness of specific machine learning activities.Due to its superiority to conventional optimization methods,several metaheuristics have been used to resolve FS issues.This is why hybrid metaheuristics help increase the search and convergence rate of the critical algorithms.A modern hybrid selection algorithm combining the two algorithms;the genetic algorithm(GA)and the Particle Swarm Optimization(PSO)to enhance search capabilities is developed in this paper.The efficacy of our proposed method is illustrated in a series of simulation phases,using the UCI learning array as a benchmark dataset. 展开更多
关键词 Evolutionary computation genetic algorithm hybrid approach META-HEURISTIC feature selection particle swarm optimization
在线阅读 下载PDF
A Novel Method Based on Nonlinear Binary Grasshopper Whale Optimization Algorithm for Feature Selection 被引量:6
3
作者 Lingling Fang Xiyue Liang 《Journal of Bionic Engineering》 SCIE EI CSCD 2023年第1期237-252,共16页
Feature Selection(FS)is considered as an important preprocessing step in data mining and is used to remove redundant or unrelated features from high-dimensional data.Most optimization algorithms for FS problems are no... Feature Selection(FS)is considered as an important preprocessing step in data mining and is used to remove redundant or unrelated features from high-dimensional data.Most optimization algorithms for FS problems are not balanced in search.A hybrid algorithm called nonlinear binary grasshopper whale optimization algorithm(NL-BGWOA)is proposed to solve the problem in this paper.In the proposed method,a new position updating strategy combining the position changes of whales and grasshoppers population is expressed,which optimizes the diversity of searching in the target domain.Ten distinct high-dimensional UCI datasets,the multi-modal Parkinson's speech datasets,and the COVID-19 symptom dataset are used to validate the proposed method.It has been demonstrated that the proposed NL-BGWOA performs well across most of high-dimensional datasets,which shows a high accuracy rate of up to 0.9895.Furthermore,the experimental results on the medical datasets also demonstrate the advantages of the proposed method in actual FS problem,including accuracy,size of feature subsets,and fitness with best values of 0.913,5.7,and 0.0873,respectively.The results reveal that the proposed NL-BGWOA has comprehensive superiority in solving the FS problem of high-dimensional data. 展开更多
关键词 feature selection hybrid bionic optimization algorithm Biomimetic position updating strategy Nature-inspired algorithm-High-dimensional UCI datasets-Multi-modal medical datasets
在线阅读 下载PDF
NEW FEATURE SELECTION METHOD IN MACHINE FAULT DIAGNOSIS 被引量:1
4
作者 WangXinfeng QiuJing LiuGuanjun 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2005年第2期251-254,共4页
Aiming to deficiency of the filter and wrapper feature selection methods, anew method based on composite method of filter and wrapper method is proposed. First the methodfilters original features to form a feature sub... Aiming to deficiency of the filter and wrapper feature selection methods, anew method based on composite method of filter and wrapper method is proposed. First the methodfilters original features to form a feature subset which can meet classification correctness rate,then applies wrapper feature selection method select optimal feature subset. A successful techniquefor solving optimization problems is given by genetic algorithm (GA). GA is applied to the problemof optimal feature selection. The composite method saves computing time several times of the wrappermethod with holding the classification accuracy in data simulation and experiment on bearing faultfeature selection. So this method possesses excellent optimization property, can save more selectiontime, and has the characteristics of high accuracy and high efficiency. 展开更多
关键词 feature selection Filter method wrapper method Composite method Mutualinformation Genetic algorithm (GA)
在线阅读 下载PDF
Adaptive Kernel Firefly Algorithm Based Feature Selection and Q-Learner Machine Learning Models in Cloud
5
作者 I.Mettildha Mary K.Karuppasamy 《Computer Systems Science & Engineering》 SCIE EI 2023年第9期2667-2685,共19页
CC’s(Cloud Computing)networks are distributed and dynamic as signals appear/disappear or lose significance.MLTs(Machine learning Techniques)train datasets which sometime are inadequate in terms of sample for inferrin... CC’s(Cloud Computing)networks are distributed and dynamic as signals appear/disappear or lose significance.MLTs(Machine learning Techniques)train datasets which sometime are inadequate in terms of sample for inferring information.A dynamic strategy,DevMLOps(Development Machine Learning Operations)used in automatic selections and tunings of MLTs result in significant performance differences.But,the scheme has many disadvantages including continuity in training,more samples and training time in feature selections and increased classification execution times.RFEs(Recursive Feature Eliminations)are computationally very expensive in its operations as it traverses through each feature without considering correlations between them.This problem can be overcome by the use of Wrappers as they select better features by accounting for test and train datasets.The aim of this paper is to use DevQLMLOps for automated tuning and selections based on orchestrations and messaging between containers.The proposed AKFA(Adaptive Kernel Firefly Algorithm)is for selecting features for CNM(Cloud Network Monitoring)operations.AKFA methodology is demonstrated using CNSD(Cloud Network Security Dataset)with satisfactory results in the performance metrics like precision,recall,F-measure and accuracy used. 展开更多
关键词 Cloud analytics machine learning ensemble learning distributed learning clustering classification auto selection auto tuning decision feedback cloud DevOps feature selection wrapper feature selection Adaptive Kernel Firefly algorithm(AKFA) Q learning
在线阅读 下载PDF
Hybrid Sooty Tern Optimization and Differential Evolution for Feature Selection
6
作者 Heming Jia Yao Li +2 位作者 Kangjian Sun Ning Cao Helen Min Zhou 《Computer Systems Science & Engineering》 SCIE EI 2021年第12期321-335,共15页
In this paper,a hybrid model based on sooty tern optimization algo-rithm(STOA)is proposed to optimize the parameters of the support vector machine(SVM)and identify the best feature sets simultaneously.Feature selec-ti... In this paper,a hybrid model based on sooty tern optimization algo-rithm(STOA)is proposed to optimize the parameters of the support vector machine(SVM)and identify the best feature sets simultaneously.Feature selec-tion is an essential process of data preprocessing,and it aims to find the most rele-vant subset of features.In recent years,it has been applied in many practical domains of intelligent systems.The application of SVM in many fields has proved its effectiveness in classification tasks of various types.Its performance is mainly determined by the kernel type and its parameters.One of the most challenging process in machine learning is feature selection,intending to select effective and representative features.The main disadvantages of feature selection processes included in classical optimization algorithm are local optimal stagnation and slow convergence.Therefore,the hybrid model proposed in this paper merges the STOA and differential evolution(DE)to improve the search efficiency and con-vergence rate.A series of experiments are conducted on 12 datasets from the UCI repository to comprehensively and objectively evaluate the performance of the proposed method.The superiority of the proposed method is illustrated from dif-ferent aspects,such as the classification accuracy,convergence performance,reduced feature dimensionality,standard deviation(STD),and computation time. 展开更多
关键词 sooty tern optimization algorithm hybrid optimization feature selection support vector machine
在线阅读 下载PDF
MultiDMet: Designing a Hybrid Multidimensional Metrics Framework to Predictive Modeling for Performance Evaluation and Feature Selection
7
作者 Tesfay Gidey Hailu Taye Abdulkadir Edris 《Intelligent Information Management》 2023年第6期391-425,共35页
In a competitive digital age where data volumes are increasing with time, the ability to extract meaningful knowledge from high-dimensional data using machine learning (ML) and data mining (DM) techniques and making d... In a competitive digital age where data volumes are increasing with time, the ability to extract meaningful knowledge from high-dimensional data using machine learning (ML) and data mining (DM) techniques and making decisions based on the extracted knowledge is becoming increasingly important in all business domains. Nevertheless, high-dimensional data remains a major challenge for classification algorithms due to its high computational cost and storage requirements. The 2016 Demographic and Health Survey of Ethiopia (EDHS 2016) used as the data source for this study which is publicly available contains several features that may not be relevant to the prediction task. In this paper, we developed a hybrid multidimensional metrics framework for predictive modeling for both model performance evaluation and feature selection to overcome the feature selection challenges and select the best model among the available models in DM and ML. The proposed hybrid metrics were used to measure the efficiency of the predictive models. Experimental results show that the decision tree algorithm is the most efficient model. The higher score of HMM (m, r) = 0.47 illustrates the overall significant model that encompasses almost all the user’s requirements, unlike the classical metrics that use a criterion to select the most appropriate model. On the other hand, the ANNs were found to be the most computationally intensive for our prediction task. Moreover, the type of data and the class size of the dataset (unbalanced data) have a significant impact on the efficiency of the model, especially on the computational cost, and the interpretability of the parameters of the model would be hampered. And the efficiency of the predictive model could be improved with other feature selection algorithms (especially hybrid metrics) considering the experts of the knowledge domain, as the understanding of the business domain has a significant impact. 展开更多
关键词 Predictive Modeling hybrid Metrics feature selection Model selection algorithm Analysis Machine Learning
在线阅读 下载PDF
基于Wrapper的信用风险预测模型研究与应用
8
作者 张凯 《河南城建学院学报》 CAS 2012年第4期38-42,共5页
研究了一个有效适用的企业信用风险预警模型。针对单一BP神经网络预测模型由于财务指标选择不当导致误判率较高的问题,提出了首先进行特征选择,利用遗传算法搜索出最优特征子集,并采用BP神经网络作为遗传算法的评估函数,构建了一个基于W... 研究了一个有效适用的企业信用风险预警模型。针对单一BP神经网络预测模型由于财务指标选择不当导致误判率较高的问题,提出了首先进行特征选择,利用遗传算法搜索出最优特征子集,并采用BP神经网络作为遗传算法的评估函数,构建了一个基于Wrapper方法的神经网络信用风险预测模型。以沪深股市1998—2004年间的制造企业数据为例对模型进行实验,结果表明,新模型提高了预测准确率,评估结果更具科学性,实际应用具有良好的信用风险预测能力。 展开更多
关键词 信用风险 特征选择 wrapper方法 神经网络 遗传算法
在线阅读 下载PDF
基于特征优化和混合改进灰狼算法优化BiLSTM网络的短期光伏功率预测 被引量:7
9
作者 赵如意 王晓辉 +3 位作者 郑碧煌 李道兴 高毅 郭鹏天 《电网技术》 北大核心 2025年第1期209-222,I0080-I0084,共19页
为解决光伏序列的强噪音干扰以及单一模型在光伏功率预测方面精度偏低和泛化性较差的问题,提出了一种基于特征优化和混合改进灰狼算法优化双向长短时记忆网络(bi-directional long short-term memory,BiLSTM)的短期光伏功率预测方法。首... 为解决光伏序列的强噪音干扰以及单一模型在光伏功率预测方面精度偏低和泛化性较差的问题,提出了一种基于特征优化和混合改进灰狼算法优化双向长短时记忆网络(bi-directional long short-term memory,BiLSTM)的短期光伏功率预测方法。首先,运用互信息算法进行输入数据的变量选择,以消除冗余变量。其次,通过互补集合经验模态分解和改进的小波阈值算法对筛选后的数据进行特征重构,旨在降低数据中的噪声干扰并完成输入变量的特征优化。随后,结合改进的Tent混沌映射、非线性递减因子、动态权重策略和差分进化算法对标准灰狼优化算法进行混合优化,以确定双向长短期记忆神经网络的最优超参数组合,并引入注意力机制以挖掘数据中的关键时序信息,最终构建出一种新型的短期光伏功率预测模型。仿真实验表明,相较于最小二乘支持向量机、长短期记忆网络和双向长短期记忆网络,所提模型在晴天、多云、阴天和降雨等不同工况下的均方根误差平均分别降低了12.45%、7.95%和5.37%,显示出优秀的预测性能、良好的泛化能力和潜在的工程应用价值。 展开更多
关键词 变量选择 互补集合经验模态分解 特征重构 混合改进优化灰狼算法 双向长短期记忆网络 注意力机制
原文传递
基于混合算法的设备健康状态特征选择方法研究
10
作者 刘志勇 王琳 《软件》 2025年第1期17-19,共3页
针对因设备状态信息过多导致设备健康状态预测效率低、效果差的问题,本文提出采用Filter和Wrapper的混合算法实现设备健康状态的特征选择,以期在降低设备健康状态特征维数的同时,提升设备健康状态预测的效率和效果。实验结果显示,该混... 针对因设备状态信息过多导致设备健康状态预测效率低、效果差的问题,本文提出采用Filter和Wrapper的混合算法实现设备健康状态的特征选择,以期在降低设备健康状态特征维数的同时,提升设备健康状态预测的效率和效果。实验结果显示,该混合算法有着单独使用Filter和Wrapper算法所不具备的优势,能有效改善设备健康状态预测效果。本研究是设备故障预测与健康管理智能化的有效手段,对维修管理部门降本增效具有参考作用。 展开更多
关键词 特征选择 混合算法 健康状态预测 维修管理
在线阅读 下载PDF
基于特征选择的轻量级入侵检测系统 被引量:79
11
作者 陈友 程学旗 +1 位作者 李洋 戴磊 《软件学报》 EI CSCD 北大核心 2007年第7期1639-1651,共13页
基于特征选择的入侵检测系统处理的数据含有大量的冗余与噪音特征,使得系统耗用的计算资源很大,导致系统训练时间长、实时性差,检测效果不好.特征选择算法能够很好地消除冗余和噪音特征,为了提高入侵检测系统的检测速度和效果,对基于特... 基于特征选择的入侵检测系统处理的数据含有大量的冗余与噪音特征,使得系统耗用的计算资源很大,导致系统训练时间长、实时性差,检测效果不好.特征选择算法能够很好地消除冗余和噪音特征,为了提高入侵检测系统的检测速度和效果,对基于特征选择的入侵检测系统进行研究是必要的.综述了这一领域的研究进展,从过滤器、封装器、混合器3种模式对基于特征选择的轻量级入侵检测系统进行分类比较,分析和总结各种系统的优缺点以及它们各自适用的条件,最后指出入侵检测领域特征选择的发展趋势.特征选择不仅可以提升入侵检测系统的性能,而且使得对入侵检测的研究向特征提取算法的方向转移. 展开更多
关键词 特征选择 轻量级入侵检测系统 过滤器 封装器 混合器
在线阅读 下载PDF
一种使用多Filter初始化GA种群的混合特征选择模型 被引量:6
12
作者 高鹏毅 陈传波 +3 位作者 张葵 朱力 胡迎松 李丹 《小型微型计算机系统》 CSCD 北大核心 2012年第11期2379-2384,共6页
特征选择已经是高维数据处理尤其是模式识别领域中的一个关键问题.提出一种混合特征选择模型用于从潜在的相关特征中选择那些最重要的特征.该模型包括两部分:filter部分与wrapper部分.在filter部分,4种不同的Filter方法分别对候选特征... 特征选择已经是高维数据处理尤其是模式识别领域中的一个关键问题.提出一种混合特征选择模型用于从潜在的相关特征中选择那些最重要的特征.该模型包括两部分:filter部分与wrapper部分.在filter部分,4种不同的Filter方法分别对候选特征进行独立排序,在融合后进一步生成综合特征排序,综合排序随后产生遗传算法(GA)的初始种群.在wrapper部分,GA算法根据神经网络的分类准确率对个体(特征子集)进行评价,以便于搜索到最优的特征子集.测试结果表明,该模型不仅能有效地减少特征子集的大小,而且还可以进一步提高分类识别的准确率和效果. 展开更多
关键词 特征选择 遗传算法 神经网络 滤波法 封装法 混合特征选择
在线阅读 下载PDF
一种新的混合特征选择方法RRK 被引量:7
13
作者 刘杰 金弟 +1 位作者 杜惠君 刘大有 《吉林大学学报(工学版)》 EI CAS CSCD 北大核心 2009年第2期419-423,共5页
提出一种新的基于包装方法和过滤器方法的混合特征选择算法RRK。该算法主要包括两个方面:①在特征预选阶段,提出一种基于ReliefF算法的特征加权算法NReliefF和降维算法DR,以实现特征加权并去掉不太重要的特征;②在特征选择阶段,把NReli... 提出一种新的基于包装方法和过滤器方法的混合特征选择算法RRK。该算法主要包括两个方面:①在特征预选阶段,提出一种基于ReliefF算法的特征加权算法NReliefF和降维算法DR,以实现特征加权并去掉不太重要的特征;②在特征选择阶段,把NReliefF算法和KNN算法结合起来,将预选特征作为输入,用分类正确率来选择最优特征。分别采用一个实际的乘员类型数据集和UCI上的imagine标准数据集进行了实验。实验结果表明,采用RRK后分类的效率和正确率都有明显提高。 展开更多
关键词 人工智能 特征选择 包装方法 过滤器方法 RELIEFF算法
在线阅读 下载PDF
直接验证的封装式特征选择方法 被引量:7
14
作者 汪文勇 刘川 +2 位作者 赵强 沈晓明 丘晓彤 《电子科技大学学报》 EI CAS CSCD 北大核心 2016年第4期607-615,共9页
封装式特征选择算法可以准确地选择出有价值的特征,但是其评价过程伴随着极大的时间复杂度。为此,该文针对封装式特征选择算法中时间复杂度最高的交叉验证评价环节,提出了可以替代交叉验证的特征集直接评价方法——LW测量。进一步,将该... 封装式特征选择算法可以准确地选择出有价值的特征,但是其评价过程伴随着极大的时间复杂度。为此,该文针对封装式特征选择算法中时间复杂度最高的交叉验证评价环节,提出了可以替代交叉验证的特征集直接评价方法——LW测量。进一步,将该方法与封装式特征选择算法中常用的序列搜索策略相结合,提出了改进的序列前(后)向搜索特征选择算法SFS-LW(SBS-LW)。通过在2个UCI数据集上与传统的基于交叉验证的封装式特征选择算法进行3组对比实验,结果表明该改进特征选择方法具有与传统方法近似的分类精度,但在时间复杂度上则有数倍的改善。 展开更多
关键词 特征选择 序列搜索算法 分类 时间复杂度 封装式方法
在线阅读 下载PDF
最小二乘支持向量回归机在发动机推力估计中的应用 被引量:18
15
作者 赵永平 孙健国 《航空动力学报》 EI CAS CSCD 北大核心 2009年第6期1420-1425,共6页
实现直接推力控制的首要问题就是要估计出推力.基于最小二乘支持向量回归机提出了一种Wrapper算法进行特征选择,此算法不仅能降低计算的复杂度,而且能增强模型的泛化能力.另外,在对最小二乘支持向量回归机进行稀疏性建模的时候,用QR分... 实现直接推力控制的首要问题就是要估计出推力.基于最小二乘支持向量回归机提出了一种Wrapper算法进行特征选择,此算法不仅能降低计算的复杂度,而且能增强模型的泛化能力.另外,在对最小二乘支持向量回归机进行稀疏性建模的时候,用QR分解法代替传统的协方差法,增强了数值的稳定性.最后,推力估计器设计的应用实例,验证了本文提出的特征选择法和QR分解法进行稀疏性建模的可行性和实用性. 展开更多
关键词 推力估计 最小二乘支持向量回归机 特征选择 wrapper算法 QR分解
原文传递
一种两阶段的神经网络属性选择方法 被引量:2
16
作者 王继成 黄源 +1 位作者 武港山 张福炎 《广西师范大学学报(自然科学版)》 CAS 2003年第A01期41-45,共5页
神经网络的输入属性选择一直是一个比较困难的问题.由于神经网络反复训练的时间复杂度,Wrap-per方法是不适用的,而单纯使用Filter方法也难以获得很好的分类精度.文中提出了一种两阶段的神经网络属性选择方法,以综合Filter和Wrapper两类... 神经网络的输入属性选择一直是一个比较困难的问题.由于神经网络反复训练的时间复杂度,Wrap-per方法是不适用的,而单纯使用Filter方法也难以获得很好的分类精度.文中提出了一种两阶段的神经网络属性选择方法,以综合Filter和Wrapper两类方法的优势.该方法首先采用基于不一致率的遗传算法GFSIC来删除属性集合中的无关属性,然后采用基于敏感性度量的属性选择算法SBFCV来删除冗余和无用的属性.研究和实验结果表明,该方法可以有效地删除原始数据中的无关和冗余属性,增强神经网络的泛化能力. 展开更多
关键词 属性选择 神经网络 过滤器方法 包装器方法 遗传算法
在线阅读 下载PDF
混合式的K-匿名特征选择算法 被引量:7
17
作者 杨柳 李云 《计算机应用》 CSCD 北大核心 2021年第12期3521-3526,共6页
K-匿名算法通过对数据的泛化、隐藏等手段使得数据达到K-匿名条件,在隐藏特征的同时考虑数据的隐私性与分类性能,可以视为一种特殊的特征选择方法,即K-匿名特征选择。K-匿名特征选择方法结合K-匿名与特征选择的特点使用多个评价准则选... K-匿名算法通过对数据的泛化、隐藏等手段使得数据达到K-匿名条件,在隐藏特征的同时考虑数据的隐私性与分类性能,可以视为一种特殊的特征选择方法,即K-匿名特征选择。K-匿名特征选择方法结合K-匿名与特征选择的特点使用多个评价准则选出K-匿名特征子集。过滤式K-匿名特征选择方法难以搜索到所有满足K-匿名条件的候选特征子集,不能保证得到的特征子集的分类性能最优,而封装式特征选择方法计算成本很大,因此,结合过滤式特征排序与封装式特征选择的特点,改进已有方法中的前向搜索策略,设计了一种混合式K-匿名特征选择算法,使用分类性能作为评价准则选出分类性能最好的K-匿名特征子集。在多个公开数据集上进行实验,结果表明,所提算法在分类性能上可以超过现有算法并且信息损失更小。 展开更多
关键词 混合式 过滤式特征排序 封装式特征选择 特征选择 隐私保护 K-匿名 前向搜索策略
在线阅读 下载PDF
故障特征组合选择方法 被引量:3
18
作者 王新峰 邱静 刘冠军 《数据采集与处理》 CSCD 北大核心 2005年第2期181-185,共5页
特征选择方法主要包括过滤方法和绕封方法。为了利用过滤方法计算简单和绕封方法精度高的优点,提出一种组合过滤和绕封方法的特征选择新方法。该方法首先利用基于互信息准则的过滤方法得到满足一定精度要求的子集后,再采用绕封方法找到... 特征选择方法主要包括过滤方法和绕封方法。为了利用过滤方法计算简单和绕封方法精度高的优点,提出一种组合过滤和绕封方法的特征选择新方法。该方法首先利用基于互信息准则的过滤方法得到满足一定精度要求的子集后,再采用绕封方法找到最后的优化特征子集。由于遗传算法在组合优化问题上的成功应用,对特征子集寻优采用了遗传算法。在数值仿真和轴承故障特征选择中,采用新方法在保证诊断精度的同时,可以节省大量选择时间。组合特征选择方法有较好的寻优特征子集的能力,能够节省选择时间,具有高效、高精度的双重优点。 展开更多
关键词 特征选择 过滤方法 绕封方法 互信息 遗传算法
在线阅读 下载PDF
基于混合粒子群优化算法的故障特征选择 被引量:10
19
作者 李虹 熊诗波 《系统仿真学报》 EI CAS CSCD 北大核心 2008年第15期4041-4044,共4页
通过将遗传算法和粒子群优化算法相结合,提出了混合粒子群优化算法(HPSO),用于机械故障特征选择问题。此方法在对粒子进行优化的同时选择部分优良的粒子进行遗传交叉和变异操作,增强了算法跳出局部极值的能力。某导弹运输车减速器齿轮... 通过将遗传算法和粒子群优化算法相结合,提出了混合粒子群优化算法(HPSO),用于机械故障特征选择问题。此方法在对粒子进行优化的同时选择部分优良的粒子进行遗传交叉和变异操作,增强了算法跳出局部极值的能力。某导弹运输车减速器齿轮故障特征选择试验结果表明HPSO可以快速、有效地求得优化特征集,其性能优于PSO和GA。 展开更多
关键词 特征集 特征选择 混合粒子群优化算法 遗传算法
原文传递
基于EMD与GA-SVM的轴承故障诊断 被引量:3
20
作者 李兵 张培林 +2 位作者 米双山 刘东升 任国全 《机械强度》 CAS CSCD 北大核心 2010年第3期-,共5页
特征提取与特征选择是实现轴承故障诊断的关键。针对特征提取,首先将轴承振动加速度信号进行经验模态分解(empirical mode decomposition,简称EMD),得到一组固有模态函数(intrinsic mode function,简称IMF),计算各IMF的能量和IMF矩阵的... 特征提取与特征选择是实现轴承故障诊断的关键。针对特征提取,首先将轴承振动加速度信号进行经验模态分解(empirical mode decomposition,简称EMD),得到一组固有模态函数(intrinsic mode function,简称IMF),计算各IMF的能量和IMF矩阵的奇异值分布,采用Shannon熵、Renyi熵度量能量和奇异值分布,同时提取原信号的部分统计特征共同构成原始特征子集;针对特征选择,采用遗传算法(genetic algorithm,简称GA)和最小二乘支持向量机(least square supportvector machine,简称LS-SVM)的Wrapper方法选择最优特征子集。在实际轴承故障诊断中的应用,表明文中所提方法的有效性。 展开更多
关键词 轴承 故障诊断 特征提取 特征选择 经验模态分解 Shannon熵 RENYI熵 遗传算法 最小二乘支持向量机 wrapper
在线阅读 下载PDF
上一页 1 2 3 下一页 到第
使用帮助 返回顶部