ALGORITHMS

Predictive Analytics of Drilling Hazards Using Artificial Intelligence: A Comprehensive Review of Algorithms and Applications

Year of Publication
Publication Type
Abstract
This research presents a comprehensive systematic review of artificial intelligence (AI) techniques and algorithms employed in predictive analytics for drilling hazard management, specifically focusing on stuck pipe incidents, lost circulation events, and wellbore instability. Drilling hazards collectively account for 30-40% of non productive time (NPT) in global drilling operations, costing the oil and gas industry approximately $8-12 billion annually. Traditional monitoring systems rely on reactive, empirical approaches that fail to provide early warnings, while modern drilling operations generate 1-2 terabytes of data per well, creating opportunities for AI-based predictive solutions. Through systematic analysis of 78 peer-viewed research papers published between 2010-2024, this study evaluates the performance characteristics, implementation challenges, and economic viability of various AI algorithms including artificial neural networks (ANNs), support vector machines (SVMs), decision trees, ensemble methods, and deep learning approaches. The research reveals a clear performance hierarchy among AI methods, with deep learning achieving the highest accuracy rates (90-97%) but requiring substantial computational resources and datasets exceeding 50,000 examples. Traditional neural networks demonstrate optimal balance between performance (88-94% accuracy) and practicality, making them the most widely adopted approach in commercial implementations.
Supervisor(s)
co-supervisor

IMPLEMENTATION OF DEEP LEARNING ALGORITHMS FOR IMAGE RECOGNITION AND CLASSIFICATION

Year of Publication
Publication Type
Abstract
This project implements a deep learning algorithm for image recognition, focusing on traffic sign classification. Traditional machine learning methods struggle with manual feature extraction and dataset diversity. To address these limitations, a robust convolutional neural network (CNN) with residual blocks, dropout layers, and global average pooling is utilized. Preprocessing techniques like normalization and data augmentation enhance accuracy and
generalization. Using TensorFlow and Keras, experiments were conducted on the German Traffic Sign Recognition Benchmark (GTSRB) and the Chinese Traffic Sign Dataset. The model achieved 99.54% validation accuracy and 94.95% test accuracy on GTSRB, but overfitting led to 60.38% accuracy on the smaller Chinese dataset. The study highlights CNN effectiveness in pattern recognition, with strengths in GPU acceleration and modular architecture. Challenges like overfitting and computational constraints persist. Future research should explore transfer learning, ensemble methods, and real-time optimization to enhance performance. This study advances deep learning-based
image recognition for applications in autonomous driving and traffic management. This project implements a deep learning algorithm for image recognition, focusing on traffic sign classification. Traditional machine learning methods struggle with manual feature extraction and dataset diversity. To address these limitations, a robust convolutional neural network (CNN) with residual blocks, dropout layers, and global average pooling is utilized. Preprocessing techniques like normalization and data augmentation enhance accuracy and generalization. Using TensorFlow and Keras, experiments were conducted on the German Traffic Sign Recognition Benchmark (GTSRB) and the Chinese Traffic Sign Dataset. The model achieved 99.54% validation accuracy and 94.95% test accuracy on GTSRB, but overfitting led to 60.38% accuracy on the smaller Chinese dataset. The study highlights CNN effectiveness in pattern recognition, with strengths in GPU acceleration and modular architecture. Challenges like overfitting and computational
constraints persist. Future research should explore transfer learning, ensemble methods, and real-time optimization to enhance performance. This study advances deep learning-based image recognition for applications in autonomous driving and traffic management.
Supervisor(s)
co-supervisor