Evaluating the Effectiveness of Machine Learning vs Rule-Based Systems in Real-World Decision Making
Description
This study evaluates the effectiveness of machine learning models compared to traditional rule-based systems in real-world decision-making scenarios. Two practical applications were developed and analyzed: a flood prediction and advisory system for agriculture, and a rain-adjusted cricket score prediction model as an alternative to the Duckworth-Lewis-Stern (DLS) method. Machine learning models, including Random Forest and XGBoost, were trained on real-world datasets and evaluated against rule-based approaches. Results show that machine learning systems significantly outperform rule-based methods in adaptability and predictive accuracy, achieving up to 28% improvement in cricket score prediction and 98.75% accuracy in flood risk classification. The findings highlight the limitations of static rule-based systems and demonstrate the potential of machine learning for dynamic, data-driven decision making in diverse domains.
Files
Sharma_ML_vs_Rule_Based_Systems_Comparative_Study.pdf
Files
(703.3 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:1d01c287e1b4cfbfcc8a6a4c3f2e2dc0
|
703.3 kB | Preview Download |
Additional details
Software
- Repository URL
- https://github.com/dev-sharma071609/ml-vs-rule-based-decision-making/tree/main
- Programming language
- Python