Research Article | Open Access
Ashraf Ahmed, Salaheldin Elkatatny, Ahmed Alsaihati, "Applications of Artificial Intelligence for Static Poisson’s Ratio Prediction While Drilling", Computational Intelligence and Neuroscience, vol. 2021, Article ID 9956128, 10 pages, 2021. https://doi.org/10.1155/2021/9956128
Applications of Artificial Intelligence for Static Poisson’s Ratio Prediction While Drilling
Abstract
The prediction of continued profile for static Poisson’s ratio is quite expensive and requires huge experimental works, and the discontinuity in the measurement and the limited applicability and accuracy of the present empirical correlations necessitated the utilization of artificial intelligence with its prosperous application in oil and gas industry. This work aims to construct different artificial intelligence models for predicting static Poisson’s ratio of complex lithology at real time during drilling. The functional networks (FN) and random forest (RF) approaches were utilized using the mechanical drilling parameters as inputs. This study uses a vertical well with 1775 records from complex lithology containing shale, sand, and carbonate for model building. Besides, a different dataset from another well was used to check the models’ validity. The results demonstrated that both FN- and RF-based models predicted static Poisson’s ratio with significant matching accuracy. The FN technique results’ correlation coefficient (R) value of 0.89 and average absolute percentage error (AAPE) values of 10.23% and 10.28% in training and testing processes. While the RF technique is outperformed, as illustrated by the highest R values of 0.99 and 0.94 and the lowest AAPE values of 1.89% and 5.19% for training and testing processes, the robustness and reliability of the developed models were confirmed in the validation process with R values of 0.94 and 0.86 and AAPE values of 11.23% and 5.12% for FN- and RF-based models, respectively. The constructed models developed a basis for inexpensive static Poisson’s ratio prediction in real time with significant accuracy.
1. Introduction
Poisson’s ratio (ν) is an elastic geomechanical characteristic defined as the ratio between transversal and axial strains. It measures the rock’s ability to recuperate from a deformation resulted by external strains and defines the relationship between these strains and the caused deformation [1]. Knowing Poisson’s ratio with the other rock elastic properties helps design hydraulic fracturing and interpret the in situ stresses, drilling performance, and wellbore stability [2–5], which help in optimizing the drilling operations, well planning, and development of completion and production strategies.
In practical, Poisson’s ratio varies from 0.0 to 0.5 and has two types: static (νst) and dynamic (νdyn). The static is determined experimentally from compressional tests, while the dynamic derived from the shear and compressional wave velocities from well logs. The high expenses and discontinuity in the νst measurement necessitated its prediction using empirical relationships. Different correlations were developed to predict the νst using νdyn or compressional and/or shear wave velocities (Vp and Vs) with different empirical coefficients, as summarized in Table 1.
|
The abovementioned empirical correlations have reliability limitations and depend on the availability of VP and VS. Since the artificial intelligence (AI) can be applied for inexpensively analysing and interpreting tremendous data and trends to obtain outputs in least time [9], it can be utilized to predict a continued profile of Poisson’s ratio.
The AI techniques became a hotspot in petroleum industry since the early nineties and applied in different aspects [10, 11]. The AI was applied in exploration to predict the feature recognition [12], travel time calculation [13, 14], and clarity and resolution of seismic data enhancement [15]. Several AI models were applied in drilling aspects such as operations monitoring, data correction, and prediction of drilling parameters and mud properties [16–25]. Also, in reservoir and production engineering, the AI was applied in prediction of reservoir characteristics, inflow performance, production rate, and others [26–38].
Different AI models were developed to estimate the νst, using the artificial neural network (ANN), support vector machine (SVM), alternating conditional expectation (ACE), fuzzy logic (FL), functional networks (FN), and adaptive neuro-fuzzy inference system (ANFIS), as listed in Table 2.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
AAPE = average absolute percentage error. DE = differential evolution algorithm. |
From a practical point of view, the drilling parameters, such as weight on bit (WOB), standpipe pressure (SPP), torque (T), rotation speed (RPM), pumping rate (Q), and rate of penetration (ROP) are linked to the formation features and measured at real time [48–50], Consequently, these mechanical parameters can be correlated to νst as a geomechanical rock property.
This work aims to construct different models to predict real-time static Poisson’s ratio (νst) of complex lithology during drilling. The functional networks (FN) and random forest (RF) approaches were applied, and the drilling parameters including WOB, T, SPP, RPM, ROP, and Q were used as inputs. In the following sections, the datasets are described, analysed, and preprocessed. Then, the outputs of the developed models are presented and validated using different datasets.
2. Methodology
2.1. Data Description
Different datasets were obtained from an intermediate section with a 12.25” hole diameter of two vertical wells having penetrating formations with complex lithology of sand, shale, and carbonate. These datasets contained the real-time drilling parameters, including the WOB, T, SPP, RPM, ROP, and Q, which were measured at the surface while drilling and the corresponding νst from core experiments and conventional logs. The drilling parameters were used as inputs in the models, and the output is νst. The dataset from the first well containing more than 1775 records is used to construct the models, while the other well’s dataset with 762 records is only used to validate the developed models.
2.2. Data Analysis and Processing
The obtained data was studied and processed before using the AI approaches to examine the data quality, reliability, and representation. Statistics of the drilling parameters and νst are outlined in Table 3. An extensive range of mechanical drilling parameters and νst with good data distribution coverage were indicated from the statistics.
|
Moreover, the linear relationship strength between the drilling parameters and νst was addressed by defining the correlation coefficient (R) to measure the relative significance of the drilling parameters for νst, as illustrated in Figure 1. Although the correlation coefficient between st and SPP indicated almost no linear relation, the SPP varied significantly with changes of st. The same behaviour depicted the other parameters; nonlinear relation may exist. Accordingly, all drilling parameters will be considered as inputs.
Data filtration and cleaning were conducted to remove impractical values, noises, and outliers, which improve the data quality and confidence. The tools’ limitations, feasible ranges of drilling parameters, and statistical analyses were accounted in these preprocesses.
2.3. Models’ Development
The cleaned data was divided into 70/30% (1243/532 datapoints) to train/test the models on a random basis. The FN- and RF-supervised learning AI techniques were utilized using Python software with the Scikit-Learn® framework. Sensitivity analyses and tuning process were performed to determine the optimum parameters for each model. Then, the constructed models were evaluated using the data records from the second well.
The FN and RF techniques were nominated for using since they were recently applied in oil and gas industry [34, 44, 51] with encouraging outputs and simplicity.
Multiargument functional models are used in the FN approach to learn and process from the data. This technique relies on both data knowledge and domain. The model’s accuracy depends on selecting the best method and type in the FN algorithm. It included five methods (i.e., forward selection (FS), exhaustive search (ES), backward-forward (BF), forward-backward (FB), and backward elimination (BE)) that were tested with the two types of linear and nonlinear to build the optimal model.
On the contrary, the RF technique depends on bagging and bootstrapping procedures. Numerous decision trees are combined and decorrelated, and these processes are performed by randomly choosing parameters at each candidate split. The optimal model parameters of decision trees’ number (n_estimators), depth of each tree (max_depth), minimum number of samples desired to divide an internal node (min_samples_split), minimum sample leaf size required to be at the end node (min_sample_leaf), and maximum number of features (max_features) were defined using the tuning process.
The optimality of each model was examined for the highest R and lowest AAPE values. The equations for R and AAPE calculations are presented in Appendix A.
The flowchart for the methodology of developing the FN/RF is shown in Figure 2.
3. Results and Discussion
3.1. FN Model
The backward-forward (BF) method with the nonlinear type resulted the highest matching accuracy specified by the R value of 0.89 and AAPE values of 10.23% and 10.28% in training and testing processes. Figures 3 and 4 describe the matching in the cross plots and graphical representations of predicted and actual νst, respectively.
(a)
(b)
3.2. RF Model
The parameters’ tuning process indicated that the superior RF model was acquired using the optimized parameters mentioned in Table 4.
|
The developed RF model presented high matching accuracy with R values of 0.99 and 0.94 and AAPE values of 1.89% and 5.19% for processes of training and testing. The significant fitting was indicated by the cross plots and graphical representations of predicted and actual νst, as presented in Figures 5 and 6.
(a)
(b)
3.3. Models’ Validation
The reliability of the built models was evaluated using the second well’s dataset. This set included 762 records with drilling parameters and corresponding st.
The obtained results with the validation dataset indicated good matching accuracy with R values of 0.86 and 0.94 and AAPE values of 11.23% and 5.12% for FN- and RF-based models, respectively. These results assured the robustness of the developed models and the superiority of the RF model. The cross plots and graphical representations of the predicted and actual st are depicted in Figures 7 and 8.
(a)
(b)
(a)
(b)
4. Discussion
This paper treated the interest of using the AI approaches for st prediction, to reduce the costs of experiments and overcome the missed data issue for providing a continued profile of st. A real field data was used for this scientific and professional research.
An iterative approach was applied to find the optimal parameters of each model. From that, the highest fitting in the RF model was acquired with 100 decision trees, depth of each tree as 15, square root option for maximum number of features, min_samples_split as 2, and one minimum sample leaf size, while the backward-forward method with the nonlinear type was the optimum parameters for the FN approach.
The optimality of the two models was evaluated according to the R, AAPE, cross plots, and graphical representations. As a result, both models predicted the real-time st with outperformance in the RF-based model.
As it is impractical to predict a continued profile of st from experiments because of the high expenses, the constructed models are able to estimate st in real time with the least errors. However, the shortness of the developed models was represented by the inputs and outputs’ range, as only the intermediate hole section was investigated in these models, so wider lithologies should be examined. Also, the application of the hybrid model to improve the selection of models’ parameters instead of iterative methods is recommended for further works as well as the use of other AI techniques.
Comparing the two models indicated that the RF approach had an outperformance in predicting the real-time νst with better R and AAPE values, as presented in Figure 9. The fitting indices for the two models were outlined in Table 5.
|
5. Conclusions
Two AI models using FN and RF techniques were provided for real-time prediction of static Poisson’s ratio from the drilling parameters (WOB, RPM, SPP, T, ROP, and Q). A vertical well containing complex lithology with carbonate, shale, and sand was used to build the models utilizing the real field measurements. The main deliverables of this work are summarized as follows:(i)The FN model resulted acceptable fitting with the R value of 0.89 and AAPE values of 10.23% and 10.28% in training and testing processes(ii)The RF-based model outperformed in both training and testing processes with R values of 0.99 and 0.94 and AAPE values of 1.89% and 5.19%(iii)The models were validated with a different dataset from another well confirming the models’ applicability as it resulted in good prediction fitting with R values of 0.86 and 0.94 and AAPE values of 11.23% and 5.12% for FN and RF models, respectively(iv)Since the experimental measurements of static Poisson’s ratio is highly expensive and not always available, the constructed models developed a basis for predicting a continuous profile at real time in inexpensive methods with the least errors
Appendix
The R and AAPE values used to evaluate the optimality of each model are calculated using the following equations:where st_Actual and st _Predicted are the measured and the model-based predicted static Poisson’s ratio, respectively and N represents the number of datapoints.
Abbreviations
AAPE: | Average absolute percentage error |
ACE: | Alternating conditional expectation |
AI: | Artificial intelligence |
ANFIS: | Adaptive neuro-fuzzy inference system |
ANN: | Artificial neural network |
BE: | Backward elimination |
BF: | Backward-forward |
DE: | Differential evolution algorithm |
ES: | Exhaustive search |
FB: | Forward backward |
FL: | Fuzzy logic |
FN: | Functional networks |
FS: | Forward selection |
max_depth: | Depth of decision tree |
max_features: | Maximum number of features |
min_sample_leaf: | Minimum sample leaf size required to be at the end node |
min_samples_split: | Minimum number of samples required to split an internal node |
n_estimators: | Number of decision trees |
ROP: | Rate of penetration, ft/hr |
RPM: | Rotation speed, rotation per minute |
SPP: | Standpipe pressure, psi |
SVM: | Support vector machines |
T: | Torque, klbf.ft |
WOB: | Weight on bit, klbm |
Symbols
a, b, c, and d: | Different empirical constants |
N: | Number of datapoints |
Q: | Pumping rate, gal/minute |
R: | Correlation coefficient |
VP: | Compressional-wave velocity, km/s |
VS: | Shear-wave velocity, km/s |
VSh: | Shale volume factor |
dyn: | Dynamic Poisson’s ratio |
st: | Static Poisson’s ratio. |
Data Availability
All data used to support the findings of the study are available within the article and can be obtained from the corresponding author upon request.
Conflicts of Interest
The authors declare that there are no conflicts of interest regarding the publication of this paper.
Acknowledgments
The authors would like to thank King Fahd University of Petroleum & Minerals (KFUPM) for employing its resources in performing this work.
References
- E. Fjar, R. M. Holt, A. M. Raaen, and P. Horsrud, Petroleum Related Rock Mechanics, vol. 53, Elsevier Science, Amrsterdam, The Netherland, 2008, 9780080557090.
- V. Labudovic, “The effect of Poisson's ratio on fracture height,” Journal of Petroleum Technology, vol. 36, no. 02, pp. 287–290, 1984. View at: Publisher Site | Google Scholar
- J. Kumar, “The effect of Poisson’s ratio on rock properties,” in Proceedings of the SPE Annual Fall Technical Conference and Exhibition, Society of Petroleum Engineers, New Orleans, LA, USA, October 1976. View at: Google Scholar
- O.-M. Nes, E. Fjær, J. Tronvoll, T. G. Kristiansen, and P. Horsrud, “Drilling time reduction through an integrated rock mechanics analysis,” in Proceedings of the SPE/IADC Drilling Conference, Society of Petroleum Engineers, Amsterdam, Netherlands, February2005. View at: Google Scholar
- R. Hammah, J. Curran, and T. Yacoub, “The influence of young’s modulus on stress modelling results,” in Proceedings of the Golden Rocks 2006, The 41st U.S. Symposium on Rock Mechanics (USRMS), American Rock Mechanics Association, Golden, CO, USA, June 2006. View at: Google Scholar
- B. Christaras, F. Auger, and E. Mosse, “Determination of the moduli of elasticity of rocks. Comparison of the ultrasonic velocity and mechanical resonance frequency methods with direct static methods,” Materials and Structures, vol. 27, no. 4, pp. 222–228, 1994. View at: Publisher Site | Google Scholar
- C. Feng, Z. Wang, X. Deng et al., “A new empirical method based on piecewise linear model to predict static Poisson's ratio via well logs,” Journal of Petroleum Science and Engineering, vol. 175, pp. 1–8, 2019. View at: Publisher Site | Google Scholar
- Q. Wang, S. Ji, S. Sun, and D. Marcotte, “Correlations between compressional and shear wave velocities and corresponding Poisson's ratios for some common rocks and sulfide ores,” Tectonophysics, vol. 469, no. 1-4, pp. 61–72, 2009. View at: Publisher Site | Google Scholar
- O. E. Agwu, J. U. Akpabio, S. B. Alabi, and A. Dosunmu, “Artificial intelligence techniques and their applications in drilling fluid engineering: a review,” Journal of Petroleum Science and Engineering, vol. 167, pp. 300–315, 2018. View at: Publisher Site | Google Scholar
- A. S. Popa and S. D. Cassidy, “Artificial intelligence for heavy oil assets: the evolution of solutions and organization capability,” in Proceedings of the SPE Annual Technical Conference and Exhibition, Society of Petroleum Engineers, San Antonio, TX, USA, October 2012. View at: Google Scholar
- O. Bello, J. Holzmann, T. Yaqoob, and C. Teodoriu, “Application of artificial intelligence methods in drilling system design and operations: a review of the state of the art,” Journal of Artificial Intelligence and Soft Computing Research, vol. 5, no. 2, pp. 121–139, 2015. View at: Publisher Site | Google Scholar
- Y. Guo, R. O. Hansen, and N. Harthill, “Feature recognition from potential fields using neural networks,” in Proceedings of the SEG Technical Program Expanded Abstracts 1992, pp. 1–5, Society of Exploration Geophysicists, Houston, TX, USA, 1992. View at: Google Scholar
- A. Kononov, D. Gisolf, and E. Verschuur, “Application of neural networks to traveltime computation,” in Proceedings of the SEG Technical Program Expanded Abstracts 2007, pp. 1785–1789, Society of Exploration Geophysicists, Houston, TX, USA, 2007. View at: Google Scholar
- A. Gowida, S. Elkatatny, and S. Elkatatny, “Prediction of sonic wave transit times from drilling parameters while horizontal drilling in carbonate rocks using neural networks,” Petrophysics - The SPWLA Journal of Formation Evaluation and Reservoir Description, vol. 61, no. 5, pp. 482–494, 2020. View at: Publisher Site | Google Scholar
- C. Ross, “Improving resolution and clarity with neural networks,” in Proceedings of the SEG Technical Program Expanded Abstracts 2017, pp. 3072–3076, Society of Exploration Geophysicists, Houston, TX, USA, 2017. View at: Google Scholar
- A. Al-abduljabbar, S. Elkatatny, A. Abdulhamid Mahmoud et al., “Prediction of the rate of penetration while drilling horizontal carbonate reservoirs using the self-adaptive artificial neural networks technique,” Sustainability, vol. 12, no. 4, p. 1376, 2020. View at: Publisher Site | Google Scholar
- A. Gowida, S. Elkatatny, K. Abdelgawad, and R. Gajbhiye, “Newly developed correlations to predict the rheological parameters of high-bentonite drilling fluid using neural networks,” Sensors, vol. 20, no. 10, p. 2787, 2020. View at: Publisher Site | Google Scholar
- I. N. Tansel, C. Mekdeci, O. Rodriguez, and B. Uragun, “Monitoring drill conditions with wavelet based encoding and neural networks,” International Journal of Machine Tools and Manufacture, vol. 33, no. 4, pp. 559–575, 1993. View at: Publisher Site | Google Scholar
- E. Govekar and I. Grabec, “Self-organizing neural network application to drill wear classification,” Journal of Engineering for Industry, vol. 116, no. 2, pp. 233–238, 1994. View at: Publisher Site | Google Scholar
- R. Haber-Haber, R. Haber, M. Schmittdiel, and R. M. del Toro, “A classic solution for the control of a high-performance drilling process,” International Journal of Machine Tools and Manufacture, vol. 47, no. 15, pp. 2290–2297, 2007. View at: Publisher Site | Google Scholar
- S. Akin and C. Karpuz, “Estimating drilling parameters for diamond bit drilling operations using artificial neural networks,” International Journal of Geomechanics, vol. 8, no. 1, pp. 68–73, 2008. View at: Publisher Site | Google Scholar
- A. Gajate and R. Haber, “Internal model control based on a neurofuzzy system for network applications. a case study on the high-performance drilling process,” IEEE Transactions on Automation Science and Engineering, vol. 6, no. 2, pp. 367–372, 2009. View at: Publisher Site | Google Scholar
- A. Gajate, R. E. Haber, P. I. Vega, and J. R. Alique, “A transductive neuro-fuzzy controller: application to a drilling process,” IEEE Transactions on Neural Networks, vol. 21, no. 7, pp. 1158–1167, 2010. View at: Publisher Site | Google Scholar
- Y. Wang and S. Salehi, “Drilling hydraulics optimization using neural networks,” in Proceedings of the SPE Digital Energy Conference and Exhibition, Society of Petroleum Engineers, the Woodlands, TX, USA, March 2015. View at: Google Scholar
- A. Yang, M. Wu, J. Hu, L. Chen, C. Lu, and W. Cao, “Discrimination and correction of abnormal data for condition monitoring of drilling process,” Neurocomputing, vol. 433, pp. 275–286, 2021. View at: Publisher Site | Google Scholar
- A. Ali, T. Aïfa, and K. Baddari, “Prediction of natural fracture porosity from well log data by means of fuzzy ranking and an arti fi cial neural network in Hassi Messaoud oil fi eld , Algeria,” Journal of Petroleum Science and Engineering, vol. 115, pp. 78–89, 2014. View at: Publisher Site | Google Scholar
- M. A. Ahmadi, M. Pournik, and S. R. Shadizadeh, “Toward connectionist model for predicting bubble point pressure of crude oils: application of artificial intelligence,” Petroleum, vol. 1, no. 4, pp. 307–317, 2015. View at: Publisher Site | Google Scholar
- M. A. Ahmadi, R. Soleimani, M. Lee, T. Kashiwao, and A. Bahadori, “Determination of oil well production performance using artificial neural network (ANN) linked to the particle swarm optimization (PSO) tool,” Petroleum, vol. 1, no. 2, pp. 118–132, 2015. View at: Publisher Site | Google Scholar
- B. Shokooh Saljooghi and A. Hezarkhani, “A new approach to improve permeability prediction of petroleum reservoirs using neural network adaptive wavelet (wavenet),” Journal of Petroleum Science and Engineering, vol. 133, pp. 851–861, 2015. View at: Publisher Site | Google Scholar
- M. A. Oloso, M. G. Hassan, M. B. Bader-El-Den, and J. M. Buick, “Hybrid functional networks for oil reservoir PVT characterisation,” Expert Systems with Applications, vol. 87, pp. 363–369, 2017. View at: Publisher Site | Google Scholar
- D. A. Wood and A. Choubineh, “Transparent open-box learning network and artificial neural network predictions of bubble-point pressure compared,” Petroleum, vol. 6, no. 4, pp. 375–384, 2020. View at: Publisher Site | Google Scholar
- M. R. Mahdiani and M. Norouzi, “A new heuristic model for estimating the oil formation volume factor,” Petroleum, vol. 4, no. 3, pp. 300–308, 2018. View at: Publisher Site | Google Scholar
- A. Al-abduljabbar, K. Al-azani, K. Al-Azani, and S. Elkatatny, “Estimation of reservoir porosity from drilling parameters using artificial neural networks,” Petrophysics - The SPWLA Journal of Formation Evaluation and Reservoir Description, vol. 61, no. 3, pp. 318–330, 2020. View at: Publisher Site | Google Scholar
- A. Gowida, S. Elkatatny, S. Al-afnan, and A. Abdulraheem, “New computational artificial intelligence models for generating synthetic formation bulk density logs while drilling,” Sustainability, vol. 12, no. 2, p. 686, 2020. View at: Publisher Site | Google Scholar
- H. A. Khalifah, P. W. J. Glover, and P. Lorinczi, “Permeability prediction and diagenesis in tight carbonates using machine learning techniques,” Marine and Petroleum Geology, vol. 112, Article ID 104096, 2020. View at: Publisher Site | Google Scholar
- D. A. Wood, “Predicting porosity, permeability and water saturation applying an optimized nearest-neighbour, machine-learning and data-mining network of well-log data,” Journal of Petroleum Science and Engineering, vol. 184, Article ID 106587, 2020. View at: Publisher Site | Google Scholar
- R. Zhong, R. Johnson, and Z. Chen, “Generating pseudo density log from drilling and logging-while-drilling data using extreme gradient boosting (XGBoost),” International Journal of Coal Geology, vol. 220, Article ID 103416, 2020. View at: Publisher Site | Google Scholar
- A. Ahmed, S. Elkatatny, H. Gamal, and A. Abdulraheem, “Artificial intelligence models for real-time bulk density prediction of vertical complex lithology using the drilling parameters,” Arabian Journal for Science and Engineering, 2021. View at: Publisher Site | Google Scholar
- A. Abdulraheem, M. Ahmed, A. Vantala, and T. Parvez, “Prediction of rock mechanical parameters for hydrocarbon reservoirs using different artificial intelligence techniques,” SPE, Article ID 126094, 2009. View at: Google Scholar
- B. D. Al-anazi, M. T. Algarni, M. Tale, and I. Almushiqeh, “Prediction of Poisson’s ratio and young’s modulus for hydrocarbon reservoirs using alternating conditional expectation algorithm,” in Proceedings of the SPE Middle East Oil and Gas Show and Conference, Society of Petroleum Engineers, Manama, Bahrain, September 2011. View at: Google Scholar
- Z. Tariq, S. M. Elkatatny, M. A. Mahmoud, A. Abdulraheem, A. Z. Abdelwahab, and M. Woldeamanuel, “Estimation of rock mechanical parameters using artificial intelligence tools,” in Proceedings of the 51st U.S. Rock Mechanics/Geomechanics Symposium, American Rock Mechanics Associatio, San Francisco, CA, USA, June 2017. View at: Google Scholar
- S. M. Elkatatny, Z. Tariq, M. A. Mahmoud, Z. A. Abdulraheem Abdelwahab, M. Woldeamanuel, and I. M. Mohamed, “An artificial intelligent approach to predict static Poisson’s ratio,” in Proceedings of the 51st U.S. Rock Mechanics/Geomechanics Symposium, American Rock Mechanics Association, San Francisco, CA, USA, June 2017. View at: Google Scholar
- S. Elkatatny, “Application of artificial intelligence techniques to estimate the static Poisson's ratio based on wireline log data,” Journal of Energy Resources Technology, vol. 140, no. 7, pp. 1–8, 2018. View at: Publisher Site | Google Scholar
- Z. Tariq, A. Abdulraheem, A. Abdulraheem, M. Mahmoud, and A. Ahmed, “Borehole resistivity measurement modeling using machine-learning techniques,” Petrophysics - The SPWLA Journal of Formation Evaluation and Reservoir Description, vol. 59, no. 6, pp. 761–777, 2018. View at: Publisher Site | Google Scholar
- A. Abdulraheem, “Prediction of Poisson’s ratio for carbonate rocks using ANN and fuzzy logic type-2 approaches,” in Proceedings of the International Petroleum Technology Conference, International Petroleum Technology Conference, Beijing, China, March 2019. View at: Google Scholar
- A. Gowida, T. Moussa, S. Elkatatny, and A. Ali, “A hybrid artificial intelligence model to predict the elastic behavior of sandstone rocks,” Sustainability, vol. 11, no. 19, p. 5283, 2019. View at: Publisher Site | Google Scholar
- A. Ahmed, S. Elkatatny, and A. Abdulraheem, “Real-time static Poisson's ratio prediction of vertical complex lithology from drilling parameters using artificial intelligence models,” Arabian Journal of Geosciences, vol. 14, no. 6, p. 436, 2021. View at: Publisher Site | Google Scholar
- A. T. J. Bourgoyne, K. K. Millheim, M. E. Chenevert, and F. S. Young, Applied Drilling Engineering, vol. 2, Society of Petroleum Engineers, Houston, TX, USA, 1986, 9781555630010.
- G. Mensa-Wilmot, B. Calhoun, and V. P. Perrin, “Formation drillability-definition, quantification and contributions to bit performance evaluation,” in Proceedings of the SPE/IADC Middle East Drilling Technology Conference, Society of Petroleum Engineers, Abu Dhabi, UAE, November 1999. View at: Google Scholar
- J. W. González, R. Valdez, J. Torres, and F. Medina, “Identification of zones of abnormal pressures and determination of the mechanical properties of the rock through pseudo-sonic and pseudo-density logs in conventional and unconventional reservoirs,” in Proceedings of the SPE Argentina Exploration and Production of Unconventional Resources Symposium, Society of Petroleum Engineers, Neuquén, Argentina, August 2018. View at: Google Scholar
- S. R. Masini, S. Goswami, A. Kumar, and B. Chennakrishnan, “Decline curve analysis using artificial intelligence,” in Proceedings of the Abu Dhabi International Petroleum Exhibition & Conference, Society of Petroleum Engineers, Abu Dhabi, UAE, November 2019. View at: Google Scholar
Copyright
Copyright © 2021 Ashraf Ahmed et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.