Performance evaluation can promote the continuous improvement of the laboratories in a college. It is necessary to take into account the scientific evaluation method during the process of the performance evaluation. In this paper, a performance evaluation method based on the fusion of the decision tree and BP neural network is presented. In detail, the decision tree model is used to select performance evaluation indexes with high weight. The BP neural network was adopted aiming to reduce the impact of assessment prediction of classification by non-core factors. First, the data were pre-processed by trapezoidal membership function. Then, the decision tree was generated by the C4.5 algorithm to select the evaluation indexes with high weight. Then, the BP neural network was trained with as many samples as possible by evaluation indexes; it possesses experts’ experience which can be used to predict the performance evaluation results. The method overcomes the shortages of the separate model, eliminates the disturbance of human factors and improves the accuracy of the evaluation. Experiments show that the model is feasible and effective in performance evaluation of college laboratories. The outcomes of this work can provide a scientific evaluation method for people such as researchers, college administrators and laboratory managers. Also, this paper will help them to improve the management of laboratories and provide them with decision references for constructing the laboratories.
Keywords
- Performance evaluation
- laboratory
- decision tree
- BP neural network
College laboratories undertake the teaching task of cultivating practical and scientific innovation ability of the students. The aim of performance evaluation is to evaluate the outcomes of the laboratories, find out both the strength and the weakness of the management and provide the administrators suggestions on continuous improvement. Performance evaluation should be considered as a very important work since it can strengthen the construction and management of the laboratories. Therefore, it is necessary to take into account a scientific evaluation method during the process of the performance evaluation.
Most of the traditional evaluation methods rely on expert’s opinions; they could more likely to be influenced by some subjective factors. In order to overcome the shortcomings of the traditional methods as well as to improve the effectiveness and accuracy, scholars attempt to introduce soft computing techniques to evaluate the performance [1, 2]. These methods mainly focus on the mathematical algorithm to quantify the task of performance evaluation. Generally speaking, they are more scientific and standardised than traditional methods. However, the existing methods are not systematic, considering the subjective factors that hard to be quantified.
A decision tree is an inductive learning technique with high speed and high veracity in prediction of classification. The BP neural network is an adaptive system which can effectively reduce the influence of subjective factors and enhance the objectivity of the evaluation results. The decision tree has advantages of clear structure and simple rules of classification, which can be used to overcome the shortcomings of the BP neural network such as slow convergence and poor interpretability. In such respect, it is recommended to take into account the method which combined the decision tree and neural network on performance evaluation of college laboratories. However, there are few research studies about this subject.
Motivated by the above consideration, a performance evaluation method based on the fusion of the decision tree and BP neural network is proposed in this paper. The decision tree is used to select performance evaluation indexes with high weight. The BP neural network was adopted aiming to reduce the impact of assessment prediction of classification by non-core factors.
The paper is structured as follows. Section 2 describes the related works on the subject. Brief details of the decision three and BP neural network are provided in Section 3. The performance evaluation method based on the fusion of the decision tree and BP neural network is considered in Section 4. A short comparative analysis of three models is given in Section 5. Section 6 describes a summary of conclusions.
The concept of performance evaluation was originally proposed by American management scientist Aubrey Daniels in 1970 [3]. Until now, scholars have proposed various methods based on different soft computing techniques, which are aimed to improve the effectiveness and accuracy of the performance evaluation. Recently, widely used assessment methods are fuzzy logic [4], fuzzy comprehensive evaluation (FCE) [5], analytic hierarchy process (AHP) [6,7], entropy weight fuzzy model [8,9], data envelopment analysis (DEA) [10,11], balanced scorecard [12, 13], decision tree [14] and BP network [15].
Guo et al. [16] constructed a multi-judgement FCE model to deal with the situation when experts have more than one choice of the evaluation. Roberti et al. [17] used AHP to quantify conservation compatibility to finding and comparing optimal retrofits for historic buildings. Jia et al. [18] used the AHP model to calculate the index weight and established performance evaluation model of relevant personnel, which solved the problems that qualitative performance evaluation had to deal with. Jing et al. [19] constructed the FCE model of laboratory safety in colleges and universities based on AHP. Wu et al. [20] established a safety evaluation index system determined by expert consultation and AHP, and the evaluation was carried out by the FCE method. Shunling et al. [21] selected FCE based on the entropy weight method to evaluate the utilisation of the instrument. Li et al. [22] proposed a comprehensive evaluation method of laboratories based on entropy weight fuzzy matter-element model. Someh et al. [23] proposed an evaluation method to measure the efficiency and ranking of medical diagnostic laboratories by applying a network DEA. Weipeng et al. [24] established a data index system of input and output of the laboratory, using DEA to make a comprehensive evaluation. Lu et al. [25] constructed a performance evaluation model based on scorecard with entropy restraint.
These approaches mentioned above were verified by experimental data, and they performed better than traditional evaluation methods. However, they are all restrictive because they often result in conflicting conclusions of efficiency due to unsuitability of the assumptions [26]. There is still room for improvement on reducing the influence of subjective factors and decreasing the uncertainty outcomes.
The decision tree technique is an inductive learning technique, which can infer classification from a set of random data samples. The decision tree algorithm, for instance, CART [27] and ID3 [28] utilises predicted classifications to label the leaves in the process of constructing the decision tree. Some further research studies have indicated that the decision tree models run quickly during the process of training data. As a result, the decision tree is often applied to constructing an evaluation model. For instance, Budiman et al. [29] conducted study on the student academic evaluation technique by using Decision Tree C4.5.
With powerful storage and self-adaptive learning capability, the BP neural network can process nonlinear data. The BP neural network works by incremental changing weights in a network that consists of elements called neurons [30]. Nevertheless, the BP neural network algorithms bring lots of noisy data, although it almost always achieves better performance in classifying novel examples. Now, the BP neural network has been applied in various fields, such as evaluation of campus safety, laboratory management, the quality of teaching and service of laboratory, etc. Zhang, Shi, Li, Lu et al. [31, 32, 33, 34] set up an evaluation model of laboratory in colleges based on the BP neural network.
Both decision tree and the BP neural network algorithm have their own shortcomings in constructing evaluation models. If only decision tree is used, it will make the error bigger and bigger, with the depth of the decision tree increasing. If using only the BP neural network is used, the choice of network structure depends mainly on subjective experience due to lacking theoretical guidance. In order to complement each other’s advantages, it is necessary to combine the two algorithms to obtain an effective and accurate performance evaluation method. Now, the methodologies that combine the two modes have been applied to various areas, such as teacher’s performance evaluation, ship collision risk assessment [35], earthquake infrasonic wave detection [36] and marketing investigation [37]. However, none of the mentioned papers focus on performance evaluation of college laboratories. To make the performance evaluation more effective and accurate, we proposed a method that combined the decision tree and neural network. The decision tree was used to reducing the dimension of neurons in the input layer, which can increase the convergence speed and improve prediction precision of the BP neural network.
The decision tree consists of decision-making nodes, state nodes, probability branches and terminal nodes [38]. In a general way, the decision tree is often constructed recursively from the top to bottom. This procedure is divided into three steps: splitting nodes, choosing which nodes are terminal nodes and assigning class labels to each terminal node.
The graphics of the decision tree is painted like tree branches according to different branches of a decision. As an inductive learning algorithm, the decision tree can classify the irregular data and show them in the forms of classification rules.
At present, widely used decision tree generation algorithms are ID3, C4.5 and C5.0. C4.5 algorithm is more efficient than others because it can achieve higher recognition rate with less nodes. In this paper, the decision tree was generated by C4.5 algorithm.
The pivotal part of the decision tree is choosing the proper test attribute to splitting nodes. Information gain ratio is used as the criterion of classification in decision tree C4.5 algorithm.
Let
If the attribute
In formula (2), for each training set,
Information gain
In formula (4),
The gain ratio
In formula (6),
In formula (7), if attribute
In the process of constructing a decision tree, the training data are always divided into subsets that contain only one single class. Consequences follow from this; it will make the tree larger and more complex, and it may over-fit to the noise in the training data. Therefore, it is necessary to prune the tree, aiming to decrease the complexity without reducing the classification accuracy. Also, it will make the decision tree more effective and the training speed much faster.
The basic pruning strategies are divided two types: into pre-pruning and post-pruning. Pre-pruning is to evaluate each node before splitting during the construction of the decision tree. If splitting fails to improve the generalisation capability of the decision tree, the splitting will be stopped, and this node will be labelled as leaf node. Post-pruning is done after the decision tree is generated. If generalisation capability is improved when a non-leaf node is replaced to leaf nodes, then the node will be replaced. In general, the under-fitting risk of post-pruning decision trees is very small, and the generalisation performance of post-pruning decision trees is usually better than that of pre-pruning decision trees. Reduced error pruning (REP) [39] is one of the post-pruning methods, which is adopted in this paper.
The BP neural network is a multi-layer feed forward neural network that trains data in light of error reverse propagation algorithms. The structure of the BP neural network consists of one input layer, at least one hidden layer and one output layer. There is a great sum of neurons which connect to each other by weight at the same layer. However, there are no connections between neurons at different layers. The computational process of neural network involves two stages: forward propagation and back propagation. In the stage of forward propagation, input information is carried from the input layer to hidden layer or from the hidden layer to output layer. In this way, the nonlinear processing is accomplished by applying an active function to the summed inputs to each neuron. The back propagation will start if the desired output cannot be achieved at the output layer. The network continuously adjusts the connection weights and threshold according to the error signal, with the result that the error of the output is getting closer and closer to the requirement of the precision [40].
The construction of the BP neural network is a three-step process: network initialisation, forward propagation and back propagation. The detailed steps of the algorithm are described as follows:
Step 1: Entering the learning samples ( Step 2: Confirming the number of neurons in each layer, establishing the connection weight matrix between two layers.
Step 3: Calculating the output of each node
Step 4: Comparing the mean square error of each input nodes.
Step 5: Stop calculating when the MSE meets the forecast error Step 6: Adjusting the connection weight matrix from layer 1 to layer ( Step 7: Go to step 4; stop calculating when MSE meets the desired value.
Generally speaking, the convergence rate of the neural network will slow down if the number of input attributes is too large, and it will give more chances to overfitting. Therefore, the input attributes must be reduced before they are input in the BP neural network. The C4.5 decision tree algorithm was used for choosing the optimal attribute set with high weight on the basis of calculating the information gain rate. Then, those attributes are regarded as input nodes during the construction of neural networks. When the network is well trained though as many as training samples, the prediction network will be obtained. After being tested and adjusted, the prediction network could be used to predict the result of the performance evaluation.
The performance evaluation method is shown in Figure 1.
Fig. 1
Procedure of performance evaluation for laboratories with the use of the decision tree and BP neural network.

The performance evaluation algorithm is described as follows:
Step 1: Determine the evaluation indexes. Step 2: Pre-processing the evaluation indexes by the fuzzy mathematics theory, aimed to make sure that the values are in the scope [0, 1]. Step 2: Generate a decision tree using C4.5 algorithm. Step 3: Select the evaluation indexes with high weight by decision tree. Step 4: Determine the optimized BP neural network structure described as Section 3.2.2. And then, training the network. Evaluate indexes that obtained from step 3 and evaluation results from expert consultation are input and output of the network respectively. Step 5: Test the network; check whether the network achieved the expected accuracy. Stop training if the expected error or the maximum number of iterations meet the desired value.
After that, the results of performance evaluation will be output if evaluation indexes are input into the BP neural network.
The reasonable evaluation system is the prerequisite of a scientific evaluation method. After the analysis of ISO 9000 family of standards, and combing with many years’ experience in performance evaluation, we established the evaluation system consists of six primary indexes and 24 secondly indexes. The valuation system is described in Table 1.
Evaluation system of college laboratories.
Construction |
1. Area and the environment 2. Instruments and equipment 3. Operation and maintenance 4. System and management |
Laboratory team building |
5. Tutors of experiment 6. Laboratory team construction 7. Personnel structure 8. Appraisal mechanism 9. Training mechanism |
Experimental teaching |
10. Practice ability 11. Exam of experiment 12. Report of experiment 13. Comprehensive and designed experiments |
Administration system |
14. System and management 15. Management tool 16. Experiment teaching material 17. Service efficiency |
Laboratory safety |
18. Safety measures 19. Hazmat management 20. Experimental environment protection 21. Clean and tidy |
Innovation and entrepreneurship |
22. Personnel structure proportions 23. Innovative entrepreneurship 24. Experiment project for college student |
The data we used came from our previous research. A great deal of data has been accumulated in performance evaluation of college laboratories in our previous work. Each evaluation index is expressed as a score in the range of 0 and 100. There are two kinds of evaluation indexes, namely qualitative index and quantitative index. Qualitative index scores can be given directly according to the scoring criteria. Quantitative index scores are given by experts according to the specific conditions and performance of the laboratory. After the quantitative index scores of laboratories have been done, the expert opinions of each index are processed by the arithmetic mean method.
Before being processed by the decision tree, the score must be pre-processed, aimed to make it range from 0 to 1. The scores of the indexes are shown in Table 2; laboratory numbers are in the first column; the scores of indexes are in rest columns.
The scores of the indexes.
1 | 72 | 84 | 76 | 72 | 75.6 |
2 | 77 | 78 | 85 | 85 | 81.2 |
3 | 86 | 94 | 75 | 86 | 84.3 |
4 | 87 | 71 | 82 | 82 | 81.4 |
5 | 82 | 63 | 88 | 76.5 | 80.2 |
6 | 71 | 83 | 89 | 80 | 80.6 |
7 | 85 | 94 | 92 | 88.5 | 89.6 |
8 | 81 | 60 | 68 | 74.5 | 71.6 |
9 | 79 | 55 | 74 | 66.5 | 70.2 |
10 | 91 | 76 | 90 | 89 | 87.3 |
For the sake of simplicity of computation, fuzzy mathematics theory was used to pre-process the data. In this case, the scores of evaluation results can be converted to a grade system. For example, if scores >85 are defined as ‘excellent (A)’, scores between 75 and 84 are defined as ‘good (B)’, scores between 75 and 84 are defined as ‘general (C)’ and scores <64 are defined as ‘poor (D)’. As a result, the scores in Table 2 can be converted to the grade system, which are shown in Table 3.
Grade system of evaluation indexes.
1 | C | B | B | C | B |
2 | B | B | A | A | B |
3 | A | A | B | A | B |
4 | A | C | B | B | B |
5 | B | D | A | B | B |
6 | C | B | A | B | B |
7 | A | A | A | A | A |
8 | B | D | C | B | C |
9 | B | D | C | C | C |
10 | A | B | A | A | A |
However, it is difficult to reflect the continuity of the changing processes mentioned in Table 3. For example, when the score is 74, it was converted to ‘C’ as it is <75. If the score is 75, it will be converted to a ‘B’. It is likely to produce misunderstanding that one point difference may lead to different grades. Therefore, we must blur original data. Considering the numerical characteristics, we use trapezoidal membership functions to calculate the membership degrees.
Trapezoidal fuzzy function is a fuzzy distribution function which refers to the probability theory aimed at making the evaluation more scientific [41]. Assume ‘Excellent (A)’, ‘Good (B)’, ‘General (C)’ and ‘Poor (D)’ is a set of fuzzy terms, respectively, which is described by trapezoidal fuzzy function. The forms of trapezoidal membership function in this paper are described as follows.
The original data in Table 3 were processed according to the trapezoidal membership function; the results are shown in Table 4. Due to space constraints, we only listed the four values of index scores.
The data after fuzzy processed.
0 | 0 | 1 | 0 | 0.375 | 0.625 | 0 | 0 | 0 | 0.625 | 0.375 | 0 | 0 | 0 | 1 | 0 |
0 | 0.875 | 0.125 | 0 | 0 | 0.875 | 0.125 | 0 | 0.625 | 0.375 | 0 | 0 | 0.625 | 0.375 | 0 | 0 |
0.75 | 0.25 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0.625 | 0.375 | 0 | 0.75 | 0.25 | 0 | 0 |
0.625 | 0.375 | 0 | 0 | 0 | 0 | 1 | 0 | 0.125 | 0.875 | 0 | 0 | 0.125 | 0.875 | 0 | 0 |
0 | 0 | 0.875 | 0.125 | 0 | 0 | 0.75 | 0.25 | 0.75 | 0.25 | 0 | 0 | 0 | 0.625 | 0.375 | 0 |
0 | 0 | 1 | 0 | 0.75 | 0.25 | 0 | 0 | 1 | 0 | 0 | 0 | 0.375 | 0.625 | 0 | 0 |
The decision tree was constructed using the algorithm as shown in Table 1. According to the performance evaluation system, the data samples are 24 second indexes processed by the decision tree. Every information gain ratio of the evaluation index is calculated by the C4.5 decision tree algorithm. There are 11 indexes with high weight according to the result of calculation. The information gain ratio is shown in Table 5.
Laboratory evaluation index system.
1 | Area and environment | 33.51% |
2 | Instruments and equipment | 28.46% |
3 | Operation and maintenance | 27.63% |
4 | System and management | 25.321% |
5 | Practice ability | 21.25% |
6 | Service efficiency | 20.87% |
7 | Personnel structure | 19.32% |
8 | Comprehensive and designed experiments | 19.87% |
9 | Experiment project for college student | 18.56% |
10 | Hazmat management | 17.62% |
11 | Innovative entrepreneurship | 16.93% |
The indexes selected by decision tree classification as the input of the neural network and the corresponding evaluation results from experts as the output. The BP neural network was constructed by using Python-based programming and TensorFlow tools.
Sigmod function was chosen as network activation function in this paper.
Delta machine learning rules were adopted, aimed at increasing the convergence, reducing the error rate and avoiding local minima values. The objective function of the error signal is calculated as follows:
In formula (12), Δ
Theoretically, the BP neural network with a single hidden layer can approximate any rational function. The number of hidden layers increasing will make the network more complex, which leads to increase the training time of the neural network and reduce the training efficiency.
It has been proved theoretically by Hecht-Nielsen that any continuous function in a closed interval can be approximated by a BP network with a hidden layer. A three-layer BP network can perform any mapping from
Studies have shown that there is no mature theory to accurately determine the number of neurons in hidden layers. Therefore, the numbers of neurons in hidden layer are generally determined based on previous empirical formulas. At present, common empirical formulas are as follows:
Fig. 2
The structure of the BP neural network.

To test and predict accuracy of the trained test network, a series of experiments were carried out. The training sample set was discretised first based on information entropy. The randomisation algorithm is used to disrupt the order of the sample set. Then, 75% of the samples were selected as training samples and the remaining 25% were selected as test samples.
The comparison of real values and predicted values is shown in Table 6. The simulation results are very close to the real values, which shows that the method is feasible and effective in performance evaluation of college laboratories.
Comparison of real values and predicted values.
Real values | 82 | 76 | 96 | 65 | 85 | 92 |
Predicted values | 82.3 | 76.2 | 95.8 | 62.3 | 85.1 | 91.8 |
Three experiments were carried; each experiment used the same data samples to ensure the fairness of the results. The first experiment approach adopted the model of performance evaluation with use of a single decision tree, and the second experiment adopted the model with the use of a single BP neural network; the third experiment adopted the method proposed in this paper. Each experiment was repeated 50 times; the average value was selected as the experimental result. The comparison of experimental results is shown in Table 7. The average accuracy of the performance method combines the decision tree and BP neural network 86.28. The data in the table indicate that the model introduced in this article is superior to other two models, which verifies the accuracy and rationality of the evaluation model.
Comparison of experimental results.
1 | 300 | 76.4 | 73.8 | 81.6 |
2 | 400 | 78.2 | 72.5 | 82.5 |
3 | 500 | 81.6 | 77.6 | 84.3 |
4 | 600 | 82.1 | 79.3 | 86.1 |
5 | 700 | 81.6 | 80.4 | 88.5 |
6 | 800 | 82.1 | 81.5 | 86.2 |
7 | 900 | 83.4 | 82.9 | 89.4 |
8 | 1000 | 84.5 | 83.2 | 91.6 |
Average value | 81.24 | 78.9 | 86.28 |
The neural network error curve comparison is shown in Figure 3. We can see from Figure 3 that the initial training error of the method is less than that of the other two methods, and it reaches the minimum error first. It shows that the classification accuracy of the model is improved.
Fig. 3
Neural network error curve comparison.

Finding out a scientific qualitative and quantitative evaluation method is a challenging task during the process of college laboratory performance evaluation. Although the decision tree technique is a way with high speed and high veracity in prediction of classification and BP neural network is a method with highly nonlinear mapping ability and self-learning ability, both of them have their own shortcomings in constructing evaluation models. For this reason, the evaluation model which combines the decision tree with the BP neural network is proposed in this article. The model overcomes the shortages of separate model, eliminates the disturbance of human factors and improves the accuracy of the evaluation.
The research of this paper demonstrates some obvious advantages, but it needs to be improved in some aspects as follows:
There is still room for improving the decision tree and BP neural network algorithm adopted in this paper, such as the improvement of the split index of decision tree and the improvement of convergence speed of the BP neural network.
Some evaluation indexes are difficult to quantify during the processes of evaluation, such as laboratory rules and regulations. These evaluation indexes are not selected, which may affect the results of evaluation to some extent. Therefore, the evaluation index system needs to be optimised in future works.
Fig. 1

Fig. 2

Fig. 3

Evaluation system of college laboratories.
Construction |
1. Area and the environment 2. Instruments and equipment 3. Operation and maintenance 4. System and management |
Laboratory team building |
5. Tutors of experiment 6. Laboratory team construction 7. Personnel structure 8. Appraisal mechanism 9. Training mechanism |
Experimental teaching |
10. Practice ability 11. Exam of experiment 12. Report of experiment 13. Comprehensive and designed experiments |
Administration system |
14. System and management 15. Management tool 16. Experiment teaching material 17. Service efficiency |
Laboratory safety |
18. Safety measures 19. Hazmat management 20. Experimental environment protection 21. Clean and tidy |
Innovation and entrepreneurship |
22. Personnel structure proportions 23. Innovative entrepreneurship 24. Experiment project for college student |
Grade system of evaluation indexes.
1 | C | B | B | C | B |
2 | B | B | A | A | B |
3 | A | A | B | A | B |
4 | A | C | B | B | B |
5 | B | D | A | B | B |
6 | C | B | A | B | B |
7 | A | A | A | A | A |
8 | B | D | C | B | C |
9 | B | D | C | C | C |
10 | A | B | A | A | A |
The scores of the indexes.
1 | 72 | 84 | 76 | 72 | 75.6 |
2 | 77 | 78 | 85 | 85 | 81.2 |
3 | 86 | 94 | 75 | 86 | 84.3 |
4 | 87 | 71 | 82 | 82 | 81.4 |
5 | 82 | 63 | 88 | 76.5 | 80.2 |
6 | 71 | 83 | 89 | 80 | 80.6 |
7 | 85 | 94 | 92 | 88.5 | 89.6 |
8 | 81 | 60 | 68 | 74.5 | 71.6 |
9 | 79 | 55 | 74 | 66.5 | 70.2 |
10 | 91 | 76 | 90 | 89 | 87.3 |
Laboratory evaluation index system.
1 | Area and environment | 33.51% |
2 | Instruments and equipment | 28.46% |
3 | Operation and maintenance | 27.63% |
4 | System and management | 25.321% |
5 | Practice ability | 21.25% |
6 | Service efficiency | 20.87% |
7 | Personnel structure | 19.32% |
8 | Comprehensive and designed experiments | 19.87% |
9 | Experiment project for college student | 18.56% |
10 | Hazmat management | 17.62% |
11 | Innovative entrepreneurship | 16.93% |
Comparison of real values and predicted values.
Real values | 82 | 76 | 96 | 65 | 85 | 92 |
Predicted values | 82.3 | 76.2 | 95.8 | 62.3 | 85.1 | 91.8 |
The data after fuzzy processed.
0 | 0 | 1 | 0 | 0.375 | 0.625 | 0 | 0 | 0 | 0.625 | 0.375 | 0 | 0 | 0 | 1 | 0 |
0 | 0.875 | 0.125 | 0 | 0 | 0.875 | 0.125 | 0 | 0.625 | 0.375 | 0 | 0 | 0.625 | 0.375 | 0 | 0 |
0.75 | 0.25 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0.625 | 0.375 | 0 | 0.75 | 0.25 | 0 | 0 |
0.625 | 0.375 | 0 | 0 | 0 | 0 | 1 | 0 | 0.125 | 0.875 | 0 | 0 | 0.125 | 0.875 | 0 | 0 |
0 | 0 | 0.875 | 0.125 | 0 | 0 | 0.75 | 0.25 | 0.75 | 0.25 | 0 | 0 | 0 | 0.625 | 0.375 | 0 |
0 | 0 | 1 | 0 | 0.75 | 0.25 | 0 | 0 | 1 | 0 | 0 | 0 | 0.375 | 0.625 | 0 | 0 |
Comparison of experimental results.
1 | 300 | 76.4 | 73.8 | 81.6 |
2 | 400 | 78.2 | 72.5 | 82.5 |
3 | 500 | 81.6 | 77.6 | 84.3 |
4 | 600 | 82.1 | 79.3 | 86.1 |
5 | 700 | 81.6 | 80.4 | 88.5 |
6 | 800 | 82.1 | 81.5 | 86.2 |
7 | 900 | 83.4 | 82.9 | 89.4 |
8 | 1000 | 84.5 | 83.2 | 91.6 |
Average value | 81.24 | 78.9 | 86.28 |
Law of interest rate changes in financial markets based on the differential equation model of liquidity Basalt fibre continuous reinforcement composite pavement reinforcement design based on finite element model Industrial transfer and regional economy coordination based on multiple regression model Response model for the psychological education of college students based on non-linear finite element equations Satisfactory consistency judgement and inconsistency adjustment of linguistic judgement matrix Analysis of the relationship between industrial agglomeration and regional economic growth based on the multi-objective optimisation model Constraint effect of enterprise productivity based on constrained form variational computing The impact of urban expansion in Beijing and Metropolitan Area urban heat Island from 1999 to 2019 Ultrasonic wave promoting ice melt in ice storage tank based on polynomial fitting calculation model Regarding new wave distributions of the non-linear integro-partial Ito differential and fifth-order integrable equations Badminton players’ trajectory under numerical calculation method Innovations to Attribute Reduction of Covering Decision System Based on Conditional Information Entropy Nonlinear Differential Equations in the Teaching Model of Educational Informatisation The evaluation of college students’ innovation and entrepreneurship ability based on nonlinear model Smart Communities to Reduce Earthquake Damage: A Case Study in Xinheyuan, China Institutional investor company social responsibility report and company performance Mathematical analysis of China's birth rate and research on the urgency of deepening the reform of art education First-principles calculations of magnetic and mechanical properties of Fe-based nanocrystalline alloy Fe80Si10Nb6B2Cu2 Has the belt and road initiative boosted the resident consumption in cities along the domestic route? – evidence from credit card consumption Attitude control for the rigid spacecraft with the improved extended state observer Cognitive Computational Model Using Machine Learning Algorithm in Artificial Intelligence Environment Research on tourism income index based on ordinary differential mathematical equation Application of Higher-Order Ordinary Differential Equation Model in Financial Investment Stock Price Forecast Sports Science Teaching of Athletics Based on Nonlinear Mathematical Equation Informatisation of educational reform based on fractional differential equations Research on the control of quantitative economic management variables under the numerical method based on stochastic ordinary differential equations Network monitoring and processing accuracy of big data acquisition based on mathematical model of fractional differential equation System dynamics model of output of ball mill Sensitivity Analysis of the Waterproof Performance of Elastic Rubber Gasket in Shield Tunnel Design of Morlet wavelet neural network to solve the non-linear influenza disease system Motion about equilibrium points in the Jupiter-Europa system with oblateness Badminton players’ trajectory under numerical calculation method Optimal preview repetitive control for impulse-free continuous-time descriptor systems Development of main functional modules for MVB and its application in rail transit Study on the impact of forest fire prevention policy on the health of forest resources Value Creation of Real Estate Company Spin-off Property Service Company Listing Selection by differential mortality rates Digital model creation and image meticulous processing based on variational partial differential equation The modelling and implementation of the virtual 3D animation scene based on the geometric centre-of-mass algorithm The policy efficiency evaluation of the Beijing–Tianjin–Hebei regional government guidance fund based on the entropy method The transfer of stylised artistic images in eye movement experiments based on fuzzy differential equations Research on behavioural differences in the processing of tenant listing information: An eye-movement experiment A review of the treatment techniques of VOC Some classes of complete permutation polynomials in the form of ( x p m −x +δ )s +ax p m +bx overF p 2m Deformation and stress theory of surrounding rock of shallow circular tunnel based on complex variable function method The consistency method of linguistic information and other four preference information in group decision-making Research on the willingness of Forest Land’s Management Rights transfer under the Beijing Forestry Development A mathematical model of the fractional differential method for structural design dynamics simulation of lower limb force movement step structure based on Sanda movement Fractal structure of magnetic island in tokamak plasma Numerical calculation and study of differential equations of muscle movement velocity based on martial articulation body ligament tension Study on the maximum value of flight distance based on the fractional differential equation for calculating the best path of shot put Sports intensity and energy consumption based on fractional linear regression equation Translog function in government development of low-carbon economy Analysis of the properties of matrix rank and the relationship between matrix rank and matrix operations Research on the Psychological Distribution Delay of Artificial Neural Network Based on the Analysis of Differential Equation by Inequality Expansion and Contraction Method Study on Establishment and Improvement Strategy of Aviation Equipment Research on Financial Risk Early Warning of Listed Companies Based on Stochastic Effect Mode The Model of Sugar Metabolism and Exercise Energy Expenditure Based on Fractional Linear Regression Equation Constructing Artistic Surface Modeling Design Based on Nonlinear Over-limit Interpolation Equation Numerical Simulation Analysis Mathematics of Fluid Mechanics for Semiconductor Circuit Breaker Characteristics of Mathematical Statistics Model of Student Emotion in College Physical Education Human Body Movement Coupling Model in Physical Education Class in the Educational Mathematical Equation of Reasonable Exercise Course The contribution of structural equation model analysis to higher education agglomeration and innovation and entrepreneurship Study on the evolutionary game theory of the psychological choice for online purchase of fresh produce under replicator dynamics formula The influence of X fuzzy mathematics method in basketball tactics scoring Mathematical statistics algorithm in the bending performance test of corroded reinforced concrete beams under fatigue load Nonlinear strategic human resource management based on organisational mathematical model Back propagation mathematical model for stock price prediction Evolutionary game research on the psychological choice of online shopping of fresh agricultural products based on dynamic simulation model Differential equation model of financial market stability based on big data Multi-attribute decision-making methods based on normal random variables in supply chain risk management Linear fractional differential equations in bank resource allocation and financial risk management model Construction and reform of art design teaching mode under the background of the integration of non-linear equations and the internet Spatial–temporal graph neural network based on node attention A contrastive study on the production of double vowels in Mandarin Financial accounting measurement model based on numerical analysis of rigid normal differential equation and rigid generalised functional equation Research of cascade averaging control in hydraulic equilibrium regulation of heating pipe network Mathematical analysis of civil litigation and empirical research of corporate governance Health monitoring of Bridges based on multifractal theory College students’ innovation and entrepreneurship ability based on nonlinear model Health status diagnosis of the bridges based on multi-fractal de-trend fluctuation analysis Mathematical simulation analysis of optimal testing of shot puter's throwing path Performance evaluation of college laboratories based on fusion of decision tree and BP neural network Application and risk assessment of the energy performance contracting model in energy conservation of public buildings The term structure of economic management rate under the parameter analysis of the estimation model based on common differential equation Sensitivity analysis of design parameters of envelope enclosure performance in the dry-hot and dry-cold areas The Spatial Form of Digital Nonlinear Landscape Architecture Design Based on Computer Big Data The improvement of museum information flow based on paste functional mapping method The art design of industrialised manufacturing furniture products based on the simulation of mathematical curves TOPSIS missile target selection method supported by the posterior probability of target recognition Research on Evaluation of Intercultural Competence of Civil Aviation College Students Based on Language Operator The incentive contract of subject librarians in university library under the non-linear task importance Modelling and Simulation of Collaborative Innovation System in Colleges and Universities Based on Interpreted Structural Equation Model Small amplitude periodic solution of Hopf Bifurcation Theorem for fractional differential equations of balance point in group competitive martial arts The Optimal Solution of Feature Decomposition Based on the Mathematical Model of Nonlinear Landscape Garden Features Composite mechanical performance of prefabricated concrete based on hysteresis curve equation Higher education innovation and reform model based on hierarchical probit Application of Fuzzy Mathematics Calculation in Quantitative Evaluation of Students’ Performance of Basketball Jump Shot The teaching of sports science of track and field-based on nonlinear mathematical equations Visual error correction of continuous aerobics action images based on graph difference function Ecological balance model of effective utilization of agricultural water resources based on fractional differential equations Application of Higher Order Ordinary Differential Equation Model in Financial Investment Stock Price Forecast Precision algorithms in second-order fractional differential equations Application of Forced Modulation Function Mathematical Model in the Characteristic Research of Reflective Intensity Fibre Sensors Fractional differential equations in National Sports Training in Colleges and Universities Radioactive source search problem and optimisation model based on meta-heuristic algorithm Visualized calculation of regional power grid power data based on multiple linear regression equation Application of mathematical probabilistic statistical model of base – FFCA financial data processing Least-squares method and deep learning in the identification and analysis of name-plates of power equipment Research on a method of completeness index based on complex model Distribution network monitoring and management system based on intelligent recognition and judgement Fake online review recognition algorithm and optimisation research based on deep learning Research on the sustainable development and renewal of Macao inner harbour under the background of digitisation Support design of main retracement passage in fully mechanised coal mining face based on numerical simulation Study on the crushing mechanism and parameters of the two-flow crusher Topological optimisation technology of gravity dam section structure based on ANSYS partial differential equation operation Interaction design of financial insurance products under the Era of AIoT Modeling the pathway of breast cancer in the Middle East Corporate social responsibility fulfilment, product-market competition and debt risk: Evidence from China ARMA analysis of the green innovation technology of core enterprises under the ecosystem – Time series data Reconstruction of multimodal aesthetic critical discourse analysis framework Image design and interaction technology based on Fourier inverse transform What does students’ experience of e-portfolios suggest Research on China interregional industrial transformation slowdown and influencing factors of industrial transformation based on numerical simulation The medical health venture capital network community structure, information dissemination and the cognitive proximity The optimal model of employment and entrepreneurship models in colleges and universities based on probability theory and statistics A generative design method of building layout generated by path Analysis of the causes of the influence of the industrial economy on the social economy based on multiple linear regression equation Research of neural network for weld penetration control Analysing the action techniques of basketball players’ shooting training using calculus method Engineering project management based on multiple regression equation and building information modelling technology Research on predictive control of students’ performance in PE classes based on the mathematical model of multiple linear regression equation Beam control method for multi-array antennas based on improved genetic algorithm The influence of X fuzzy mathematical method on basketball tactics scoring Mathematical model of back propagation for stock price forecasting Application of regression function model based on panel data in bank resource allocation financial risk management Application of Logical Regression Function Model in Credit Business of Commercial Banks Research on aerobics training posture motion capture based on mathematical similarity matching statistical analysis Application of Sobolev-Volterra projection and finite element numerical analysis of integral differential equations in modern art design Research on motion capture of dance training pose based on statistical analysis of mathematical similarity matching Application of data mining in basketball statistics Application of B-theory for numerical method of functional differential equations in the analysis of fair value in financial accounting Research on the influence of fuzzy mathematics simulation model in the development of Wushu market Study on audio-visual family restoration of children with mental disorders based on the mathematical model of fuzzy comprehensive evaluation of differential equation Difference-in-differences test for micro effect of technological finance cooperation pilot in China Application of multi-attribute decision-making methods based on normal random variables in supply chain risk management Exploration on the collaborative relationship between government, industry, and university from the perspective of collaborative innovation The impact of financial repression on manufacturing upgrade based on fractional Fourier transform and probability AtanK-A New SVM Kernel for Classification Validity and reliability analysis of the Chinese version of planned happenstance career inventory based on mathematical statistics Visual positioning system for marine industrial robot assembly based on complex variable function Mechanical behaviour of continuous girder bridge with corrugated steel webs constructed by RW Application of Lane-Emden differential equation numerical method in fair value analysis of financial accounting Regression function model in risk management of bank resource allocation Application of numerical method of functional differential equations in fair value of financial accounting Optimal solution of fractional differential equations in solving the relief of college students’ mental obstacles Risk contagion in financial markets based on copula model Calculating university education model based on finite element fractional differential equations and macro-control analysis Automatic parameter selection ZVD shaping algorithm for crane vibration suppression based on particle swarm optimisation Educational research on mathematics differential equation to simulate the model of children's mental health prevention and control system Analysis of enterprise management technology and innovation based on multilinear regression model Verifying the validity of the whole person model of mental health education activities in colleges based on differential equation RETRACTION NOTE Calculation of tourism development income index based on finite element ordinary differential mathematical equation Adoption of deep learning Markov model combined with copula function in portfolio risk measurement Radar system simulation and non-Gaussian mathematical model under virtual reality technology Comparison of compression estimations under the penalty functions of different violent crimes on campus through deep learning and linear spatial autoregressive models Research and application of constructing football training linear programming based on multiple linear regression equation Research on management evaluation of enterprise sales cash flow percentage method based on the application of quadratic linear regression equations Mathematical simulation analysis of optimal detection of shot-putters’ best path Determination of the minimum distance between vibration source and fibre under existing optical vibration signals: a study Mathematical modelling of enterprise financial risk assessment based on risk conduction model Nonlinear differential equations based on the B-S-M model in the pricing of derivatives in financial markets Mathematical simulation experiment based on optimisation of heat treatment process of aluminium alloy materials Mathematical model of transforming image elements to structured data based on BP neural network Educational reform informatisation based on fractional differential equation 3D Mathematical Modelling Technology in Visual Rehearsal System of Sports Dance MCM of Student’s Physical Health Based on Mathematical Cone Sports health quantification method and system implementation based on multiple thermal physiology simulation Research on visual optimization design of machine–machine interface for mechanical industrial equipment based on nonlinear partial equations Informationisation of teaching model for track and field education based on finite element higher-order fractional differential equation Research on identifying psychological health problems of college students by logistic regression model based on data mining Information technology of preschool education reform of fine arts based on fractional differential equation Information Teaching Model of Preschool Art Education in Colleges and Universities Based on Finite Element Higher-Order Fractional Differential Equation A mathematical model of PCNN for image fusion with non-sampled contourlet transform Application of artificial intelligence algorithm in mathematical modelling and solving College Students’ Mental Health Climbing Consumption Model Based on Nonlinear Differential Equations Communication architecture of power monitoring system based on incidence matrix model Differential equation to verify the validity of the model of the whole-person mental health education activity in Universities Optimisation of Modelling of Finite Element Differential Equations with Modern Art Design Theory Analysis and Prediction of College Students’ Mental Health Based on K-means Clustering Algorithm Mathematical function data model analysis and synthesis system based on short-term human movement Human gait modelling and tracking based on motion functionalisation Analysis and synthesis of function data of human movement Energy-saving technology of BIM green buildings using fractional differential equation Study on the training model of football movement trajectory drop point based on fractional differential equation Financial Accounting Measurement Model Based on Numerical Analysis of Rigid Normal Differential Equation and Rigid Functional Equation User online consumption behaviour based on fractional differential equation Differential equation model of financial market stability based on Internet big data Multi-attribute Decision Method Based on Normal Random Variable in Economic Management Risk Control Children’s cognitive function and mental health based on finite element nonlinear mathematical model Dichotomy model based on the finite element differential equation in the educational informatisation teaching reform model Nonlinear Dissipative System Mathematical Equations in the Multi-regression Model of Information-based Teaching Stock price analysis based on the research of multiple linear regression macroeconomic variables Fractional Linear Regression Equation in Agricultural Disaster Assessment Model Based on Geographic Information System Analysis Technology