Research Article

Regional Economic Data Extraction and Development Prediction Based on an Improved GWO Algorithm

DOI:

10.3791/70249

May 26th, 2026

In This Article

Summary

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The proposed model can effectively capture the characteristics of regional economic data, improve prediction accuracy, and provide a scientific basis for regional economic development decisions.

Abstract

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

With the increasing demand for high-quality regional economic development, accurately extracting hidden features of economic data and achieving reliable development trend prediction has become an important prerequisite for formulating scientific economic policies. To optimize the feature extraction accuracy of regional economic data and the development prediction reliability, a model for feature extraction and development prediction of regional economic data is constructed by integrating an improved grey wolf optimization algorithm, a support vector machine, and a generative adversarial network. On the F1 unimodal function and F2 multi-modal function tests, the convergence speed was significantly better than that of the wind-driven optimization and sine cosine algorithm, demonstrating stronger adaptability in complex optimization problems. The comparative experiment on the steel wire rope dataset showed that the algorithm improved the recognition rate by 1.25% compared to the ‌Principal Component Analysis-Grey Wolf Optimizer-Support Vector Machine, reaching 98.75%, and had higher efficiency in high-dimensional feature processing, verifying its superiority in feature extraction and classification recognition. The model was applied to the economic data in Anhui Province, selecting 8 core indicators such as the GDP of the primary industry and the income of urban and rural residents from 2011 to 2022. In 2011, when the true value was 16,311, the predicted value of the research model was 16,200. In 2015, when the true value was 23,808, the model predicted a value of 23,600. The minimum absolute error from 2011 to 2020 was only 103, and the error rate was as low as 0.005, demonstrating outstanding stability in medium and long-term forecasting. The proposed model can effectively capture the characteristics of regional economic data, improve prediction accuracy, and provide a scientific basis for regional economic development decisions.

Introduction

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

As the Chinese economy enters a stage of high-quality development, the complexity and multi-dimensionality of regional economic data are becoming increasingly prominent. Accurately extracting economic data features and scientifically predicting development trends have become important prerequisites for formulating regional economic policies and optimizing resource allocation1,2. The regional economic system involves multidimensional indicators such as industrial structure, resident income, fiscal revenue and expenditure, and energy consumption. There are nonlinear correlations and dynamic coupling relationships between various indicators. Traditional statistical analysis methods and single machine learning models often face problems like insufficient feature extraction and limited prediction accuracy when processing High-Dimensional and non-stationary economic data3,4.

Grey Wolf Optimization (GWO) is an intelligent optimization strategy that simulates the hunting behavior of grey wolves. Due to its simple structure and stable convergence performance, GWO has been widely used in function optimization, parameter optimization, feature selection, and other fields5. For example, Toktas et al.6 used the GWO algorithm to achieve efficient parameter optimization when designing multi-objective hyper chaotic systems, verifying the potential of the optimized GWO algorithm in complex multi-objective optimization scenarios. Liu et al.7 applied the GWO algorithm to multi-objective optimal power flow calculation in distribution networks. The adaptability of the algorithm to complex engineering problems was improved through a hybrid strategy. However, the standard GWO has a slow convergence speed and local optimal solutions when addressing complex optimization problems, which limits its application effectiveness in high-dimensional economic data processing8. Therefore, the academic community has conducted extensive research on the GWO algorithm by introducing adaptive weights, chaotic perturbations, or hybrid optimization strategies to enhance the global search capability and convergence accuracy. However, the adaptability of existing improved algorithms on data types such as economic data with strong noise and multi-scale features still needs further verification9.

Support Vector Machine (SVM) and Generative Adversarial Network (GAN) have obvious advantages in data feature learning and predictive modeling10. SVM maps linearly inseparable data in low-dimensional space to high-dimensional space through kernel functions, converting nonlinear problems into linearly separable problems. It can efficiently complete classification and regression tasks without explicitly calculating high-dimensional mapping. GAN relies on the adversarial training mechanism of generators and discriminators to deeply capture the potential distribution characteristics of data, thereby significantly enhancing the ability to fit complex patterns11. Cao et al.12 used SVM for fault diagnosis of railway switch equipment and verified the classification performance of SVM in small samples and nonlinear problems through multi-domain feature fusion and feature selection strategy. Liu et al.13 built a facial attribute manipulation model using GAN. The ability of GAN to mine potential distribution features of data was verified.

However, in many fields such as industrial fault prediction and environmental monitoring, optimization algorithms such as GWO and PSO are often combined with SVM, CNN, etc., to improve prediction accuracy.14 However, most fusion models have challenges such as insufficient parameter collaborative optimization and poor adaptability to complex time series data. Although there are many algorithm applications in the field of economic forecasting, most of them focus on the improvement of a single model, ignoring the high coupling and strong noise characteristics of economic data, and the lack of in-depth collaborative design of optimization algorithms and generative models. Therefore, the study improves the GWO algorithm. The Tent mapping initialization is used to enhance population traversability to adapt to sparse feature mining. Position update weights are reconstructed to improve high-quality solution tracking capabilities to adapt to nonlinear correlation capture. Nonlinear dynamic convergence factors are used to balance global exploration and local development to cope with time series changes. SVM classification advantages and GAN feature enhancement capabilities are integrated to build an Improved Gray Wolf Optimizer-Support Vector Machine-Generative Adversarial Network (IGWO-SVM-GAN), accurately solving regional economic data feature extraction and development prediction. The innovation lies in deeply integrating the IGWO algorithm with SVM and GAN, utilizing the powerful data generation and feature mapping capabilities of GAN to expand sample diversity, achieving precise feature screening with SVM's strong classification performance, and synergistically optimizing the key parameters of both through the IGWO algorithm. It breaks through the traditional model's dependence on linear relationship assumptions, significantly improving its adaptability to complex economic systems.

The overall goal of the research is to construct a regional economic data feature extraction and development prediction model based on IGWO-SVM-GAN, to solve the problems of inaccurate feature extraction, low prediction accuracy, and poor adaptability of traditional models, to achieve efficient mining of regional economic core features and reliable prediction of development trends, and to provide scientific support for regional economic decision-making. The study proposes the following hypotheses. Hypothesis 1: Compared with standard GWO and other comparative algorithms, the improved IGWO algorithm has faster convergence speed and higher optimization accuracy in high-dimensional economic data feature extraction; Hypothesis 2: The prediction performance of the IGWO-SVM-GAN fusion model is significantly better than that of a single model and other mainstream fusion models, and has higher stability and accuracy in medium and long-term economic forecasts; Hypothesis 3: The proposed model can effectively adapt to the high coupling and strong noise characteristics of regional economic data, and accurately capture the development patterns of core economic indicators.

Access restricted. Please log in or start a trial to view this content.

Protocol

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Improved GWO algorithm
In the field of feature extraction and development prediction of regional economic data, to effectively improve the extraction efficiency of key features in high-dimensional economic data, the WO algorithm is introduced for optimization. GWO simulates the hunting behavior of grey wolves. The core mechanism of the GWO algorithm lies in the bio-mimetic simulation of the social hierarchy structure and hunting strategy, which achieves optimization by simulating the hierarchical hierarchy of the first wolf a, second wolf b, and young wolf c, as well as hunting stages such as hunting, pursuit, and attack15. The specific process for updating the location of grey wolves is shown in Figure 1.

Gray Wolf Optimization diagram; process flowchart and symbolic representation of algorithm steps.
Figure 1: Flowchart of the grey wolf's position update. (A) Schematic diagram of the gray Wolf’s position update. (B) Flowchart of the GWO algorithm. Please click here to view a larger version of this figure.

Figure 1A shows the grey wolf position update. From Figure 1A, the updated grey wolf individual position is guided by the positions of the a, b, and c. Optimization is achieved by simulating the hunting behavior of the group, gradually approaching the optimal target16. The update process includes distance calculation and position adjustment. The coefficient vectors Vector notation of A; mathematical symbol for magnitude/direction, used in physics equations. and Static equilibrium concept; ΣF=0 formula; physics diagram; force vector analysis.introduced during the position update process and dynamically changed through random values, achieving adaptive switching between exploration and development stages. Equation (1) displays the distance vector Electrostatics vector field diagram, symbol D̅, educational physics illustration. between the grey wolf and its prey.

Vector calculation equation diagram for statistical analysis, showing \(\vec{D} = |\vec{F} \cdot \vec{X}_p(t) - \vec{X}(t)|\). (1)

In equation (1), Static equilibrium concept; ΣF=0 formula; physics diagram; force vector analysis. represents a random coefficient vector used to introduce randomness and balance exploration and development. Vector function X(t), mathematical symbol, dynamic analysis, vector calculus, physics equations. signifies the current Position Vector (PV) at time t. Vector function notation X̅ₚ(t) in a mathematical diagram for dynamic systems analysis. represents the PV of the prey at time t. The grey wolf updates its position depending on the prey location and distance Electrostatics vector field diagram, symbol D̅, educational physics illustration., and the position update is displayed in equation (2).

Equation of vector dynamics: X(t+1)=X_p(t)-A·D; formula symbols; educational context. (2)

In equation (2), Vector notation of A; mathematical symbol for magnitude/direction, used in physics equations. represents the coefficient vector that controls the direction of movement and step size. The distance vectors Vector symbol D with subscript a and arrow, mathematical notation, concept in physics., Static equilibrium, vector formula \(\vec{D_b}\), equation for physics research and education., and Static equilibrium, ΣF=0, equation, vector notation, educational illustration, physics concept. between the current grey wolf and the a, b, and c wolves are shown in equation (3).

Vector equation set for equilibrium analysis; depicts force vector calculations; mathematical diagram. (3)

In equation (3), Vector notation diagram, physics concept, representing directional magnitude in equations., static equilibrium; equation ΣFx=0; diagram; vector resolution method; educational physics concept, and Static equilibrium diagram, vector notation ΣFx=0, illustrating force balance concepts. respectively represent the PV of the three solutions with the best fitness in the current population (a, b, and c). Three candidate target positions are calculated according to the positions and distances of wolves a, b, and c, respectively, as displayed in equation (4).

Vector calculus equations; mathematical formulas illustrating vector operations; research in physics. (4)

In equation (4), Static equilibrium, ΣFx=0, vector diagram, physics, force balance analysis., Static equilibrium, ΣFx=0 diagram, illustrating force vectors and direction, vector analysis concept., and Vector notation diagram with symbol X3, arrow above X, key concept in physics and mathematics. signify three candidate target positions calculated from the positions and distances of a, b, and c. Vector representation, physics equation, \(\vec{A_1}\), vector magnitude, direction., Vector notation for physics; formula; educational use; diagram; vector A with subscript 2., and Vector symbol notation \( \vec{A_3} \); used in physics equations and vector analysis. represent candidate positions calculated from the positions and distances of a, b, and c17. The PV of current grey wolves in the next generation (i.e., the updated position Vector equation X(t+1), dynamic process, mathematical formula, educational diagram.) is displayed in equation (5).

Averaging vectors equation, \(\bar{X}(t+1) = \frac{\bar{X}_1 + \bar{X}_2 + \bar{X}_3}{3}\), formula. (5)

By solving the mean of three candidate positions, the population gradually approaches the optimal region guided by wolves a, b, and c. Figure 1B displays the workflow of the GWO. From Figure 1B, the execution steps of the GWO algorithm include initializing the grey wolf population. Then, the fitness value in the population is calculated. The current optimal solution and sub-optimal solution are determined by comparing individual fitness values. All fitness values are sorted, and the top three individuals are labeled as a, b, and c. The individual positions in the population are updated based on the location information of dominant individuals. Whether the preset termination conditions are met is determined. If they are met, the algorithm terminates. Otherwise, the fitness value of each gray wolf in the population is calculated.

To improve the optimization accuracy in data feature extraction, an improved GWO algorithm (IGWO) is proposed, which includes initializing the grey wolf population using tent mapping to enhance the diversity and traversal. The position update weight coefficients of grey wolf individuals are reconstructed to optimize the algorithm's ability to track high-quality solution areas. A nonlinear control mechanism is introduced to dynamically update the convergence factor q. The coefficient vector Vector notation of A; mathematical symbol for magnitude/direction, used in physics equations. and a random coefficient vector Static equilibrium concept; ΣF=0 formula; physics diagram; force vector analysis. used to control the direction of movement and step size are synchronously optimized to balance the global exploration and local development abilities18. Figure 2 presents the flowchart of IGWO.

Gray wolf algorithm flowchart; optimization process, fitness calculation, tent mapping improvements.
Figure 2: Process of the IGWO. Please click here to view a larger version of this figure.

From Figure 2, the IGWO has formed a more targeted iterative process while retaining the core framework of the GWO. The initial population is generated through tent mapping to avoid the uneven population distribution that may arise from traditional random initialization, laying a solid foundation for subsequent optimization. In each iteration, the algorithm first calculates individual fitness values and selects a, b, and c wolves. Based on the improved position update weight equation, combined with nonlinear convergence factors and optimized coefficient vectors, the position update of grey wolf individuals is completed. Meanwhile, by dynamically adjusting the range of values of the random coefficient vector, the local search accuracy in the later stages of iteration is optimized, reducing the local optima. Finally, whether the maximum iteration has been reached is determined. If the maximum iteration has been reached, the optimal solution is provided as the output. Conversely, it returns to the fitness value calculation stage for the next iteration. To improve the convergence speed of the IGWO, a guidance mechanism is introduced, and its effectiveness is shown in Figure 3.

Predator-prey dynamics diagram with Alpha(t) and Prey indicating movement over time t+1.
Figure 3: Schematic diagram of whether there is a guiding mechanism or not. (A) No guiding mechanism. (B) Guiding mechanism. Please click here to view a larger version of this figure.

As shown in Figure 3, the guidance mechanism assigns fixed weight allocation strategies to a, b, and c wolves during the position update stage. By significantly increasing the weight proportion of the a wolf and reducing the influence of andwolves, more individuals in the population are guided to update their positions along the search direction of the a wolf, so that their distribution focuses on the area in front of the a wolf, rather than the uniform distribution state around the a wolf in traditional GWO algorithms. This improvement can strengthen the guiding role of elite individuals in the optimization direction of the population, reduce ineffective search costs, and improve the convergence performance.

Improved GWO algorithm based on SVM and GAN
To optimize the classification performance and generalization ability of GWO after data feature extraction, the SVM algorithm is introduced for collaborative optimization. The schematic diagram of the optimal classification surface of linear and nonlinear SVM is shown in Figure 4.

Support Vector Machine diagram illustrating classification in two-dimensional space; optimal surface.
Figure 4: Schematic diagrams of the optimal classification surfaces of linear and nonlinear support vector machines. (A) Optimal classification surface of support vector machine. (B) Optimal classification surface of nonlinear support vector machine. Please click here to view a larger version of this figure.

Figure 4A presents the optimal classification surface of a linear SVM. From Figure 4A, in a two-dimensional data space, the optimal classification surface g(x) of SVM can completely separate two types of samples19. The expression for a hyperplane g(x) is presented in equation (6).

Linear equation formula, g(x)=wx+b=0, algebraic concept, mathematical formulation. (6)

In equation (6), w signifies the normal vector of the hyperplane, which decides its direction. b signifies the intercept term, which decides the offset of the hyperplane. x signifies the feature vector of the input sample20. SVM has linear separable SVM and nonlinear separable SVM. Assuming that the dataset of linear separable SVM is Mathematical equation T={(xi, yi)} for data point set in statistical analysis., its goal is to maximize the classification interval while achieving correct classification of all samples21. The constraint condition for this problem is shown in equation (7).

Linear classification constraint \(y_i(w^Tx_i+b)\geq1\) formula, support vector machine. (7)

In equation (7), yi signifies the class label of the i-th sample, which is the benchmark identifier for the model to perform classification, feature matching, or constraint determination, and xi represents its feature vector. The corresponding original optimization problem is shown in equation (8).

Support vector machine optimization equation \(min \frac{1}{2}\|w\|^2\), subject to constraints. (8)

In equation (8), Optimization formula for support vector machine, min w,b (1/2)||w||², mathematical equation. signifies the mathematical equivalent of maximizing the interval. To solve this constrained optimization problem, the Lagrange multiplier is introduced to transform it into an unconstrained form22. The Lagrange function is shown in equation (9).

Support vector machine loss function formula, depicting linear classifier optimization. (9)

In equation (9), αi represents the Lagrange multiplier, which is a dual variable introduced to transform the original constraints of SVM into an unconstrained optimization problem. Its value directly reflects the contribution of the i-th sample to the determination of the classification hyperplane. According to the Monte-Carlo-Kuhn-Tucker condition, the complementary relaxation condition for the optimal solution is shown in equation (10).

Linear classification equations, Σn ai yi xi, Σn ai yi = 0, mathematical symbols. (10)

The expression of w is taken into the Lagrange function to obtain the dual problem, as shown in equation (11).

Optimization equation, Σαᵢ - 0.5ΣαᵢαⱼyᵢyⱼxᵢTxⱼ, symbolic formula, mathematical analysis. (11)

In equation (11), j is the sample in the dataset. For nonlinear separable data, kernel techniques transform linearly inseparable data in the original space into linearly separable problems in high-dimensional space through implicit nonlinear mapping. The inner product xi·yi in the dual problem is replaced with a kernel function K(xi·yi), thereby avoiding the complexity of directly calculating the inner product in high-dimensional space. Figure 4B is a schematic diagram of the optimal classification surface of a nonlinear SVM. From Figure 4B, in the original two-dimensional input space, the two types of samples exhibit a nonlinear distribution and cannot be effectively separated by a straight line. At this time, the distribution pattern of data points may exhibit complex patterns such as interleaving and circling23. Through the mapping effect of kernel functions, these data points in two-dimensional space are transformed into higher-dimensional feature spaces, and the originally entangled sample points exhibit obvious separability. In high-dimensional space, nonlinear SVMs can construct an optimal hyperplane to precisely partition two types of samples. The final classification decision function f(x) is presented in equation (12).

Support Vector Machine equation, formula illustrating classification using kernel functions. (12)

In equation (12), K(xi, x) signifies the kernel function. The kernel functions enable SVM to flexibly handle nonlinear problems, significantly expanding its applicability. The flowchart of the IGWS-SVM data feature recognition model is shown in Figure 5.

SVM and IGWO process flowchart; feature extraction and parameter optimization diagram.
Figure 5: Flowchart of the IGWO-SVM data feature recognition model. Please click here to view a larger version of this figure.

In Figure 5, the preprocessed feature data were input into the IGWO algorithm, and its iterative optimization mechanism adaptively optimized the core parameters of SVM. The algorithm dynamically adjusted the population search strategy to efficiently locate the optimal parameter combination in the parameter space that maximized SVM classification accuracy, addressing the low efficiency and susceptibility to local optima inherent in traditional grid search or random search methods. The parameters optimized by IGWO were subsequently input into the SVM model, and the optimized classifier was employed to learn from and predict the feature data. For linearly separable data, the model achieved direct partitioning by constructing the optimal hyperplane. Nonlinear data were mapped into high-dimensional space through kernel functions to complete classification, and the final category labels were output. To further enhance the fitting capability to complex data distributions and the authenticity of feature generation, the GAN was incorporated. Figure 6 displays the GAN.

Generative Adversarial Network diagram; generator, discriminator, sample process; deep learning.
Figure 6: GAN structure. Please click here to view a larger version of this figure.

In Figure 6, the GAN has a generative model and a discriminator model, which achieve collaborative optimization through adversarial learning mechanisms24. This generative model utilizes random noise as input and generates fake samples that are similar to the distribution of real data through a nonlinear transformation. The discriminator model obtains real and generated samples as inputs, and its core task is to distinguish the authenticity of the input data and output the probability that the samples come from the real dataset25. The original optimization objective of GAN is presented in equation (13).

Generative Adversarial Network equation, min-max optimization formula, research study method. (13)

In equation (13), V(D, G) is the value function, which measures the performance of the discriminator given generator G and discriminator D. D(x) represents the discriminative probability on the real sample x. D(z) represents the generator mapping the noise z into generated samples. pdata(x) signifies the probability distribution of real data. pz(z) signifies the prior distribution of z. E refers to the expected value, representing the mean of all samples in the distribution26,27. The optimization objective of the discriminator is shown in equation (14).

Generative adversarial network equation, machine learning formula, research diagram. (14)

The optimized generator is shown in equation (15).

Generative adversarial network formula, min G, involving log, expectation, and discriminator D. (15)

In summary, the study proposes a collaborative optimization algorithm based on IGWO-SVM-GAN to achieve efficient feature extraction and accurate classification in complex data scenarios.

Regional economic data extraction and development prediction based on the IGWO-SVM-GAN algorithm
As an important component of the national economic system, precisely analyzing regional economic development and scientifically predicting future trends has important theoretical and practical value for formulating regional development strategies, optimizing resource allocation, and avoiding economic risks. However, regional economic data often present complex features such as high dimensionality, non-linearity, and dynamism, and are influenced by multiple factors such as policies, industrial structure, and external environment. Traditional feature extraction methods and prediction models are hard to capture the deep correlations behind the data, resulting in limited accuracy. The IGWO-SVM-GAN is applied to the field of regional economic analysis. By integrating the advantages of the algorithm in feature extraction, classification learning, and data generation, an analysis model suitable for regional economic data is constructed. The flowchart of the regional economic data feature extraction and development prediction model based on IGWO-SVM-GAN is presented in Figure 7.

Economic trend forecast flowchart; data preprocessing, IGWO selection, GAN, SVM model integration.
Figure 7: Process of regional economic data feature extraction and development prediction model based on IGWO-SVM-GAN algorithm. Please click here to view a larger version of this figure.

According to Figure 7, high-dimensional indicators of regional economy are collected, including GDP, industrial output value, fiscal revenue and expenditure, employment rate, etc. The raw data is cleaned and standardized, including filling in missing values and correcting outliers. The feature filtering is performed on preprocessed data through IGWO, redundant information is removed, and a subset of core features is output. The generator of GAN generates synthetic economic data with high consistency with real data based on the distribution pattern of core feature subsets to alleviate sample sparsity or uneven distribution. The core feature subset is fused with synthetic economic data and input into an SVM model. The non-linear relationship between features is processed through a kernel function to construct an economic development prediction model. The model outputs quantitative predictions of regional economic development, including future economic growth rates, changes in the proportion of industrial structure, etc. The model effectively addresses the high-dimensional, nonlinear, and sparse nature of regional economic data by leveraging IGWO's feature purification, GAN's data augmentation, and SVM's nonlinear modeling, thereby enhancing robustness and accuracy.

To prove the effectiveness of the regional economic data feature extraction and development prediction model constructed based on the IGWO-SVM-GAN algorithm, Anhui Province is selected as a case study. The research data are all sourced from authoritative statistical materials, including the Anhui Statistical Yearbook from 2005 to 2022 and the Anhui National Economic and Social Development Statistical Bulletin from 2005 to 2023, to ensure the data objectivity and reliability. The core economic indicators selected for performance analysis are as follows: Gross Domestic Product (GDP) of the primary industry (X1), GDP of the secondary industry (X2), GDP of the tertiary industry (X3), per capita disposable income of rural residents (X4), per capita disposable income of urban residents (X5), total fiscal expenditure (X6), total energy consumption (X7), and education investment expenditure (X8). The study used the Z-score standardization method to normalize the 8 indicator data to eliminate the interference of dimensional differences on model training. By consulting supplementary statistical data for the corresponding years and using linear interpolation of adjacent year data to complete a small amount of missing data, the final data set had no missing values. The 3σ criterion was used to identify abnormal data, and the two detected outliers were Winsorized to avoid abnormal data from affecting the model training effect. The time series cross-validation method was used, using the 2011-2017 data as the training set (7 samples), the 2018-2019 data as the validation set (2 samples), and the 2020 data as the test set (1 sample), to simulate real economic forecasting scenarios, avoid data leakage issues, and improve the reliability of model generalization ability evaluation. The materials required for the method are shown in Table of Materials.

Access restricted. Please log in or start a trial to view this content.

Results

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

Performance testing of the IGWO-SVM-GAN algorithm
To systematically verify the optimization performance, feature extraction effectiveness, and prediction quality improvement mechanism of the IGWO-SVM-GAN algorithm, the research was conducted in three phases: The first phase employed the benchmark test function to verify the algorithm optimization capabilities. The second phase used the wire rope data set to verify the feature extraction and classification performance. The third phase was to clarify t...

Access restricted. Please log in or start a trial to view this content.

Discussion

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The study applies the IGWO-SVM-GAN algorithm to feature extraction and development prediction of regional economic data and verifies its feasibility and effectiveness with Anhui Province as an example. Based on the fast convergence and high recognition accuracy demonstrated by the algorithm in function testing and steel wire rope dataset testing, it is believed that it can adapt to the high-dimensional and strong dynamic characteristics of regional economic data, providing a new tool for economic analysis.

Access restricted. Please log in or start a trial to view this content.

Disclosures

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The authors declare that they have no conflicts of interest.

Acknowledgements

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,

The research is supported by High-level Talents Research Funding Project of Moutai Institute, Research on the Effectiveness of Internal Control of Kweichow Moutai Co., Ltd., (No, mygccrc [2022] 128).

Access restricted. Please log in or start a trial to view this content.

Materials

List of materials used in this article
NameCompanyCatalog NumberComments
Intel Core i5-9300HF processorIntel CorporationCL8068404069607 (OEM/Ray version)
MATLAB 2020b Programming PlatformMathWorksR2020b (version number)
Windows 10 64 bit operating systemMicrosoft CorporationFQC-09131 (Windows 10 Pro Retail SKU)

References

Loading...
$$\rightleftharpoonup{xx}$$ $$\longleftharp{xx}$$, $$\longrightharp{xx}$$,
  1. Rubasinghe, O., et al. A novel sequence to sequence data modelling based CNN-LSTM algorithm for three years ahead monthly peak load forecasting. IEEE Trans Power Syst. 39 (1), 1932-1947 (2024).
  2. Zheng, X., Li, J., Lu, M., Wang, F. Y. New paradigm for economic and financial research with generative AI: Impact and perspective. IEEE Trans Comput Soc Syst. 11 (3), 3457-3467 (2024).
  3. Sheng, Z., et al. A survey on data-driven runoff forecasting models based on neural networks. IEEE Trans Emerg Topics Comput Intell. 7 (4), 1083-1097 (2023).
  4. Seon, J., et al. Least information spectral GAN with time-series data augmentation for industrial IoT. IEEE Trans Emerg Topics Comput Intell. 9 (1), 757-769 (2025).
  5. Yin, H., Lyu, Y. GWO-based power allocation optimization algorithm for consumer IoT networks. IEEE Trans Consum Electron. 70 (1), 1294-1301 (2024).
  6. Toktas, A., et al. Multiobjective design of 2D hyperchaotic system using leader Pareto grey wolf optimizer. IEEE Trans Syst Man Cybern Syst. 54 (9), 5237-5247 (2024).
  7. Liu, W., et al. Multiobjective optimal power flow for distribution networks utilizing a novel heuristic algorithm—Grey wolf equilibrium optimizer. IEEE Syst J. 18 (1), 174-185 (2024).
  8. Farghaly, S. I., et al. Beamforming of transmit antennas using grey wolf optimization and L2-norm for performance enhancement of beyond 5G communications. IEEE Open J Antennas Propag. 5 (4), 1041-1060 (2024).
  9. Muniyandi, A. P., et al. Intelligent security system for preventing DDoS attacks for 6G enabled WBSN using improve grey wolf optimization. IEEE Trans Consum Electron. 70 (3), 5775-5782 (2024).
  10. Yan, X., et al. A novel exploitative and explorative GWO-SVM algorithm for smart emotion recognition. IEEE Internet Things J. 10 (11), 9999-10011 (2023).
  11. Lan, J., Zhou, Y., Guo, Q., Sun, H. Data augmentation for data-driven methods in power system operation: A novel framework using improved GAN and transfer learning. IEEE Trans Power Syst. 39 (5), 6399-6411 (2024).
  12. Cao, Y., Sun, Y., Li, P., Su, S. Vibration-based fault diagnosis for railway point machines using multi-domain features, ensemble feature selection and SVM. IEEE Trans Veh Technol. 73 (1), 176-184 (2024).
  13. Liu, Y., et al. GAN-based facial attribute manipulation. IEEE Trans Pattern Anal Mach Intell. 45 (12), 14590-14610 (2023).
  14. Behera, S., Misra, R., Sillitti, A. GAN-based multi-task learning approach for prognostics and health management of IIoT. IEEE Trans Autom Sci Eng. 21 (3), 2742-2762 (2024).
  15. Sun, X., Jin, Z., Xue, M., Tian, X. Adaptive ECMS with gear shift control by grey wolf optimization algorithm and neural network for plug-in hybrid electric buses. IEEE Trans Ind Electron. 71 (1), 667-677 (2024).
  16. Sun, W., et al. Joint routing and scheduling optimization of in-vehicle time-sensitive networks based on improved grey wolf optimizer. IEEE Internet Things J. 11 (4), 7093-7106 (2024).
  17. Saheed, Y. K., Balogun, B. F., Odunayo, B. J., Abdulsalam, M. Microarray gene expression data classification via Wilcoxon sign rank sum and novel grey wolf optimized ensemble learning models. IEEE/ACM Trans Comput Biol Bioinform. 20 (6), 3575-3587 (2023).
  18. Ren, J., et al. A new grey wolf optimizer tuned extended generalized predictive control for distillation process. IEEE Trans Neural Netw Learn Syst. 35 (5), 5880-5890 (2024).
  19. Azimjonov, J., Kim, T. A comprehensive empirical analysis of data sets, regression-based feature selectors, and linear SVM classifiers for intrusion detection systems. IEEE Internet Things J. 11 (21), 34676-34693 (2024).
  20. Zhang, H., Guo, X., Zhang, P. Improved PSO-SVM-based fault diagnosis algorithm for wind power converter. IEEE Trans Ind Appl. 60 (2), 3492-3501 (2024).
  21. Patel, H. B., Patil, N. J. Enhanced CNN for fruit disease detection and grading classification using SSDAE-SVM for postharvest fruits. IEEE Sens J. 24 (5), 6719-6732 (2024).
  22. Li, X., Yang, H., Ge, J., Zhu, S., Zhu, Z. Intelligent cavitation recognition of a canned motor pump based on a CEEMDAN-KPCA and PSO-SVM method. IEEE Sens J. 24 (4), 5324-5334 (2024).
  23. Bhosle, K., Musande, V. Evaluation of deep learning CNN model for recognition of Devanagari digit. Artif Intell Appl. 1 (2), 114-118 (2023).
  24. Ding, C., Xiao, R., Do, D. Log-spectral matching GAN: PPG-based atrial fibrillation detection can be enhanced by GAN-based data augmentation with integration of spectral loss. IEEE J Biomed Health Inform. 27 (3), 1331-1341 (2023).
  25. Li, Y., et al. Drilling process monitoring based on operation mode recognition and dynamic feature extraction. IEEE Trans Ind Electron. 71 (7), 7876-7885 (2024).
  26. Bai, G., et al. GAN-based bearing fault diagnosis method for short and imbalanced vibration signal. IEEE Sens J. 24 (2), 1894-1904 (2024).
  27. Fan, Z., et al. Unsupervised anomaly detection method for bearing based on VAE-GAN and time-series data correlation enhancement. IEEE Sens J. 23 (23), 29345-29356 (2023).
  28. Lian, Z., Shu, J., Zhang, Y., Sun, J. Convergent grey wolf optimizer metaheuristics for scheduling crowdsourcing applications in mobile edge computing. IEEE Internet Things J. 11 (2), 1866-1879 (2024).
  29. Nacpil, E. J. C., et al. EEG-based emergency braking prediction using data ablation and SVM classification. IEEE Sens J. 23 (14), 16013-16019 (2023).
  30. Chen, Y., Qiang, Y., Chen, J., Yang, J. FMRGAN: Feature mapping reconstruction GAN for rolling bearings fault diagnosis under limited data condition. IEEE Sens J. 24 (15), 25116-25131 (2024).

Access restricted. Please log in or start a trial to view this content.

Reprints and Permissions

Request permission to reuse the text or figures of this JoVE article

Request Permission

Tags

Regional Economic DataEconomic Development PredictionGrey Wolf OptimizationFeature ExtractionSupport Vector MachineGenerative Adversarial NetworkHigh Dimensional DataClassification RecognitionEconomic IndicatorsForecasting Model

Related Articles