共查询到20条相似文献,搜索用时 15 毫秒
1.
为同步选择具有相关特征的数据聚类数量,提出一种基于引力搜索机制的聚类和特征选择算法.设计一种代理表示策略实现聚类中心和特征数量的编码;提出一种动态临界值方法决定聚类和特征数量,通过代理适应度的不断评估寻找最优聚类量和相关特征;分析算法的时间复杂度,通过8个经典数据集测试算法性能,并与7种常规数据聚类算法作对比.实验结果... 相似文献
2.
Salam Salameh Shreem Mohd Zakree Ahmad Nazri 《International journal of systems science》2016,47(6):1312-1329
Microarray technology can be used as an efficient diagnostic system to recognise diseases such as tumours or to discriminate between different types of cancers in normal tissues. This technology has received increasing attention from the bioinformatics community because of its potential in designing powerful decision-making tools for cancer diagnosis. However, the presence of thousands or tens of thousands of genes affects the predictive accuracy of this technology from the perspective of classification. Thus, a key issue in microarray data is identifying or selecting the smallest possible set of genes from the input data that can achieve good predictive accuracy for classification. In this work, we propose a two-stage selection algorithm for gene selection problems in microarray data-sets called the symmetrical uncertainty filter and harmony search algorithm wrapper (SU-HSA). Experimental results show that the SU-HSA is better than HSA in isolation for all data-sets in terms of the accuracy and achieves a lower number of genes on 6 out of 10 instances. Furthermore, the comparison with state-of-the-art methods shows that our proposed approach is able to obtain 5 (out of 10) new best results in terms of the number of selected genes and competitive results in terms of the classification accuracy. 相似文献
3.
Neural Computing and Applications - This paper proposes a novel approach that selects the number of clusters along with relevant features automatically and simultaneously. Gravitational search... 相似文献
4.
Gad Ahmed G. Sallam Karam M. Chakrabortty Ripon K. Ryan Michael J. Abohany Amr A. 《Neural computing & applications》2022,34(18):15705-15752
Neural Computing and Applications - Feature Selection (FS) is an important preprocessing step that is involved in machine learning and data mining tasks for preparing data (especially... 相似文献
5.
Mohmmadzadeh Hekmat Gharehchopogh Farhad Soleimanian 《The Journal of supercomputing》2021,77(8):9102-9144
The Journal of Supercomputing - Feature selection is one of the main steps in preprocessing data in machine learning, and its goal is to reduce features by removing additional and noisy features.... 相似文献
6.
Neural Computing and Applications - A Gaussian based Particle Swarm Optimization Gravitational Search Algorithm (GPSOGSA) is being proposed for extensive feature selection that serves highly in... 相似文献
7.
Artificial neural networks have been widely used in time series prediction. In this paper, multi-layer feedforward neural networks with optimized structures, using particle swarm optimization (PSO) algorithm, are used for hourly load prediction based on load time series of IEEE Reliability Test System. To have a small and appropriate feature subset, a hybrid method is used for feature selection in this paper. This hybrid method uses the combination of genetic algorithm (GA) and ant colony optimization (ACO) algorithm. The season, day of the week, time of the day and history load are considered as load influencing factors in this study based on the mentioned standard load dataset. The optimized number of neurons in the hidden layers of multi-layer perceptron (MLP) is determined using PSO algorithm. Experimental results show that the proposed hybrid model offers superior performance, in terms of mean absolute percentage error (MAPE), in time series prediction as compared to some recent researches in this field. 相似文献
8.
Farshid Keynia 《Engineering Applications of Artificial Intelligence》2012,25(8):1687-1697
In a competitive electricity market, the forecasting of energy prices is an important activity for all the market participants either for developing bidding strategies or for making investment decisions. In this paper, a new forecast strategy is proposed for day ahead prediction of electricity price, which is a complex signal with nonlinear, volatile and time dependent behavior. Our forecast strategy includes a new two stage feature selection algorithm, a composite neural network (CNN) and a few auxiliary predictors. The feature selection algorithm has two filtering stages to remove irrelevant and redundant candidate inputs, respectively. This algorithm is based on mutual information (MI) criterion and selects the input variables of the CNN among a large set of candidate inputs. The CNN is composed of a few neural networks (NN) with a new data flow among its building blocks. The CNN is the forecast engine of the proposed strategy. A kind of cross-validation technique is also presented to fine-tune the adjustable parameters of the feature selection algorithm and CNN. Moreover, the proposed price forecast strategy is equipped with a few auxiliary predictors to enrich the candidate set of inputs of the forecast engine. The whole proposed strategy is examined on the PJM, Spanish and Californian electricity markets and compared with some of the most recent price forecast methods. 相似文献
9.
Chun-Fei Hsu 《Neural computing & applications》2009,18(2):115-125
This paper proposes an adaptive recurrent neural network control (ARNNC) system with structure adaptation algorithm for the
uncertain nonlinear systems. The developed ARNNC system is composed of a neural controller and a robust controller. The neural
controller which uses a self-structuring recurrent neural network (SRNN) is the principal controller, and the robust controller
is designed to achieve L
2 tracking performance with desired attenuation level. The SRNN approximator is used to online estimate an ideal tracking controller
with the online structuring and parameter learning algorithms. The structure learning possesses the ability of both adding
and pruning hidden neurons, and the parameter learning adjusts the interconnection weights of neural network to achieve favorable
approximation performance. And, by the L
2 control design technique, the worst effect of approximation error on the tracking error can be attenuated to be less or equal
to a specified level. Finally, the proposed ARNNC system with structure adaptation algorithm is applied to control two nonlinear
dynamic systems. Simulation results prove that the proposed ARNNC system with structure adaptation algorithm can achieve favorable
tracking performance even unknown the control system dynamics function. 相似文献
10.
Kumar Sanjay Panda B S Aggarwal Deepanshu 《Journal of Intelligent Information Systems》2021,57(1):51-72
Journal of Intelligent Information Systems - The structural and functional characteristic features of nodes can be analyzed by visualizing community structure in complex networks. Community... 相似文献
11.
Gad Ahmed G. Sallam Karam M. Chakrabortty Ripon K. Ryan Michael J. Abohany Amr A. 《Neural computing & applications》2022,34(18):15753-15753
Neural Computing and Applications - 相似文献
12.
Parameter determination and feature selection for C4.5 algorithm using scatter search approach 总被引:1,自引:1,他引:0
Shih-Wei Lin Shih-Chieh Chen 《Soft Computing - A Fusion of Foundations, Methodologies and Applications》2012,16(1):63-75
The C4.5 decision tree (DT) can be applied in various fields and discovers knowledge for human understanding. However, different
problems typically require different parameter settings. Rule of thumb or trial-and-error methods are generally utilized to
determine parameter settings. However, these methods may result in poor parameter settings and unsatisfactory results. On
the other hand, although a dataset can contain numerous features, not all features are beneficial for classification in C4.5
algorithm. Therefore, a novel scatter search-based approach (SS + DT) is proposed to acquire optimal parameter settings and
to select the beneficial subset of features that result in better classification results. To evaluate the efficiency of the
proposed SS + DT approach, datasets in the UCI (University of California, Irvine) Machine Learning Repository are utilized
to assess the performance of the proposed approach. Experimental results demonstrate that the parameter settings for the C4.5
algorithm obtained by the SS + DT approach are better than those obtained by other approaches. When feature selection is considered,
classification accuracy rates on most datasets are increased. Therefore, the proposed approach can be utilized to identify
effectively the best parameter settings for C4.5 algorithm and useful features. 相似文献
13.
Houssein Essam H. Hosney Mosa E. Mohamed Waleed M. Ali Abdelmgeid A. Younis Eman M. G. 《Neural computing & applications》2023,35(7):5251-5275
Neural Computing and Applications - Feature selection (FS) is one of the basic data preprocessing steps in data mining and machine learning. It is used to reduce feature size and increase model... 相似文献
14.
15.
Radial basis neural networks are excellent candidates for selecting relevant features in pattern recognition problems. By a slight change in the traditional three-layer architecture of a radial basis neural network, we can obtain a quantitative method, which allows us to get a ranking within the features. We present a new neural network concept, combining at the same time two different skills: classification and detection of relevant features in the input vector. 相似文献
16.
A wavelet packet feature selection derived by using multilayered neural network for speaker identification is described. The concept of a multilayered neural network is without using a gradient method. First, the outputs of each hidden unit are algebraically determined by an error backpropagation method. Then, the weight parameters are determined by using an exponentially weighted least squares method. Our results have shown that this feature selection introduced better performance than the other methods with respect to the percentages of recognition. 相似文献
17.
Seral Özşen 《Neural computing & applications》2013,23(5):1239-1250
Several studies have been conducted for automatic classification of sleep stages to ease time-consuming manual scoring process that can involve a high degree of experience and subjectivity. But none of them has found a practical usage in medical area so far because of their under acceptable success rates. In this study, a different classification scheme is proposed to increase the success rate in automatic sleep stage scoring in which sleep stages were classified as Awake, Non-REM1, Non-REM2, Non-REM3 and REM stages. Using EEG, EMG and EOG recordings of five healthy subjects, a modified version of sequential feature selection method was applied to the sleep epochs in class by class basis and different artificial neural network (ANN) architectures were trained for each class. That is to say, sleep stages were classified with five ANN architectures each of which uses different features and different network parameters for classification. The highest classification accuracy was obtained for REM sleep as 95.13 % in addition to the lowest classification accuracy of 86.42 % for Non-REM3 sleep. The overall accuracy, on the other hand, was recorded as 90.93 %, which is a comparatively good result when the other studies using all stages are taken into account. 相似文献
18.
An information criterion for optimal neural network selection 总被引:9,自引:0,他引:9
The choice of an optimal neural network design for a given problem is addressed. A relationship between optimal network design and statistical model identification is described. A derivative of Akaike's information criterion (AIC) is given. This modification yields an information statistic which can be used to objectively select a ;best' network for binary classification problems. The technique can be extended to problems with an arbitrary number of classes. 相似文献
19.
In this paper, we develop a curved search algorithm which uses second-order information, for the learning algorithm for a supervised neural network. With the objective of reducing the training time, we introduce a fuzzy controller for adjusting the first and second-order approximation parameters in the iterative method to further reduce the training time and to avoid the spikes in the learning curve which sometimes occurred with the fixed step length. Computational results indicate a significant reduction in training when comparing with the delta learning rule. 相似文献
20.
Md. Monirul KabirAuthor Vitae 《Neurocomputing》2011,74(17):2914-2928
This paper presents a new hybrid genetic algorithm (HGA) for feature selection (FS), called as HGAFS. The vital aspect of this algorithm is the selection of salient feature subset within a reduced size. HGAFS incorporates a new local search operation that is devised and embedded in HGA to fine-tune the search in FS process. The local search technique works on basis of the distinct and informative nature of input features that is computed by their correlation information. The aim is to guide the search process so that the newly generated offsprings can be adjusted by the less correlated (distinct) features consisting of general and special characteristics of a given dataset. Thus, the proposed HGAFS receives the reduced redundancy of information among the selected features. On the other hand, HGAFS emphasizes on selecting a subset of salient features with reduced number using a subset size determination scheme. We have tested our HGAFS on 11 real-world classification datasets having dimensions varying from 8 to 7129. The performances of HGAFS have been compared with the results of other existing ten well-known FS algorithms. It is found that, HGAFS produces consistently better performances on selecting the subsets of salient features with resulting better classification accuracies. 相似文献