Literature DB >> 35707376

Training a Feedforward Neural Network Using Hybrid Gravitational Search Algorithm with Dynamic Multiswarm Particle Swarm Optimization.

Arfan Ali Nagra1, Tahir Alyas1, Muhammad Hamid2, Nadia Tabassum3, Aqeel Ahmad4.   

Abstract

One of the most well-known methods for solving real-world and complex optimization problems is the gravitational search algorithm (GSA). The gravitational search technique suffers from a sluggish convergence rate and weak local search capabilities while solving complicated optimization problems. A unique hybrid population-based strategy is designed to tackle the problem by combining dynamic multiswarm particle swarm optimization with gravitational search algorithm (GSADMSPSO). In this manuscript, GSADMSPSO is used as novel training techniques for Feedforward Neural Networks (FNNs) in order to test the algorithm's efficiency in decreasing the issues of local minima trapping and existing evolutionary learning methods' poor convergence rate. A novel method GSADMSPSO distributes the primary population of masses into smaller subswarms, according to the proposed algorithm, and also stabilizes them by offering a new neighborhood plan. At this time, each agent (particle) increases its position and velocity by using the suggested algorithm's global search capability. The fundamental concept is to combine GSA's ability with DMSPSO's to improve the performance of a given algorithm's exploration and exploitation. The suggested algorithm's performance on a range of well-known benchmark test functions, GSA, and its variations is compared. The results of the experiments suggest that the proposed method outperforms the other variants in terms of convergence speed and avoiding local minima; FNNs are being trained.
Copyright © 2022 Arfan Ali Nagra et al.

Entities:  

Mesh:

Year:  2022        PMID: 35707376      PMCID: PMC9192231          DOI: 10.1155/2022/2636515

Source DB:  PubMed          Journal:  Biomed Res Int            Impact factor:   3.246


1. Introduction

In computational intelligence, neural networks (NNs) are one of the most advanced creations. Neurons in the human brain are often employed to solve categorization problems. The basic notions of NNs were first articulated in 1943 [1]. Feedforward [2], Kohonen self-organizing network [3], radial basis function (RBF) network [4], recurrent neural network [5], and spiking neural networks [6] are some of the NNs explored in this paper. Data flows in one direction via the networks in FNN. In recurrent NNs, data is shared in two directions between the neurons. Regardless of the variances amongst NNs, they all learn in the same way. The ability of a NN to learn from experience is referred to as learning. Similar to real neurons, artificial neural networks (ANN) [7, 8] have been constructed with strategies to familiarise themselves with a set of specified inputs. In this context, there are two types of learning: supervised [9] and unsupervised [10]. The NN is given feedback from an outside source in the first way. The NN familiarises itself with inputs without any external feedback in unsupervised learning. Feedforward Neural Networks with multilayer [11] have recently become popular. In practical applications, FNNs with several layers are the most powerful neural networks. Multilayer FNNs have been shown to be fairly accurate for both continuous and discontinuous functions [12]. Many studies find that learning is an important aspect of any NN. For the standard [13] or enhanced [14], the leading applications have employed the Backpropagation (BP) algorithm as the training. strategy for FNNs. Backpropagation (BP) is a gradient-based approach with drawbacks such as delayed convergence [15] and the ability to become trapped in local minima. Various optimization approaches have already been applied simulated annealing, for example, which may be used to train FNNs (SA) [16], particle swarm optimization (PSO) algorithms [17], Magnetic Optimization Algorithm (MOA) [18], GG-GSA [19], and PSOGSA [20]. Genetic Algorithm (GA) [21], Differential Evolution (DE) [22], Ant Colony Optimization (ACO) [23], Artificial Bee Colony (ABC) [24], Hybrid Central Force Optimization and Particle Swarm Optimization (CFO-PSO) [25], Social Spider Optimization algorithm (SSO) [26], Chemical Reaction Optimization (CRO) [27], Charged System Search (CSS) [28], Invasive Weed Optimization (IWO) [29], and Teaching-Learning Based Optimization (TLBO) trainer [30] are some of the most popular evolutionary training algorithms. According to [31, 32], PSO and GSA are one of the best optimization techniques for eliminating both issues of slow convergence rate and trap in local optima. Recently, hybrid methods had been introduced to overcome the weakness of slow convergence [33, 34]. Most of the previous algorithms fail to reach the minimal selection; the hybrid gravitational search algorithm with social ski-driver- (GSA-SSD-) based model has been introduced to overcome the convergence problem [35]. To overcome these weaknesses, GSADMSPSO [36] is used as a Feedforward Neural Network (FNN) as a new approach to examine the algorithm's efficiency and reduce the difficulties of minima in the immediate vicinity trapping and slow steady convergence. Algorithms for evolutionary learning GSADMSPSO distribute the primary population of masses into smaller subswarms, according to the suggested algorithm, and also stabilize them by offering a fresh neighborhood plan [37]. At this time, each agent (particle) increases its position and velocity by using the suggested algorithm's global search capability. The fundamental concept is to combine GSA's ability with DMSPSO's to improve the performance of a given algorithm's exploration and exploitation [38]. The suggested method's performance is compared to that of GSA and its variants using well-known benchmark test functions [39, 40]. The experimental results show that in terms of avoiding local minima and accelerating convergence, the proposed approach beats existing FNN training variations. The following is the order of this paper's remaining sections: Section 1 introduces the basic concept of GSA. The dynamic multiswarm particle swarm optimization and gravitational search approach are discussed in Section 2; then, in Section 3, we go over the GSADMSPSO methodology in depth. The experiment's findings are provided in Section 4. Section 5 discusses contrast analysis. In the concluding section, the findings are given.

2. Related Work

2.1. Multilayer Perceptron with Feedforward Neural Network

The connections of FNNs between the neurons are unidirectional and one-way. In neural networks [2], neurons are in parallel layers. The first layer is the input layer, the second layer is the concealed layer, and the last layer is the output layer. Figure 1 shows an example of a FNN using MLP.
Figure 1

One hidden layer in a multilayer perceptron.

The output of a given data has been calculated in step by step procedure [18]: the average sum of weight in input is calculated in The hidden layer values are calculated in The output MSE and accuracy have been calculated in From input, the output of MLPs has been observed with the help of biases and weights in equations (1) to (4).

2.2. Gravitational Search Algorithm

The typical GSA is a newly projected search algorithm. GSA firstly initializes the positions of N agents randomly, shown as for i = 1, 2, ⋯, N, where D is the dimension index of the search space and x represents the ith agent in the dth dimension: where fit(t) and M(t) represent the fitness and best(t) and worst(t) are defined in the following equations: The force acting on ith agent from jth agent is as follows: G(t) is a function of the iteration time: where G0 is the initial value, α is a shrinking parameter, and T represents the maximum number of iterations: where Kbest is the set of the first K agents with the biggest mass; the acceleration of the ith agent is calculated as follows: Further velocity is updated using the following equation: By summing up the equations, acceleration can also be written as

2.3. The Hybrid GSABP Algorithm

In the optimization problems, there are a lot of local minima. The hybrid method final results reflect the aptitude of the algorithm in overcoming local minima and attaining a close global optimum [36]. The error of FNN is often large in the initial period of the training process. For solving real-world and complex optimization problems, one of the most well-known methods is the gravitational search algorithm (GSA). The gravitational search technique suffers from a slow convergence rate and weak local search capabilities while solving complicated optimization problems. The BP algorithm has a strong ability to search local optimum, but its ability to search global optimum is weak. The hybrid GSABP is proposed to combine the global search ability of GSA with the local search ability of BP. This combination takes advantage of both algorithms to optimize the weights and biases of the FNN.

3. The Proposed Hybrid Algorithm

The main concern to hybridize the algorithm is to maintain the constancy between exploration and exploitation. In the initial iterations, it is achieved step size of agents. In the final iterations, it is very difficult to avoid the global optima. Then, in the later iteration, the fitness focus is on small step size for exploitation. For better performance and to solve the problem of early convergence, a hybrid technique is adopted. In final iterations, we have a problem of slow exploitation and deterioration. Weights are used to assess fitness function in GSA. As a result, fit masses are seen as slow-moving, hefty items. Then, at first iterations, particles ought to travel across the scope of the search. After that, they have found a good answer; they must wrinkle around it in order to obtain the most effective solution out of it. In GSA, the masses get heavier. Because masses swarm around a solution in the later stages of iterations, their weights are virtually identical. Their gravitational forces are about equal in intensity, and they fascinate each other. As a result, they are unable to travel rapidly to the best answer. A variety of issues have been faced by GSA. The algorithm that has been presented has the capacity to overcome the challenges that GSA has had to deal with. As a result, in this paper, GSADMSPSO proposes a neighborhood approach with dynamic multiswarm (DMS). In the first iteration, the proposed technique promotes exploration, and in the final iteration, it prioritizes exploitation. The proposed approach initially works on masses of agents in the first phase. Because the agent's weight fitness is poor, it will not be able to achieve peak performance and to look into the search area. Agents that are light in weight can be used; heavy-weight agents, on the other hand, can be chosen to utilise their surroundings using neighborhood strategy. As a consequence, a dynamic multiswarm (DMS) is used, along with a novel neighborhood strategy, as illustrated in the equation below: where fit(t) indicates the fitness value of the agent and worst (t) and best(t) are defined as follows: The swarm is divided into several subswarms according to equation (17), and each agent's neighbors can attract it by smearing the gravitational pull on it. They use their own members to look for higher placements in the search area. The subswarms, on the other hand, are dynamic, and a regrouping schedule is frequently used to reorganize them, which is a periodic interchange of information. Through an arbitrary regrouping timetable, agents from various subswarms are rebuilt into a new configuration. As a result, DMS can choose the neighbors with the shortest distance. These neighbors called an agent is agent. As a result, each component impacts the agent's ability to attract another swarm agent. The DMS has defined the worst and best agent. In the last iteration, the global lookup capability of the DMS PSO algorithm was employed, and equations (20) and (21) are utilised to update the individual's location and velocity: where V (t) is the velocity at which agentc1 and c2 are accelerating coefficients at iteration t. r1 select a number between 0 and 1 at random which is r2. The first part is similar to GSA's, with a focus on mass research. The second element is in charge of enticing people to the best crowds thus far. Each mass's distance between you and the best mass is computed using gbest − x(t) a random percentage of the ultimate force aimed towards the most advantageous mass. Set the parameters of the algorithm; N is the total number of particles, including the total number of particles. In the suggested approach, the amount of times you have iterated is t, G0 is the gravitational constant, and a is the decreasing coefficient. Create populations at random. The particle's location vector is set as X = (x1,x2, x3, ⋯, x); the velocity is initialized as v = (vv, v, ⋯,vin); the particles are divided into the global best value for numerical subswarms gbest and the ideal value for each individual pbest. Eventually, using the formula below, calculate every person's fitness value. Then, using each individual's fitness value, calculate it and keep track of the optimum spot gbest, constant of gravitation, and the forces that result from it, which are known. At each cycle, the best solution found so far should be updated. Once the accelerations have been calculated and the best solution has been updated, using the DMS PSO algorithm's global search capability, all agents' velocities may be computed using equation (20). Finally, agents' positions are revised as follows (equation (21)). The procedure comes to an end when an end condition is met. The proposed method's general phases are shown in Figure 2.
Figure 2

Flow chart of a GSADMSPSO.

Because of the dynamic multiswarm nature of our suggested strategy, each agent may examine the best option, and the masses are given access to a kind of local intelligence. In comparison to existing GSA versions, the proposed technique has the potential to offer better outcomes. The efficiency of the proposed methodology is examined in the next part using a variety of static, dynamic, and real-time issues.

4. GSADMSPSO for Training FNNs

The proposed approach of each search agent consists of three parts for the training of FNN: The first section discusses the biases; the second section contains the weights that connect the last component comprising the weights that link the hidden layer nodes to the output layer and the input layer nodes to the hidden layer. This section describes the proposed GSADMSPSO method for training a single layer MLP. The proposed FNNGSADMSPSO is used to reduce error and improve accuracy for correct weights and biases. Equations are used to generate output from the input in the FNN model (1–4). The weight and bias values were used in the first stage of the proposed methodology. Equation (9) states that the error is calculated using the fitness function. Neural network learning is the process of iteratively reducing the cost function. At each iteration, the application weights and biases at FNN have been changed resulting in cost reduction. The suggested FNNGSADMSPSO method can be described as follows: A population is randomly created. It is in charge of a collection of weights and bias values For assessment, the MSE criteria are employed. It is chosen as the best fitness function after being calculated for each iteration on a given training dataset To create a new solution, the best position and best global values are updated The number of iterations during which the global solution's best fitness value was obtained remains unaltered which is tracked using a counter During the iterations, to create a better population, the places with the worst fitness values are determined. The values of their fitness are calculated and compared to prior positions. If the opposite position has a higher fitness value, it will be introduced into the population and assigned to position 7, else it will be assigned to position 6 The proposed GSADMSPSO is used to indicate their new positions for updated positions that are not as good as their actual positions The procedure returns to step 2 after creating a new population. The process is continued until the desired number of generations is reached Finally, the best answer is supplied to FNN, and the test data is utilised to evaluate its performance

4.1. Fitness Function

The MLP receives the weight and bias matrices and the fitness worth of each option. The solution is calculated using the mean squared error (MSE). The fitness function of suggested algorithms is defined as MSE, which is stated in equation (9): where n is the number of training samples, o denotes the predicted values of the neural network, and c denotes the class names. The classification accuracy criteria, aside from the MSE requirement, are used to evaluate MLP's classification performance on the new dataset, which is determined as the following: Z is the sample size in the test dataset and N is the number of samples successfully classified by the classifier: The first approach is used to apply GSA, PSOGSA, GSADMSPSO, and GG-GSA on a FNN in this study. This indicates that the FNN's structure is fixed; GSA, PSOGSA, GSADMSPSO, and GG-GSA select a set of weights and biases that give the FNN the least amount of inaccuracy.

5. Results and Discussions

On 16 standard classification datasets, the proposed technique for FNN training is assessed in terms of its effectiveness using the UCI Machine Learning repository [41] which is represented in Table 1. And for three-bit parity, the suggested algorithm's skills in training FNNs are compared using benchmark problems, which are shown in Table 2. It is conceivable that every particle in this issue is randomly started in the [0, 1] range. The gravitational constant (G0) is one in FNNGSA, whereas it is set to 20. Particles' initial velocities are arbitrarily created in the range [0, 1], and for each particle, at the start, the acceleration and mass parameters are both set to zero. In FNNPSOGSA, c1 and c2 are both set to 1, and the beginning velocities of the agents are generated at random in the range [0,1], and w declines linearly from 0.9 to 0.4. In FNNGG-GSA, the gravitational constant (G0) is set to 1, while the value is adjusted to 20. Particles' initial velocities are created arbitrarily in the range [0,1], and the initial acceleration and mass values for each particle are set to 0. When c1 and c2 are both set to 1, w for FNNGSADMSPSO reduces linearly from 0.9 to 0.4, and the agents' beginning velocities are produced at random in the range [0, 1].
Table 1

UCI has compiled a list of real-world datasets.

Dataset name# of features# of samples
Glass9214
Vowel10520
Wine13177
Yeast81440
Sonar60200
Heart13270
Wisconsin breast cancer9680
Colon cancer200060
Shuttle950000
Lymphoma402659
Iris4150
Lung cancer5632
Hepatitis19155
Dermatology34366
Zoo16101
Abalone83842
Table 2

The parity problem with three bits (3-bit XOR).

InputOutput
0 0 00
0 0 11
0 1 01
0 1 10
1 0 01
1 0 10
1 1 00
1 1 11

5.1. The XOR Issue with N Bits of Parity

With N bits of parity, the XOR problem arises. The N bits' parity problem is a well-known nonlinear benchmark problem. The goal is to count how many “1's” are in the input vector. The input vector's XOR result should be reimbursed. The output is “1” if the input vector has an odd number of “1's.” The output is “0” if the input vector has an even number of “1's.” For three bits, Table 1 shows the problem's inputs and intended outputs: We cannot solve the XOR problem in a linear fashion without hidden layers, and we cannot solve it with a FNN either (perceptron). To solve this problem, we compare a FNN with the structure 3‐S‐1, where S is the number of hidden nodes, to FNNs with S = 5, 6, 7, 8, 9, 10, 11, 13, 15, 20, and 30 in this section.

5.2. Comparison with Other Techniques through Parity Problem with Three Bits (3-Bit XOR)

On the suite of three-bit parity problem (3-bit XOR) benchmark functions, GSADMSPSO was compared to other common GSA variations to assess its performance. The suggested method was compared to GSA, PSOGSA, and GG-GSA. Variants were applied to the three-bit parity problem (3-bit XOR) mentioned in Table 2 in this section. Table 3 displays the average, best, and standard deviation of the Best Square Error (MSE) for all training samples over 30 distinct trials. According to a t-test with a significance level of 5%, the bold values represent the best response. When compared to the other algorithms, GSADMSPSO produced the best results. The SIW-APSO-LS gives the best accuracy, according to the results. GSA, GG-GSA, PSOGSA, and Figure 3 depict GSADMSPSO convergence curves based on MSE averages for all training samples throughout 30 different runs. The convergence curves for FNN with S = 5, 9, 13, and 30 are shown in Figures 4(a)–(d). These results show that FNNPSOGSA seems to have the best FNN convergence rate.
Table 3

In a 3-bit XOR problem, the average, best, and standard deviation of MSE for all training samples were calculated during 30 different runs.

Hidden nodes (S)AlgorithmAverage MSEBest MSEStd. MSE
5FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA1.178E − 041.31E − 027.34E − 031.79E − 012.78E − 113.17E − 104.23E − 084.34E − 023.78E − 042.60E − 025.78E − 035.59E − 02
6FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA2.56E − 044.54E − 033.67E − 031.45E − 013.78E − 093.85E − 094.71E − 092.96E − 025.43E − 045.63E − 037.56E − 036.42E − 02
7FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA3.67E − 042.71E − 032.53E − 051.25E − 013.8274E − 241.42E − 114.67E − 121.24E − 027.89E − 041.28E − 025.67E − 056.53E − 02
8FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA1.45E − 042.03E − 052.78E − 031.14E − 011.13E − 091.25E − 113.35E − 137.12E − 035.45E − 056.28E − 057.89E − 037.63E − 02
9FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA3.45E − 087.72E − 062.78E − 049.40E − 023.67E − 175.53E − 123.51E − 065.84E − 025.45E − 072.65E − 053.72E − 032.11E − 02
10FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA3.67E − 066.13E − 065.96E − 078.04E − 022.89E − 091.55E − 102.34E − 111.05E − 025.78E − 062.88E − 052.45E − 065.44E − 02
11FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA1.67E − 061.82E − 053.45E − 047.76E − 025.73E − 194.65E − 104.34E − 071.20E − 024.34E − 057.69E − 055.43E − 034.31E − 02
13FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA6.45E − 034.16E − 025.52E − 026.57E − 021.87E − 064.62E − 053.45E − 031.23E − 022.78E − 028.64E − 027.78E − 022.34E − 01
15FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA3.78E − 024.16E − 031.45E − 046.97E − 025.67E − 104.66E − 113.67E − 169.28E − 036.71E − 022.28E − 025.55E − 044.12E − 02
20FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA7.45E − 031.68E − 028.78E − 017.50E − 024.78E − 124.12E − 085.67E − 032.34E − 023.56E − 026.32E − 029.67E − 013.33E − 01
30FNNGSADMSPSOFNNPSOGSAFNNGG-GSAFNNGSA3.73E − 054.16E − 031.36E − 046.23E − 022.79E − 124.57E − 144.67E − 121.44E − 028.45E − 052.28E − 026.45E − 043.91E − 02
Figure 3

The framework of the proposed method.

Figure 4

Convergence curves of different algorithms based on averages of MSE for all training samples over 30 independent runs in a 3-bit XOR problem. (a–d) Are the convergence curves for FNNs with S = 5, 9, 13, and 20, respectively.

5.3. Comparison with Other Techniques through Standard Classification Datasets

Many experiments were conducted in order to connect the results of the GSADMSPSO technique with that of the GSA, GG-GSA, and GSADMSPSO methods, and Table 4 shows the PSOGSA feature selection techniques and outcomes in terms of averages, bests, and standard deviations. According to a t-test with a significance level of 5%, the bold values in the tables represent the best practicable solution for the difficulties.
Table 4

Different algorithms' average performance in percent of the given features.

DatasetFNNGSAFNNGG-GSAFNNPSOGSAFNNGSADMSPSO
GlassAvg.0.7410.7490.748 0.767
Best0.7530.7640.758 0.785
Std.0.01690.00590.0089 0.0086
VowelAvg.0.9440.9650.9730.981
Best0.9530.9840.9890.992
Std.0.00450.00720.00810.0056
WineAvg.0.9170.961 0.977 0.961
Best0.9330.973 0.983 0.983
Std.0.01270.0085 0.0034 0.0066
YeastAvg.49.170.50150.23 53.11
Best0.9330.5130.5180.552
Std.0.01370.01140.01260.0094
SonarAvg. 0.922 0.9430.9320.961
Best 0.945 0.9580.9410.973
Std. 0.0062 0.00930.00950.0028
HeartAvg.0.748 0.777 0.7530.763
Best0.753 0.789 0.7750.771
Std.0.0145 0.0071 0.00380.0076
Wisconsin breast cancerAvg.0.9590.9670.971 0.988
Best0.9610.9710.985 0.992
Std.0.00210.01390.0048 0.0017
Colon cancerAvg.0.8190.8390.834 0.845
Best0.8360.8450.851 0.859
Std.0.01630.00620.0034 0.0074
ShuttleAvg.0.9070.9160.923 0.931
Best0.9130.9230.935 0.954
Std.0.03670.01370.0085 0.0073
LymphomaAvg.0.7990.817 0.827 0.814
Best0.8140.825 0.844 0.826
Std.0.01830.0045 0.0067 0.0034
IrisAvg.0.9210.9410.957 0.984
Best0.9450.9630.969 0.994
Std.0.00430.00610.0092 0.0019
Lung cancerAvg.0.4470.4690.446 0.479
Best0.4670.4790.468 0.486
Std.0.00320.00560.0123 0.0041
HepatitisAvg.0.8040.8150.807 0.823
Best0.8280.8290.821 0.835
Std.0.01490.00250.0076 0.0093
DermatologyAvg.0.944 0.952 0.9470.938
Best0.956 0.967 0.9510.946
Std.0.0154 0.0061 0.01520.0153
ZooAvg.0.8070.8470.859 0.864
Best0.8240.8530.864 0.882
Std.0.00290.00420.0052 0.0073
AbaloneAvg.0.2420.2480.213 0.249
Best0.2460.2490.236 0.25
Std.0.05780.07310.0853 0.0351
On various datasets, Table 4 provides the average classification accuracy of the four methods. As shown in Table 4, in 12 datasets, the suggested approach achieves the highest classification accuracy. In terms of average classification accuracy, GG-GSA outperforms the other two datasets. According to these findings, the suggested technique beats the competition in datasets with less input parameters. The suggested algorithm's improved exploration and exploitation capacity is the cause for its high performance. Figure 4 shows the convergence curves of different algorithms based on averages of MSE for all training samples over 30 independent runs in a 3-bit XOR problem. The results show that the proposed method is very much successful in FNN training, because there is a balance between exploration and exploitation; this is the case. GSADMSPSO shows decent exploration since all search agents collaborate in updating a search agent's location. Because of the inherent social component of PSO, GSADMSPSO's exploitation is highly accurate, resulting in rapid convergence. GSADMSPSO can prevent local optima and improve search space convergence.

6. Conclusion

Many real-world issues can be solved using gravity-based search techniques. As a result, in this paper, a unique GSADMSPSO is suggested. Using GSA, PSOGSA, GG-GSA, and GSADMSPSO, four novel training algorithms dubbed FNNGSA, FNNPSOGSA, FNNGG-GSA, and FNNGSADMSPSO are introduced and examined in this paper. The benchmark tasks were 3-bit XOR, function, and 16 conventional categorization problems, and the results show that the suggested approach is quite successful in FNN training, because there is a decent trade-off between exploration and exploitation; this is the case. GSADMSPSO exhibits good exploration since all search agents collaborate in updating a search agent's location. Because of the inherent social component of PSO, GSADMSPSO's exploitation is highly accurate, resulting in rapid convergence. GSADMSPSO can prevent local optima and improve search space convergence.
  3 in total

1.  Evolutionary artificial neural networks by multi-dimensional particle swarm optimization.

Authors:  Serkan Kiranyaz; Turker Ince; Alper Yildirim; Moncef Gabbouj
Journal:  Neural Netw       Date:  2009-06-06

2.  Spiking neural networks.

Authors:  Samanwoy Ghosh-Dastidar; Hojjat Adeli
Journal:  Int J Neural Syst       Date:  2009-08       Impact factor: 5.866

3.  Universal Approximation Using Radial-Basis-Function Networks.

Authors:  J Park; I W Sandberg
Journal:  Neural Comput       Date:  1991       Impact factor: 2.026

  3 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.