| Literature DB >> 35968035 |
Michael David Harmse1, Jean Herman van Laar1, Wiehan Adriaan Pelser1, Cornelius Stephanus Lodewyk Schutte1.
Abstract
The deep-level mining industry is experiencing narrowing profit margins due to increasing operating costs and decreasing production. The industry is known for its lack of dynamic control across complex integrated systems running deep underground, making IoT technologies difficult to implement. An important integrated system in a typical underground mine is the refrigeration-ventilation system. In practice, the two systems are still controlled independently, often due to a lack of continuous measurements. However, their integrated effects ultimately affect energy usage and production. This study develops and compares various machine learning prediction techniques to predict the integrated behavior of a key component operating on the boundary of the refrigeration-ventilation system, while also addressing the lack of continuous measurements. The component lacks sensors and the developed industrial machine learning models negate the effect thereof using integrated control. The predictive models are compared based on accuracy, prediction time, as well as the amount of data required to obtain the required level of accuracy. The "Support Vector Machines" method achieved the lowest average error (1.97%), but the "Artificial Neural Network" method is more robust (with a maximum percentage error of 12.90%). A potential energy saving of 215 kW or 2.9% of the ventilation and refrigeration system, equivalent to R1.33-million per annum ($82 900) is achievable using the "Support Vector Machines" method.Entities:
Keywords: artificial intelligence; deep-level mining; energy management; integrated dynamic control; machine learning; optimization; predictive modeling; real applications in engineering
Year: 2022 PMID: 35968035 PMCID: PMC9363615 DOI: 10.3389/frai.2022.938641
Source DB: PubMed Journal: Front Artif Intell ISSN: 2624-8212
Figure 1Energy distribution of a typical deep-level mine.
State-of-the-art matrix indicating gaps in previous research.
|
|
|
|
| ||
|---|---|---|---|---|---|
|
|
|
|
| ||
| Youssefi et al. ( | ✔ | ✘ | ✘ | ✘ | Utilized ANN or k-NN for prediction on full-feature datasets outside of the mining industry. Obtained R2 values above 0.8 on all datasets. |
| Wang et al. ( | ✔ | ✘ | ✘ | ✔ | Utilized ANN for prediction on full-feature datasets on a single system within the mining industry, obtaining errors less than 5%. |
| Hasan et al. ( | ✔ | ✔ | ✘ | ✔ | Utilized limited feature datasets on an independent system within the mining industry. ANN and SVM obtaining higher accuracy for classification compared to “Naïve Bayes” “Classifier” and “Decision Trees.” |
| Cilliers et al. ( | ✘ | ✘ | ✘ | ✔ | Improved control on independent systems within the mining industry, through simulation. |
| Arndt ( | ✘ | ✘ | ✔ | ✔ | Improved control on multiple dependent systems with full-feature monitoring within the mining industry, through simulation. |
Figure 2Application layout depicting parameters affecting the discharge air temperature.
Figure 3Input variables and output variable of the various characteristic models.
Figure 4Simplistic process control flow.
Best ANN hyperparameters identified for the provided dataset.
|
|
|
|
|---|---|---|
| Input layer | 2 | - |
| 1 | 7 | Scaled Exponential Linear Units (SELU) |
| 2 | 5 | SELU |
| 3 | 13 | SELU |
| Output layer | 1 | - |
Best SVM parameters identified for the provided dataset.
|
|
|
|
|---|---|---|
|
|
| |
| Kernel | Poly | Kernel function type |
|
| 10 | Regularization parameter |
| γ | Scale | Kernel coefficient |
| 0.01 | Kernel projection coefficient | |
| Degree | 3 | Degree of polynomial kernel function |
Figure 5Comparison of RMSE for various values of k.
Figure 6Calibrated process toolbox simulation built for ML prediction model validation.
Figure 7Comparison of ML predictive models for an average day's ambient conditions.
Figure 8Comparison of worst simulated control- and present discharge temperature for an average day's ambient conditions.
Accuracy comparison of predictive methods.
| Parameter | ANN | SVM | k-NN |
| Average temperature error [°C] | 0.38 | 0.18 | 0.46 |
| Average percentage error [%] | 4.26 | 1.97 | 5.14 |
| Mean percentage absolute error [%] | 5.72 | 6.75 | 6.42 |
| Maximum percentage absolute error [%] | 12.90 | 18.24 | 19.34 |
The highlighted values indicate the best values for those parameters.
Data points required to obtain a 5% average error.
|
|
|
|
|---|---|---|
|
|
| |
| ANN | 1,448 | 87.5 |
| SVM | 1,299 | 78.5 |
| k-NN | N/A | N/A |
The highlighted values indicate the best values for those parameters.
Time comparison of predictive methods.
|
|
|
|
|
|---|---|---|---|
| Training time [s] | 2.5000 | 0.3429 | - |
| Prediction time [s] | 0.2509 | 0.0309 | 0.0014 |
| Total time [s] | 2.7509 | 0.3738 | 0.0014 |
The highlighted values indicate the best values for those parameters.
Ranking of prediction models based on application.
|
|
|
|
|---|---|---|
| 1 | SVM | ANN |
| 2 | ANN | SVM |
| 3 | k-NN | k-NN |