Abstract
With the development of global economy, the evaluation of industrial clusters has become an important method to scientifically analyze the advantages and disadvantages of industrial development. The current research model uses the traditional evaluation method, which leads to the problem of unsatisfactory evaluation results and low effect. This paper proposes an evaluation model based on the BP neural network combined with the LM algorithm, which has the advantages of fast convergence speed and strong application ability. The comprehensive evaluation model of industrial clusters is put forward from the comprehensive application of the scale, benefit, and 27 related evaluation indexes of industrial clusters. This paper takes Beijing, Tianjin, and Hebei industrial clusters for BP-LM evaluation and analysis, which fully illustrates the advantages of this method. The evaluation results show that the evaluation target value and the average error of the overall parity have obvious advantages compared with those of other models, which provides application guidance for local economic development and policy formulation.
1. Introduction
An industrial cluster is the product of industrial economic development, which is composed of related enterprises, suppliers, and related institutions in a specific region, reflecting the competitiveness level of industries. Scientific positioning of industrial clusters is beneficial to stimulate industrial development and play a guiding role in the further development of industrial economy. At present, there are many researches on the development of industrial clusters. For example, Literature [1] used factor analysis to evaluate the representatives of 56 high-tech zones in China and found that the development of industrial clusters is unbalanced. Literature [2] analyzed the development and innovation capability of equipment manufacturing industry based on the industry’s own innovation capability and internal coordination. Literature [3] takes Guangxi regional economy as an example to explore the relationship between high-quality development of industrial clusters and regional economic development. Although the above methods have studied the development of industrial clusters to a certain extent, they lack a feasible scientific evaluation system for the development of industrial clusters. Considering that an industrial cluster is a complex organizational network, the rapid development of the machine learning method BP neural network in recent years can effectively solve the problem of information data processing of a complex organizational network. Therefore, the BP neural network is used to evaluate the development of industrial clusters, and an evaluation model of industrial cluster development based on the improved BP neural network is constructed. Finally, the effectiveness and feasibility of the model is proven by evaluating the development of high-tech industrial clusters in 28 regions such as Beijing, Tianjin, and Hebei. Literature [4] analyzes the fresh grapes in the supply chain risk from the perspective of economic development and improves its supply chain risk evaluation and management. We use a neural network to evaluate its supply chain risk. Firstly, the possible risks are identified, and the evaluation index system is put forward. Then, the risk assessment models of a single BP neural network and optimized BP neural network (GABP and PSO-BP) are established. Finally, using the collected data to test and evaluate, the results show that the biggest risk is the risk between the links in the chain (R0), and the high risk dimension is reflected from three aspects, such as economy, society, and cooperation. Literature [5] establishes a combined performance evaluation model based on the BP neural network and rough set, which can improve the performance evaluation of manufacturing collaborative logistics. The attribute reduction theory of rough set can select and optimize the evaluation indexes to obtain the set of key performance indicators. The function of the BP neural network is to predict and evaluate the data of key performance indicators, which can shorten the time and reduce the number of times. Experiments show that this method has certain effect. Literature [6] puts forward that a scientific talent evaluation system is the primary condition for the evaluation of talent work and the effective development of talent resources, and it is also the foundation of personnel work. Using a comprehensive evaluation method of talent training performance in integrated circuit industry based on the BP neural network based on the premise of determining the number of BP network layers, the sample and original value are selected in combination with talent training performance data, and then, the evaluation model is established by means of data processing. With the rapid development of catering O2O take-out industry, various platforms pay more attention to customer experience, such as distribution service and timeliness. The BP neural network model evaluates the customer experience of online-to-offline (O2O) take-out [7]. The model of the MATLAB neural network toolbox is used to simulate and train the buyer experience data, and then, the principal components are extracted as the input of the BP neural network model. Experiments show that the BP neural network model can evaluate the customer experience of O2O take-out. Reference [8] puts forward the evaluation model of a military bridge blasting scheme based on the BP neural network, constructs the evaluation index system of a bridge blasting scheme, and studies the evaluation method of a military bridge blasting scheme. Taking a practical task as an example, the effectiveness of the model is verified. Literature [9] is aimed at the particle swarm optimization BP neural network algorithm which can analyze teaching evaluation data, which is mainly used to improve the quality of teaching management, which is reflected in two aspects, namely, effectiveness and intelligence. Firstly, the BP neural network is used to model the evaluation index of teaching management, and then, the particle swarm optimization algorithm is used to optimize the weight and threshold of the function, which can ensure that the output of the BP neural network can get the most optimized and comprehensive solution. After verification, the algorithm is worth popularizing and can combine the predicted value with the actual value well. Literature [10] reports that phishing often induces people to open some illegal websites, so as to obtain users’ personal privacy. The BP neural network will be limited. This paper presents a phishing website detection model DF. A grey wolf algorithm and backpropagation neural network (GWO-BPNN) are based on the improved BP neural network and double feature evaluation mechanism. Aiming at the problem of slow learning convergence caused by improper selection of weights and thresholds, it uses the gray wolf algorithm to optimize the BP neural network and can reasonably select initial parameters. Literature [11] put forward the analytic hierarchy process (AHP), aimed at the subjective problem of man-post matching in decision-making, and determined the weight of each index in the evaluation index system of manager-post matching. The BP neural network is used to evaluate the matching of college administrators, and the basic evaluation model is constructed. If the error of the model is less than 5%, it is a better evaluation result. The model absorbs the expert’s judgment experience and can adapt to the brain thinking to process sample data and effectively evaluate the matching between managers and personnel. The BP neural network algorithm and Radial Basis Function (RBF) neural network algorithm proposed in Reference [12] are used to evaluate the seismic performance of buildings and bridges and to analyze and control the collision response of adjacent beams and piers of bridges under strong earthquakes. Through experiments, the prediction effect of the RBF network is much better than that of the BP network. It is a method with high precision, which is used to calculate reinforced concrete columns under axial load and horizon action. Literature [13] reported that the evaluation model of sports training effect based on the genetic algorithm-improved BP neural network algorithm (GABP) has an obvious effect on improving sports training effect. The GABP neural network algorithm is constructed by using the idea of artificial intelligence. The code is vectorized on the basis of a sample matrix, and two neural networks are tested and evaluated to improve the simplicity and efficiency of the code, and the properties, topology, and parameter updating methods of the networks are analyzed and compared. Experiments show that the trained GABP neural network occupies less memory and can achieve ideal high fitting accuracy of training samples and high generalization ability of test samples.
2. Basic Algorithm
2.1. Brief Introduction of the BP Algorithm
The BP neural network [14] is one of the most widely used neural networks, including three basic network structures: input layer, output layer, and hidden layer, as shown in Figure 1.

For a typical three-layer BP neural network, it is assumed that the number of nodes in the input layer, hidden layer, and output layer is , , and , respectively, and the outputs are , , and , respectively. The connection weights of neurons in the input layer and hidden layer and hidden layer and output layer are and , and neuron thresholds are random values and between . If the learning coefficients are and , the specific steps of the BP algorithm are as follows.
Step 1. Initialize ,, , and , and set the input vector as and the output vector as .
Step 2. Calculate the hidden layer neuron output and the output layer neuron output according to
Step 3. Calculate an output layer neuron error and a hidden layer neuron error :
Step 4. Correct and according to and ; modify and according to and :
Step 5. Repeat the above steps until all samples complete one study.
Step 6. Calculate the global error function according to
Step 7. Judge and the size of the error set value; if is less than the set value or reaches the maximum iteration times, the algorithm is terminated. If is greater than the set value and the maximum number of iterations is not reached, the algorithm continues.
2.2. Improvement of the BP Algorithm
According to the above analysis, although the BP neural network has certain advantages in information data processing, it still has some shortcomings in practice, such as poor generalization ability [15] and slow convergence speed [16]. Therefore, aimed at the defects of the BP neural network mentioned above, the LM algorithm is used to improve it.
The LM algorithm is an algorithm to solve the extreme value of function through iteration. Its basic calculation method is as follows:
If the vector composed of the threshold value and weight value in the -th iteration is and the change amount is , then the vector composed of the threshold value and weight value in the -th iteration can be expressed as
Newton’s law formula is [17]
where represents the Hesse matrix of the error function ; denotes the gradient. Let , where represents the error term; then, there are
In
When the algorithm is close to a solution, the calculation rule is
The LM algorithm improves the above rules and can get
In the formula, represents the proportional coefficient constant and decreases a little every iteration. When the value of is large, the LM algorithm is close to the gradient descent method; denotes the identity matrix.
3. Evaluation Model of Industrial Cluster Development Based on Improved BP
3.1. Indicator Selection
In the process of industrial cluster development evaluation, the selection of the evaluation index has great influence on the model evaluation results. Therefore, before constructing the evaluation model of industrial cluster development, it is necessary to construct the evaluation index system of the model first. According to the principles of objectivity, feasibility, scientificity, and importance, this study preliminarily selects the indicators from six aspects: infrastructure, supporting institutions, relationship among members, cluster scale, benefit, and innovation effect [18]. Then, considering that the characteristics of different industrial clusters are mostly dominated by high and new technology, this study screens the indicators again based on the characteristics of high and new technology and determines 27 important indicators in five aspects: cluster scale, benefit, technical energy creation ability, supporting institutions, and project construction, as shown in Table 1.
3.2. Modeling
After the construction of the evaluation index system of industrial cluster development, the improved BP model can be used for training, which can realize the evaluation of industrial cluster development. The specific construction method of the industrial cluster development evaluation model based on improved BP is as follows: (1)Determine the number of network layers
The more BP network layers, the longer the network training time and the more accurate the training results. Therefore, the number of BP network layers directly affects the training efficiency and training effect of the model. In order to ensure the best training efficiency and training effect of the model at the same time, according to the evaluation index and the basic principles of the BP neural network, a three-layer BP neural network can map any -dimensional to -dimensional mapping [19], so the improved BP model network constructed in this study has three layers. (2)Input layer determination
According to the 27 industrial cluster development evaluation indicators selected above, the number of neurons in the input layer of the improved BP network is 27. (3)Hidden layer determination
The hidden layer is mainly responsible for extracting and saving the inherent laws of sample data information. If the number of neurons is too large, more information is extracted and saved, which will easily lead to irregular information being saved and affect the training results. On the contrary, the number of neurons is too small, which easily leads to the extracted information that cannot fully reflect the inherent laws of sample data information. Therefore, it is necessary to determine the number of neurons in the hidden layer. Generally, the number of neurons in the hidden layer can be determined by
where represents the number of neurons in the hidden layer, denotes the number of output nodes, represents the number of input nodes, and is a constant in the range of . Through many experiments, the best number of neurons in the hidden layer in this study is set to 27. (4)Determination of the output layer
The output of the improved BP model is a qualitative evaluation of the training results. Therefore, for the needs of analysis and evaluation, the number of neurons in the output layer of the improved BP model is set to 1.
3.3. Evaluation Process
After the construction of the index system and improved BP network model, the index can be input into the model to evaluate the development power of industrial clusters. The evaluation process of the industrial cluster development evaluation model based on improved BP is as follows:
Step 1. Preprocessing the original index data of industrial cluster development evaluation by dedimensionalization
Step 2. Adopting principal component analysis to preprocess the data to obtain a target value
Step 3. Inputting the pretreated data into an improved BP neural network model for training and taking the target value as an output
Step 4. Judge whether or not the network converges and the error reaches the set threshold range, output the result, and evaluate the development power of the industrial cluster according to the evaluation standard
The above flow can be illustrated by Figure 2 (principal component analysis).

4. Simulation Experiment
4.1. Experimental Environment and Data Sources
This experiment is simulated in MATLAB software and takes 28 regional high-tech industrial clusters such as Beijing-Tianjin-Hebei as research objects to evaluate their development. Considering that the 27 selected industrial cluster development evaluation indicators belong to different dimensions and cannot be directly calculated, the research carried out dedimensional pretreatment on the selected indicators. For the index where the required target value is larger, the dedimensionalization formula is better as shown in formula (13), and for the index where the required target value is smaller, the dedimensionalization formula is better as shown in formula (14) [20].
where represents a standardized value and represents a target value, represents the maximum value of the metric , and represents the minimum value of the metric .
The difference between formulas (12) and (13) is to design for different target values. Equation (12) sets the target value as large as possible, and equation (13) sets the target value as small as possible.
4.2. Parameter Settings
According to the evaluation index of industrial cluster development, this experiment adopts three-layer BP network structure to evaluate. The parameters of the BP network model are as follows: the number of neurons in the input layer and hidden layer is 27, and the number of neurons in the output layer is 1; the function is used as transfer function from the input layer to hidden layer, and the function is used as a transfer function from the hidden layer to output layer. The activation function adopts a bipolar function, and its value range is . The learning rate was 0.05.
LM algorithm parameters are automatically set by using the training function TRAINLM in MATLAB software. See Table 2 for specific parameter settings.
4.3. Target Value Acquisition
The first three principal components , , and were obtained by using 27 indexes of principal component analysis:
Among them, contains 76.87% of information, and the main representative variables are , , and . The amount of information contained in is 13.59%, and the main representative variables are , , and ; contains 3.95% information, and the main representative variable is . Finally, according to the comprehensive score of principal components, the target value of BP network evaluation for industrial cluster development improvement can be obtained, as shown in Table 3.
4.4. Results and Analysis
In order to verify the effectiveness of the proposed industrial development evaluation model based on improved BP, this paper uses this model to evaluate and analyze the high-tech industrial clusters in the Beijing-Tianjin-Hebei region. The training process is shown in Figure 3, and the training results are shown in Table 4. Comparing the output value and target value of the improved BP network in the table, it can be seen that the overall simulation effect of the improved BP network is good. There are local changes in the rankings of Beijing and Tianjin, but the evaluation results are consistent. The evaluation value of high-tech industrial clusters in Hebei is consistent with the target value, and the evaluation error is 2.5%.

In order to further analyze the relationship between the evaluation value and the target value of the improved BP network for high-tech industrial clusters in the Beijing-Tianjin-Hebei region, the evaluation value and the target value of the above three regions are compared, and the results are shown in Figure 4. It can be seen from the figure that the relative error of the Beijing high-tech industrial cluster is 0.106; the relative error of the Hebei high-tech industrial cluster is small, which is 0.022. On the whole, it is feasible to use the improved BP neural network to evaluate the development of high-tech industrial clusters.

In order to analyze the wide practicability of improved BP, the improved BP network is used to evaluate and analyze the development of high-tech industrial clusters in 28 regions such as Beijing, Tianjin, and Hebei, and the development results of each enterprise are obtained, as shown in Table 5. Comparing the improved BP network evaluation value with the target value, we can see that the evaluation value in most areas is close to the target value, and the overall evaluation mean square error is 0.0041, which shows that the improved BP network has certain feasibility.
Comparing the output value of the improved BP network model with the target value, the overall prediction effect is better. In most areas, the evaluation value is close to the target value, which can be applied to experimental economic prediction. The BP neural network was used for the weight of all provinces in the country ranking better for the objective evaluation of industrial clusters.
5. Conclusion
The evaluation model of industrial cluster development based on the improved BP network is proposed in this study. It can effectively and accurately evaluate the development level of high-tech industrial clusters in Beijing, Tianjin, and Hebei. The evaluation value of high-tech industrial clusters in most areas obtained by improving the BP network is close to the target value of principal component analysis, and the relative error of the predicted value of Hebei high-tech industrial clusters is small, which is 0.022. The relative error of the predicted value of the Beijing high-tech industrial cluster is 0.106. The mean square error of the prediction of high-tech industrial clusters in various regions is 0.0041, which has strong feasibility and practicability. However, there are still some shortcomings in this study, such as limited space and conditions; the study did not put forward targeted policy recommendations for the evaluation results of industrial clusters and did not conduct in-depth discussion on the applicability of improving the BP network model. In the next step, the research will improve these deficiencies in order to improve the applicability, scientificity, and practicability of the evaluation of industrial cluster development.
Data Availability
The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.
Conflicts of Interest
The authors declared that they have no conflicts of interest regarding this work.