Skip to main content

ORIGINAL RESEARCH article

Front. Mater., 03 November 2021
Sec. Structural Materials
Volume 8 - 2021 | https://doi.org/10.3389/fmats.2021.767031

Strength Prediction of Coal-Based Solid Waste Filler Based on BP Neural Network

www.frontiersin.orgFeisheng Feng1 www.frontiersin.orgLirong Li2 www.frontiersin.orgJiqiang Zhang1* www.frontiersin.orgZhen Yang3 www.frontiersin.orgXiaolou Chi1
  • 1State Key Laboratory of Mining Response and Disaster Prevention and Control in Deep Coal Mine, Anhui University of Science and Technology, Huainan, China
  • 2Shanxi Coking Coal Group Co., Ltd., Taiyuan, China
  • 3College of Information Science and Engineering, Henan University of Technology, Zhengzhou, China

The compressive strength of filling body is an important index to characterize the filling and mining effect of coal mine. In order to accurately predict the strength of coal-based solid waste filler (CBSWF) to guide the safe, efficient, and green mining of coal mine, coal gangue is used as coarse material; fly ash, desulfurization gypsum, gasification slag, and furnace bottom slag are used as fine materials; and cement is used as gelling agent. The compressive strength and bleeding rate of CBSWF are tested through orthogonal test, and the strength of CBSWF at different curing ages is predicted by using a 4-11-3 three-layer BP neural network structure. The results show that the correlation coefficient r of strength prediction of CBSWF is 0.99987, which can accurately predict the strength of CBSWF. Orthogonal test combined with the BP neural network can reduce the number of tests without losing generality, make full use of the advantages of adaptive nonlinear optimization of the BP neural network, and improve the operation efficiency of the model, fast prediction speed, and high accuracy.

Introduction

In recent years, China’s coal output has remained high, reaching 3.9 billion tons of raw coal in 2020. With the large-scale coal production capacity, there are also ecological problems such as surface subsidence, coal-based solid waste discharge, water system, and environmental pollution. In view of these problems, more and more mines adopt filling coal mining technology to effectively solve the coal-based solid waste generated in the process of coal deep processing. It has achieved good social and economic benefits (Wu et al., 2016; Wu et al., 2018; Zhang et al., 2020a).

Coal-based solid waste refers to the solid waste generated in the process of coal development and utilization, such as coal gangue, fly ash, desulfurization gypsum, and coal chemical waste residue. The multi-source coal-based solid waste forms a filling body by setting the ratio to avoid the deformation and damage of the rock mass around the stope. Therefore, exploring the strength characteristics, composition, and mechanical properties of coal-based solid waste filling is a necessary research content to ensure the filling effect. Exploring the performance of coal-based solid waste filling is mainly characterized by its compressive strength (Hao et al., 2021a). Uniaxial compressive strength (UCS) is an important parameter for rock mass classification and rock engineering design (Hao et al., 2020; Hao et al., 2021b). At present, empirical analogy method, empirical formula method, physical simulation method, elastic mechanics analysis method, and other methods are mainly used to predict the strength of filling body, but there are some problems such as lack of scientificity and low accuracy of prediction results (Chang et al., 2009). With the rapid development of big data and artificial intelligence, intelligent algorithm has been introduced into the field of coal mine filling mining to predict the strength of filling body. Deng et al. (2021) predict the strength of aeolian sand filling body from the aspects of data fitting degree, network error analysis, and prediction results, and constructs a prediction model based on the BP neural network model and PCA-BP neural network model. Zhang et al. (2020b) used artificial intelligence algorithm to study the proportion development of mining cementitious materials from the perspective of “black box”, and obtains the optimal proportion of cementitious materials through orthogonal test and an artificial neural network model. Zhang and Deng (2020) extracted the strength prediction model of deep connected deep belief network (DBN) with input parameters, and used quantum particle swarm optimization algorithm to determine the number of hidden layer nodes and learning rate of DBN. The prediction performance of the BP neural network, RVM (relevance vector machine), and SVM (support vector machine) was compared and analyzed. Bai et al. (2020) improved the initial weight and threshold of the BP neural network through genetic algorithm, established the compressive strength prediction model of recycled thermal insulation concrete, and compared and analyzed the performance of the GA-BP neural network and BP neural network prediction model. Moon and Munira (2021) used 3-days concrete strength as the prior information in neural network training, developed a neural network model based on prior information (pi-nnm) to obtain the 28-days concrete strength prediction model, and verified the prediction ability of the prediction model through practical production application. Huang et al. (2021) used the orthogonal test method to analyze the sensitivity of compressive strength and splitting strength of hybrid fiber reinforced recycled aggregate concrete (HYFRAC), proposed a hyfrac compressive strength prediction model based on the convolution neural network (CNN), and compared and analyzed the prediction effects of the back propagation (BP) neural network model and multiple linear regression model. Zhang et al. (2021) support vector machine and a modified cuckoo algorithm are utilized to predict the compressive strength of geopolymer concrete. An orthogonal factor is introduced to modify the traditional cuckoo algorithm to update new species and accelerate computation convergence. Then, the modified cuckoo algorithm is employed to optimize the parameters in the support vector machine model. Then, the compressive strength predictive model of coal gangue-based geopolymer concrete is established with oxide content of raw materials as the input and compressive strength as the output of the model.

In the development history of the artificial neural network, the MLP (multi-layer perceptron) network has played a great role in the development of the artificial neural network. It is also considered as a real artificial neural network model. Its emergence has set off an upsurge of people’s research on artificial neural network. As the initial neural network, the single-layer perceptual network (M-P model) has the following advantages: clear model, simple structure, and small amount of calculation. However, with the deepening of research work, it is found that it still has some shortcomings. For example, it cannot deal with nonlinear problems. Even if the action function of the calculation unit does not use the valve function and uses other more complex nonlinear functions, it can only solve the linear separable problem and cannot realize some basic functions, which limits its application. The only way to enhance the classification and identification ability of the network and solve the nonlinear problem is to use a multi-layer feedforward network, that is, add an implicit layer between the input layer and the output layer. A multilayer feedforward perceptron network is formed. In the mid-1980s, David Rumelhart, Geoffrey Hinton, Ronald Williams, and David Parker independently discovered the error BP training algorithm, which systematically solved the learning problem of hidden layer connection weight of the multilayer neural network and gave a complete derivation mathematically. The multilayer feedforward network using this algorithm for error correction is called BP network.

The basic BP algorithm includes two processes: signal forward propagation and error BP. That is, the error output is calculated in the direction from input to output, while the weight and threshold are adjusted in the direction from output to input. During forward propagation, the input signal acts on the output node through the hidden layer and generates the output signal through nonlinear transformation. If the actual output is inconsistent with the expected output, it will turn into the BP process of error. Error BP is to back transmit the output error layer by layer to the input layer through the hidden layer, allocate the error to all units of each layer, and take the error signal obtained from each layer as the basis for adjusting the weight of each unit. By adjusting the connection strength between the input node and the hidden layer node, and the connection strength and threshold between the hidden layer node and the output node, the error decreases along the gradient direction. After repeated learning and training, the network parameters (weight and threshold) corresponding to the minimum error are determined, and the training stops (Wang et al., 2021). At this time, the trained neural network can process the input information of similar samples and output the non-linear converted information with the minimum error.

Compared with traditional methods, the BP neural network has become the most widely used neural algorithm with its good nonlinear mapping ability, self-learning, and self-adaptive ability, and has actively explored and studied strength prediction (Hu et al., 2021; Ji et al., 2021; Qing et al., 2021). Wei et al. (2020) studied the influence of fly ash content on the strength of cemented backfill based on orthogonal test, and analyzed and predicted the influence law by using the BP neural network model. In Jiang et al. (2021), aiming at the influence of heterogeneity on rock strength under different strain rates, 42 quasi-static and 42 dynamic Brazilian disk experimental tests were trained, verified, and tested by the artificial neural network, and the relationship between rock strength and heterogeneity parameters under different strain rates was obtained. Through sensitivity analysis, it is found that strain rate is the most important physical quantity affecting the strength of heterogeneous rock.

Based on the BP neural network, taking coal gangue as coarse material; fly ash, desulfurization gypsum, gasification slag, and furnace bottom slag as fine material; and cement as gelling agent, the compressive strength and bleeding rate of coal-based solid waste filler (CBSWF) are tested through orthogonal test. The three-layer BP neural network of 4-11-3 is used to predict the strength of CBSWF, and the strength prediction model of CBSWF is established, The prediction results are evaluated.

Test Materials and Methods

Material Composition

The chemical composition of the dried CBSWF material is determined by x-ray diffraction (XRD) and x-ray fluorescence spectrum analysis (XRF). As shown in Figure 1, the main component of coal gangue is SiO2, accompanied by some silica compounds. A large amount of SiO2 ensures the high hardness and deformation resistance of gangue. Fly ash is the dry discharged ash of the Yuanyanghu power plant. The main components are SiO2, Fe2O3, and CaO. The content of CaO and SiO2 reaches 92.27%, which reduces the polymerization degree of glass in fly ash and increases its activity. The gasification slag is mainly composed of SiO2, the bottom slag is mainly composed of SiO2, Al2O3 • SiO2, and Fe2O3, and the desulfurization gypsum is mainly composed of CaSO4 and CaSO4 • 2H2O.

FIGURE 1
www.frontiersin.org

FIGURE 1. X-ray diffraction (XRD) of coal based solid waste filling material.

Test Scheme

Using L16(44) orthogonal test, without special explanation, the ratio involved in the text is the quality ratio. Selecting the quality of coal gangue and cement as invariants, the cement content shall not exceed 5% of the total mass of coal-based solid waste. Set four research factors, namely, A (concentration), B (ash–gangue ratio), C (gasification slag:furnace bottom slag), and D (gasification slag:desulfurization gypsum), and set four horizontal gradients, as shown in Table 1.

TABLE 1
www.frontiersin.org

TABLE 1. L16 (44) orthogonal experimental factors and levels.

Source and Preparation of Test Materials

Ningdong energy and chemical base are located in the Middle East of Ningxia. In 2018, the coal output was about 91.55 million tons, the coal chemical production capacity was 22.25 million tons, and the thermal power capacity was 14.95 million kW. In recent years, it has produced more than 90 million tons of coal-based solid wastes such as coal gangue, fly ash, desulfurization gypsum, gasification slag, and furnace bottom slag (Yang et al., 2021). Coal gangue was used as coarse material; fly ash, gasification slag, furnace bottom slag, and desulfurization gypsum were used as fine material; and 42.5 ordinary Portland cement was used as cementitious material. Among them, coal gangue comes from Renjiazhuang and Meihuajing coal mines, and fly ash, desulfurization gypsum, gasification slag, and bottom slag come from the Yuanyanghu power plant. The geographical location of the mining area is shown in Figure 2.

FIGURE 2
www.frontiersin.org

FIGURE 2. Coal based solid waste materials: (A) coal gangue, (B) fly ash, (C) gasification slag, (D) furnace bottom slag, and (E) desulfurization gypsum.

The large gangue is crushed by a small jaw crusher and screened into coal gangue with a particle size of 0–5 mm through a standard screen. The cemented block in the material is crushed and ground and screened with a 0- to 5-mm standard screen for standby. According to GB\t50080-2016 national standard (Ministry of Housing and Urban and Rural Construction, 2016), all kinds of coal-based solid waste materials are weighed successively according to the quality fraction requirements of the design scheme. The required water is poured into the evenly mixed filling materials, and a small amount of cement is mixed. After 30 s of mixing, the mixed cementation material is cast into the standard cube mold of 70.7 × 70.7 × 70.7 mm, and the surface of the mold is smooth with a scraper. Then, add some mixed cementitious materials into the plexiglass container with a height of about 120 mm to ensure that the height of the measured filling surface is consistent, and then seal it tightly with fresh-keeping film. After standing indoors for 24 h, measure the separated water surface and cement slurry expansion surface. After the flat mold is placed indoors and cured for 12 h, the sample is taken out of the mold after the test block is initially self-supporting and placed in a curing box with constant temperature and humidity of 20°C and humidity of 90% ± 5% until taken out for testing. According to the national standard (General Institute of Coal Science Research, 2010) of GB\t23561.12-2010, complete the strength test on the electro-hydraulic servo universal press (loading rate is 0.05 kn/s), as shown in Figure 3.

FIGURE 3
www.frontiersin.org

FIGURE 3. Test pieces and test process of some CBSWF.

Test Results

The bleeding rate and uniaxial compressive strength (3, 7, and 28 days) of CBSWF are tested by L16 (44) orthogonal experiment, as shown in Table 2.

TABLE 2
www.frontiersin.org

TABLE 2. Orthogonal experimental results of L16 (44) CBSWF.

The results of bleeding rate and uniaxial compressive strength (3, 7, and 28 days) of CBSWF are shown in Figure 4. The AiBiCiDi is used to characterize the optimal test scheme combination of strength, in which A, B, C, and D represent four factors, and i (taking 1,2,3,4) represents different horizontal gradients of the corresponding factors. It can be seen that among the 16 groups of specimens, when the curing age is 3 days, the compressive strength of S15 is the largest and the compressive strength of S5 is the smallest. At this time, given A (concentration is 80%), B (ash–gangue ratio is 0.5), C (gasification slag:bottom slag is 1.67), and D (gasification slag:desulfurization gypsum is 0.7), the combination with the largest strength in the previous period is A4B3C2D4. When the curing age is 7 and 28 days, the compressive strength and bleeding rate of S12 are the largest. At this time, given A (concentration is 78%), B (ash–gangue ratio is 0.6), C (gasification slag:bottom slag is 1.67), and D (gasification slag:desulfurization gypsum is 1), the combination with the largest strength in the later stage is A3B4C2D1.

FIGURE 4
www.frontiersin.org

FIGURE 4. Bleeding rate and UCS of CBSWF in different test groups.

Establishment of Filling Strength Prediction Model

The BP neural network is a multilayer feedforward neural network trained according to the error BP algorithm. It is the most widely used neural network at present. Its basic idea is the gradient descent method, which uses gradient search technology to minimize the error mean square deviation between the actual output value and the expected output value of the network. The artificial neural network does not need to determine the mathematical equation of the mapping relationship between input and output in advance. It only learns some rules through its own training and obtains the result closest to the expected output value when the input value is given.

From the orthogonal test results, it can be seen that A (concentration), B (ash–gangue ratio), C (gasification slag:furnace bottom slag), and D (gasification slag:desulfurization gypsum) all have an impact on the strength of CBSWF, and each factor has a nonlinear relationship with the compressive strength. It is impossible to consider all factors in the test. The neural network model can be constructed based on the existing test data to predict the unknown data. By establishing the filling strength prediction model based on the BP neural network, the disadvantages of experimental test and field monitoring being costly and time-consuming can be overcome, and a new method for filling strength prediction is provided.

Taking the bleeding rate and uniaxial compressive strength (3, 7, and 28 days) of coal-based solid waste material filling in L16 (44) orthogonal experiment as samples, the strength prediction model of CBSWF is constructed. The main structure of the model is composed of an input layer, a hidden layer, and an output layer, with A (concentration), B (ash–gangue ratio), C (gasification slag:furnace bottom slag), and D (gasification slag:desulfurization gypsum) as the network input factor in the input layer, and the 3-, 7-, and 28-days compressive strength and bleeding rate of CBSWF are taken as the network output factors. Groups S4, S8, S12, and S16 in the table are taken as the test set samples, and the other 12 groups of data are taken as the training set samples. The number of neurons in the hidden layer can determine the convergence of the training function, the length of training, and the size of training error, which is very important for the effect of model fitting. Many scholars have conducted a lot of research on the selection of the number of neurons in the hidden layer (Adil et al., 2020; Chin and Zhang, 2021; Karmakar and Goswami, 2021). Dong et al. (2018) believe that the number of neurons in the hidden layer is optimal when m is (2a + 1), which can also be selected according to Eq. 1:

{m=(a+b)+km=log2am=ab(1)

In the equation, a and b are the number of input factors and output factors, respectively, and k is a constant between 0 and 10. The number of neurons in the hidden layer determined according to the above formula is 2–12. The average relative error of compressive strength is used as the basis for screening the number of neurons in the hidden layer. The number of neurons in the hidden layer is determined through comparative analysis, and the network performance when the number of neurons in the hidden layer is 2–12 is checked respectively, The prediction results and relative errors of compressive strength at different curing ages (3, 7, and 28 days) are obtained. The relative errors obtained from each neuron are averaged, as shown in Table 3. It is found that the relative error increases with the increase of curing age, and the worse the prediction effect. When the number of neurons in the hidden layer is 12, the average relative error of 3-days compressive strength is the smallest, which is 2.952257%. When the number is 10, the average relative error of 7-days compressive strength is the smallest, which is 7.99%. When the number is 9, the average relative error of 28-days compressive strength is the smallest, which is 15.31%. The average relative error of different curing ages is taken as the average value. It is found that when the number of neurons in the hidden layer is 11, the relative average error is the smallest, which is 10.59%. At this time, the training error will be closer to the target error. Therefore, the number of neurons in the hidden layer is 11 to predict the strength of the filling body.

TABLE 3
www.frontiersin.org

TABLE 3. Average relative error of number and intensity prediction of neurons in different hidden layers.

At the same time, set the transfer function of input layer and output layer as purelin function, the transfer function of hidden layer as logarithmic S-type transfer function logsig, and the traingdx function is selected as the training function. The three-layer BP neural network, i.e., 4-11-3, is used to construct the strength prediction model of CBSWF, as shown in Figure 5.

FIGURE 5
www.frontiersin.org

FIGURE 5. 3-layer BP neural network structure.

In order to avoid the situation that the training time is too long to converge, before formal modeling, the data shall be preprocessed by data normalization method, the input or output data shall be transformed into dimensionless values of interval [0,1] or [−1,1], and the accuracy of prediction results shall be judged by means of average relative error analysis. Eq. 2 is used for normalization:

x'k=(xkxmin)/(xmaxxmin)(2)

Where x'k is normalized data, xk is the original data, and xmax and xmin are the maximum and minimum of each group of factors, respectively. When outputting the prediction results, the data also need to be inverse normalized.

Discussion

Literature (Dong et al., 2018) based on 18 groups of orthogonal test samples with mixing level, taking the content of cement clinker, desulfurization ash, Glauber’s salt, and steel slag as four input factors and the 7- and 28-days compressive strength of the filling body as the output factor, 4 × 9 × 2, the maximum relative errors of predicted strength at 7 and 28 days are 4.33 and 0.84%. Liang et al. (2017) collected 47 groups samples. With the help of MATLAB R2015a platform and based on the BP neural network, the three-layer neural network model with single hidden layer is taken as the input with the amount of water, cement, sand, gravel, and recycled coarse aggregate per unit volume and the 28-days prism compressive strength of recycled concrete as the output. Its structure is 5-21-1. The simulation results show that the maximum relative error of prediction is 18.69%. The prediction error is less than 5%, accounting for 78.72% of the total sample. These studies show that using the BP neural network model to predict material strength is feasible and accurate.

Based on the above research basis, in MATLAB software, the 4-11-3 three-layer BP neural network is used to predict the strength of CBSWF. The number of training iterations is set to 1,000 steps, and the error target is set to 0.0001. The strength prediction value and relative error results are shown in Table 4. Obviously, it can be found that the strength prediction value of S1–S12 training data in the input layer by the BP neural network is close to the test value. The maximum relative error is 5.1% of the 28-days strength and the minimum is 0.0051% of the 7-days strength. However, the strength prediction value of S13–S16 test data in the output layer is quite different from the test value. The relative error of the 28-days strength in S16 reaches 176.22%, and the minimum value is 4.35% of the 3-days strength in S13. The average error of the 3-days strength is 3.95%, that of the 7-days strength is 8.21%, and that of the 28-days strength is 19.59%.

TABLE 4
www.frontiersin.org

TABLE 4. Predicted values and relative error results of strength at different curing ages.

The BP neural network training error convergence curve and fitting characterization of the filling strength are shown in Figure 6. The best training error is 0.0115% after 1,000 times of training in the whole training process. The effect of the whole filling strength prediction can be evaluated by fitting characterization. The solid line represents the simulation fitting curve, and the dotted line represents that the predicted value is equal to the experimental value. The R value is the correlation coefficient between the predicted output and the target output. The closer the R value is to 1, it shows that the greater the correlation between the predicted output and the target output, the higher the fitting degree of the prediction model, and the better the prediction effect. It can be concluded that the correlation coefficient r of the strength prediction of coal-based solid waste filling body is 0.99987, indicating that the BP neural network is used to predict the compressive strength of filling body with high accuracy.

FIGURE 6
www.frontiersin.org

FIGURE 6. Error convergence curve and fitting results.

Conclusion

The following conclusions could be drawn from the current study:

1) The compressive strength and bleeding rate of CBSWF are tested through orthogonal test. It is found that the combination with the largest early strength is A4B3C2D4. When the curing age is 7 and 28 days, the compressive strength and bleeding rate of S12 are the largest; that is, the combination with the largest later strength is A3B4C2D1.

2) The 4-11-3 three-layer BP neural network is used to predict the compressive strength of coal-based solid waste filling at different curing ages (3, 7, and 28 days). It is concluded that the correlation coefficient r of strength prediction of coal-based solid waste filling is 0.99987, and the prediction accuracy is high.

3) Orthogonal test combined with the BP neural network can reduce the number of tests without losing generality, make full use of the advantages of adaptive nonlinear optimization of the BP neural network, and improve the operation efficiency of the model, fast prediction speed, and high accuracy.

Data Availability Statement

The original contributions presented in the study are included in the article/Supplementary Material, further inquiries can be directed to the corresponding author.

Author Contributions

FF contributed to the conception of the study. LL helped perform the analysis with constructive discussions. JZ performed the data analyses and wrote the article. ZY and XC helped perform the analysis with constructive discussions. All authors agree to be accountable for the content of the work.

Funding

We acknowledge the financial support for this work provided by the Youth Science Foundation Project (52104115), Open Foundation of State Key Laboratory of Mining Response and Disaster Prevention and Control in Deep Coal Mine (SKLMRDPC19KF10), National Key Research and Development Program (2019YFC1904304), Major special projects of science and technology in Shanxi Province (No:20191101016).

Conflict of Interest

Author LL was employed by the company Shanxi Coking Coal Group Co., Ltd.

The remaining authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s Note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fmats.2021.767031/full#supplementary-material

References

Adil, M., Ullah, R., Noor, S., and Gohar, N. (2020). Effect of Number of Neurons and Layers in an Artificial Neural Network for Generalized concrete Mix Design. Neural Comput. Applic., 1–9. doi:10.1007/s00521-020-05305-8

CrossRef Full Text | Google Scholar

Bai, H., Liu, Y., Guo, Y., and Zhao, M. (2020). Prediction of the Strength of Recycled Insulation concrete Based on GA-BP Neural Network. Concrete 11, 16–19+25.

Google Scholar

Chang, Q., Zhou, H., Qing, J., Fan, J., and Wang, Y. (2009). Using Artificial Neural Network Model to Determine the Prescription of Paste Filling Materials. J. Mining Saf. Eng. 26 (01), 74–77.

Google Scholar

Chin, C. S., and Zhang, R. (2021). Noise Modeling of Offshore Platform Using Progressive Normalized Distance from Worst-Case Error for Optimal Neuron Numbers in Deep Belief Network. Soft Comput. 25 (1), 495–515. doi:10.1007/S00500-020-05163-5

CrossRef Full Text | Google Scholar

Deng, N., Ding, Y., Xing, C., Cao, X., and Shang, H. (2021). Wind-accumulated Sand Filler Strength Prediction Based on PCA-BP Neural Network. Mining Res. Develop. 41 (02), 109–113. doi:10.13827/j.cnki.kyyk.2021.02.019

CrossRef Full Text | Google Scholar

Dong, Y., Yang, Z., and Gao, Q. (2018). Orthogonal Test in Collaboration with BP Neural Network Model to Predict Filler Strength. Mater. Guide 32 (06), 1032–1036.

Google Scholar

General Institute of Coal Science Research (2010). The Method of Determining the Physical and Mechanic Properties of Coal and Rock Part 12: The Method of Determining the Robustness Coefficient of Coal, 8. Beijing: China's National Standardization Management Committee.

Google Scholar

Hao, X., Du, W., Zhao, Y., Sun, Z., Zhang, Q., Wang, S., et al. (2020). Dynamic Tensile Behaviour and Crack Propagation of Coal under Coupled Static-Dynamic Loading. Int. J. Mining Sci. Techn. 30 (5), 659–668. doi:10.1016/j.ijmst.2020.06.007

CrossRef Full Text | Google Scholar

Hao, X., Zhang, Q., Sun, Z., Wang, S., Yang, K., Ren, B., et al. (2021a). Effects of the Major Principal Stress Direction Respect to the Long axis of a Tunnel on the Tunnel Stability: Physical Model Tests and Numerical Simulation. Tunnell. Undergr. Space Techn. 114 (114), 103993. doi:10.1016/J.TUST.2021.103993

CrossRef Full Text | Google Scholar

Hao, X., Wei, Y., Yang, K., Su, J., Sun, Y., Zhu, G., et al. (2021b). Anisotropy of Crack Initiation Strength and Damage Strength of Coal Reservoirs. Pet. Explor. Develop. 48 (1), 243–255. doi:10.1016/s1876-3804(21)60020-4

CrossRef Full Text | Google Scholar

Hu, S., Wang, T., Guan, Y., and Yang, Z. (2021). Regional Crustal Horizontal Motion Model of Euler-GABP Neural Network Construction. Mapp. Sci. 46 (02), 25–33. doi:10.16251/j.cnki.1009-2307.2021.02.005

CrossRef Full Text | Google Scholar

Huang, W., Quan, W., and Ge, P. (2021). Orthogonal Tests Investigation into Hybrid Fiber-Reinforce Recycled Aggregate Concrete and Convolutional Neural Network Prediction. J. Asian Architect. Build. Eng., 1–16. doi:10.1080/13467581.2021.1918553

CrossRef Full Text | Google Scholar

Ji, K., Han, B., Hu, Y., Wu, F., and Qiu, J. (2021). Based on the Underground Filler Strength Prediction of Strength Reduction and Intelligent Algorithm. China Nonferrous Met. J. 31 (03), 796–805.

Google Scholar

Jiang, S., Sharafisafa, M., and Shen, L. (2021). Using Artificial Neural Networks to Predict Influences of Heterogeneity on Rock Strength at Different Strain Rates. Materials 14 (11), 3042. doi:10.3390/MA14113042

PubMed Abstract | CrossRef Full Text | Google Scholar

Karmakar, S., and Goswami, S. (2021). A New Procedure for Optimization of Hidden Layer Neurons during Learning through Gradient Descent Process of Neural Network and Improvement of Performance in the Chaos Forecasting. Iran J. Comput. Sci., 1–11. doi:10.1007/S42044-021-00089-Z

CrossRef Full Text | Google Scholar

Liang, J., Yan, L., Hu, P., and Yang, Y. (2017). Application of BP Neural Network in Forecast to Recycled concrete Strength. Concrete (06), 9–12+16.

Google Scholar

Ministry of Housing and Urban and Rural Construction (2016). Standard for the Performance Test Method of Ordinary concrete Mixes. Beijing: China Construction Industry Press.

Google Scholar

Moon, S., and Munira Chowdhury, A. (2021). Utilization of Prior Information in Neural Network Training for Improving 28-Day Concrete Strength Prediction. J. Constr. Eng. Manage. 147 (5), 04021028. doi:10.1061/(ASCE)CO.1943-7862.0002047

CrossRef Full Text | Google Scholar

Qing, N., Ge, Q., Liang, Z., Sun, J., and Wang, Y. (2021). Study on the Prediction of the Strength of the Single axis of the High Temperature on sandstone Macroscopic Damage and BP Neural Network. Exp. Mech. 36 (01), 105–113.

Google Scholar

Wang, Y., Zhang, Y., and Chen, Y. (2021). Prediction of Concrete Slump Model Based on BP Neural Network. Int. Core J. Eng. 10 (7), 252–259. doi:10.6919/ICJE.202110_7(10).0038

CrossRef Full Text | Google Scholar

Wei, H., Ba, L., and Gao, Q. (2020). Study on the Effect of Fly Ash Doping on the Strength of the Glycolic Filling Body. Mining Res. Develop. 40 (12), 28–32. doi:10.13827/j.cnki.kyyk.2020.12.006

CrossRef Full Text | Google Scholar

Wu, A., Wang, Y., Zhou, B., and Shen, J. (2016). Effect of Initial Backfill Temperature on the Deformation Behavior of Early Age Cemented Paste Backfill that Contains Sodium Silicate. Adv. Mater. Sci. Eng. 2016, 1–10. doi:10.1155/2016/8481090

CrossRef Full Text | Google Scholar

Wu, A., Yang, Y., Cheng, H., Cheng, S., and Han, Y. (2018). Status and Prospects of Paste Technology in China. Chin. J. Eng. 40 (05), 517–525. doi:10.13374/j.issn2095-9389.2018.05.001

CrossRef Full Text | Google Scholar

Yang, K., Wei, Z., Zhao, X., He, X., Zhang, J., and Ji, J. (2021). Theory and Technology of green Filling Mining of Solid Waste Underground in Coal Power Base of Yellow River Basin. J. China Coal Soc., 1–14. doi:10.13225/j.cnki.jccs.T21.0284

CrossRef Full Text | Google Scholar

Zhang, A., and Deng, F. (2020). Phosphate gypsum Filling Material Strength Prediction Based on Deep Belief Network. Sci. Techn. Eng. 20 (18), 7220–7225.

Google Scholar

Zhang, J., Ju, F., Li, M., Zhou, N., and Zhang, Q. (2020a). Method of Coal Gangue Separation and Coordinated In-Situ Backfill Mining. J. China Coal Soc. 45 (01), 131–140. doi:10.13225/j.cnki.jccs.YG19.1826

CrossRef Full Text | Google Scholar

Zhang, G., Cheng, Y., Hu, Y., and Gao, Q. (2020b). Based on the Comparison of New Filling Gel Materials of Artificial Intelligence Neural Network. Mining Res. Develop. 40 (09), 143–148. doi:10.13827/j.cnki.kyyk.2020.09.027

CrossRef Full Text | Google Scholar

Zhang, D., Sun, F., and Liu, T. (2021). Prediction of Compressive Strength of Geopolymer Concrete Based on Support Vector Machine and Modified Cuckoo Algorithm. Adv. Mater. Sci. Eng. 2021, 1–14. doi:10.1155/2021/4286810

CrossRef Full Text | Google Scholar

Keywords: BP neural network, coal based solid waste, filling mining, strength prediction, orthogonal test

Citation: Feng F, Li L, Zhang J, Yang Z and Chi X (2021) Strength Prediction of Coal-Based Solid Waste Filler Based on BP Neural Network. Front. Mater. 8:767031. doi: 10.3389/fmats.2021.767031

Received: 30 August 2021; Accepted: 18 October 2021;
Published: 03 November 2021.

Edited by:

Tingting Zhang, Dalian University of Technology, China

Reviewed by:

Yun Gao, Southeast University, China
Xianjie Hao, China University of Mining and Technology, China

Copyright © 2021 Feng, Li, Zhang, Yang and Chi. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Jiqiang Zhang, 2390912295@qq.com

Download