Comparative Analysis of Traditional and AI-based D
Comparative Analysis of Traditional and AI-based D
Abstract
Demand forecasting is a critical function in supply chain management, enabling businesses to predict
customer needs and optimize inventory, production, and logistics processes. Traditional forecasting
methods, such as ARIMA and exponential smoothing, have been widely used due to their simplicity and
interpretability. However, the growing complexity of market dynamics and data patterns has revealed
limitations in their accuracy and adaptability. Recent advancements in Artificial Intelligence (AI) have
introduced machine learning and deep learning-based models, such as Random Forest and Long Short-
Term Memory (LSTM) networks, which offer enhanced performance in handling non-linear and high-
dimensional data. This study presents a comparative analysis of traditional and AI-based forecasting
models, focusing on their accuracy, computational efficiency, scalability, and interpretability. Using
diverse datasets from industries such as retail, manufacturing, and e-commerce, the research evaluates the
strengths and weaknesses of each approach. The findings highlight the conditions under which AI-based
models significantly outperform traditional methods and discuss the trade-offs involved in resource
consumption and ease of deployment. Practical recommendations and future trends, including hybrid
models and explainable AI, are proposed to guide businesses in selecting the most appropriate forecasting
techniques.
Keywords: Demand Forecasting, Artificial Intelligence, Traditional Models, Machine Learning, Deep
Learning, Predictive Analytics, Time Series Analysis, Supply Chain Optimization
1. Introduction
Demand forecasting is a cornerstone of efficient supply chain and business management, enabling
organizations to predict future demand for products or services. Accurate demand forecasting minimizes
risks associated with overproduction, underproduction, stockouts, and inventory excess, all of which have
significant financial and operational repercussions. In today’s dynamic global markets, characterized by
fluctuating consumer preferences, complex supply chains, and external uncertainties such as economic crises
and pandemics, the ability to forecast demand reliably is more critical than ever.
1.1 Relevance of Demand Forecasting
Effective demand forecasting serves as the foundation for critical business decisions, including inventory
management, resource allocation, production planning, and pricing strategies. An accurate forecast allows
businesses to meet customer needs promptly while avoiding costly inefficiencies. For instance, retailers rely
on precise demand predictions to optimize stock levels during peak seasons, while manufacturers use
forecasting to streamline production schedules and prevent bottlenecks. Conversely, poor forecasting can
Sai krishna Chaitanya Tulli www.ijetst.in Page 6933
IJETST- Vol.||07||Issue||06||Pages 6933-6956||June||ISSN 2348-9480 2020
lead to severe consequences, such as overstocked warehouses that tie up capital or unfulfilled customer
orders that erode brand loyalty.
1.2 Traditional vs. AI-based Models
Historically, businesses have relied on traditional statistical methods for demand forecasting. Models such as
moving averages, exponential smoothing, linear regression, and ARIMA have been widely adopted due to
their simplicity, interpretability, and ease of implementation. However, these models are often limited by
their assumptions of linearity and their inability to handle complex, high-dimensional, or non-stationary
data. As markets grow increasingly volatile and datasets expand in size and complexity, these limitations
become more pronounced.
In contrast, the advent of artificial intelligence (AI) and machine learning (ML) techniques has
revolutionized demand forecasting. AI-based models, such as neural networks, decision trees, and ensemble
methods, excel in capturing non-linear relationships and adapting to dynamic patterns in large datasets.
These methods offer unparalleled accuracy and scalability, particularly in scenarios where traditional models
struggle. For example, deep learning models like Long Short-Term Memory (LSTM) networks have
demonstrated exceptional performance in time-series forecasting by leveraging their ability to retain and
process sequential data over time.
However, the adoption of AI-based methods introduces its own set of challenges, including high
computational costs, the need for large volumes of high-quality data, and concerns about model
interpretability. As a result, businesses face a critical question: should they continue relying on traditional
models, invest in cutting-edge AI techniques, or adopt hybrid approaches that blend the strengths of both?
1.3 Study Objectives
This study aims to address this critical question by conducting a comprehensive comparative analysis of
traditional and AI-based demand forecasting models. The primary objectives of this research are as follows:
1. Evaluate the performance of traditional and AI-based forecasting models in terms of accuracy,
efficiency, scalability, and interpretability.
2. Identify the strengths, weaknesses, and practical applications of each approach across diverse
industry contexts.
3. Provide actionable insights for organizations to select the most appropriate forecasting model based
on their specific needs, resources, and operational challenges.
Through this analysis, the study seeks to bridge the gap between academic research and real-world business
practices, offering a pragmatic guide for decision-makers navigating the rapidly evolving landscape of
demand forecasting.
1.4 Structure of the Article
The remainder of this article is organized as follows. Section 2 reviews the existing literature on demand
forecasting, focusing on traditional models, AI-based methods, and hybrid approaches. Section 3 outlines the
research framework, including the datasets, models, and evaluation metrics used in the analysis. Section 4
presents the results, comparing the performance of various models across different criteria. Section 5
discusses the implications of the findings, highlighting key considerations for model selection and adoption.
Section 6 explores future research directions, including the potential of reinforcement learning, hybrid
models, and explainable AI. Finally, Section 7 concludes with a summary of the findings and
recommendations for businesses and researchers alike.
2. Literature Review
Demand forecasting plays a pivotal role in supply chain optimization, ensuring the right balance between
inventory levels, operational costs, and customer satisfaction. The evolution from traditional to AI-based
demand forecasting models marks a paradigm shift in how organizations address forecasting challenges.
This literature review explores the historical progression, compares traditional and AI-based models in
depth, highlights emerging hybrid approaches, and examines performance metrics with actionable insights.
3. Computational Efficiency:
o Assesses the time and resource requirements of models.
4. Interpretability:
o Critical for decision-making, especially in industries where explainability is essential.
3. Research Framework
This section outlines the comprehensive approach adopted to conduct the comparative analysis of traditional
and AI-based demand forecasting models. The research framework incorporates a systematic methodology,
Sai krishna Chaitanya Tulli www.ijetst.in Page 6937
IJETST- Vol.||07||Issue||06||Pages 6933-6956||June||ISSN 2348-9480 2020
including the study design, dataset characteristics, model selection, performance metrics, and experimental
setup, to ensure robust, reproducible, and industry-relevant findings.
o Traditional models: Parameters tuned using grid search (e.g., ARIMA orders, Holt-Winters
smoothing constants).
o AI-based models: Optimized using automated techniques such as Bayesian Optimization to
handle complex parameter spaces.
3. Computational Infrastructure:
o Traditional models executed on a standard laptop (8 GB RAM, quad-core CPU) to reflect
typical usage scenarios.
o AI-based models trained on a cloud GPU environment (NVIDIA V100) to accommodate
computational intensity.
4. Scalability Testing:
o Models evaluated on datasets of increasing sizes: small (10,000 records), medium (100,000
records), and large (1 million records).
o Performance metrics recorded to assess how each model adapts to scaling demands.
RBF or
polynomial.
Often impractical
Very Slow Very High without
Large
(hours) (>10GB) approximations
like linear SVM.
Quick training,
Neural High (~500MB–
Small Fast (seconds) especially with
Networks 1GB)
fewer layers.
Highly
Moderate dependent on
Medium High (~1–4GB)
(minutes) architecture and
optimizer tuning.
Requires
Slow (hours– Very High GPU/TPU for
Large
days) (>10GB) efficient training
on large datasets.
Simple and
K-Means
Small Very Fast (ms) Low (~50MB) efficient for
Clustering
clustering.
Performance
depends on
Moderate Moderate
Medium number of
(seconds) (~100MB–1GB)
clusters and
iterations.
Initialization and
convergence
Large Slow (minutes) High (>1GB)
affect runtime
significantly.
Suitable for fine-
Transformer Moderate
Small High (~1–4GB) tuning with pre-
Models (minutes)
trained weights.
Memory-
intensive,
Very High
Medium Slow (hours) requiring GPUs
(>8GB)
or TPUs for
acceleration.
State-of-the-art
but resource-
Extremely High
Large Very Slow (days) intensive for
(>16GB)
large-scale
datasets.
Analysis: AI-based models consistently outperformed traditional models across all datasets, particularly in
handling complex patterns like seasonality and sudden demand spikes. LSTM achieved the highest accuracy,
owing to its ability to model temporal dependencies effectively.
Analysis: While traditional models were lightweight and fast, AI-based models required more computational
power, particularly during training. However, the gap narrows significantly in inference, suggesting AI
models' feasibility for real-time applications with appropriate infrastructure.
For stable and seasonal demand, traditional models like Holt-Winters performed competitively. However,
when faced with subtle anomalies, AI-based models like Prophet and LSTM proved superior in detecting
these trends.
4.2.3 E-commerce Sector
In the highly dynamic e-commerce sector, characterized by flash sales and customer behavior changes, AI
models (e.g., Gradient Boosting and LSTM) excelled by capturing non-linear interactions in the data.
Traditional models maintain a clear edge in interpretability, but techniques like SHAP enhance the
transparency of AI models, making them more practical for decision-making.
Stakeholder
Model Transparency Feature Attribution
Usability
Moving Average High N/A High
ARIMA High Medium High
LSTM Low High (with SHAP) Medium
Gradient Boosting Medium High (with SHAP) Medium
5. Discussion
This section provides a comprehensive analysis of the strengths and weaknesses of traditional and AI-based
forecasting models, discusses practical considerations, explores the potential for hybrid models, and
addresses the ethical and operational challenges in their implementation.
1. Resource Availability:
SMEs with limited computational infrastructure may find traditional models more practical, while
larger organizations with advanced resources can exploit AI-based methods for higher precision.
2. Skill Requirements:
Traditional models require minimal technical expertise, whereas AI-based models demand a skilled
team of data scientists and machine learning engineers.
3. Use Case Scenarios:
Traditional models perform well in stable environments, such as manufacturing, while AI-based
models are more effective in dynamic industries like e-commerce or logistics.
4. Cost vs. Value:
Traditional models are cost-effective for short-term or small-scale applications. However, AI-based
models, despite their higher upfront costs, often yield greater long-term value through improved
accuracy and scalability.
Current AI models in demand forecasting largely rely on supervised and unsupervised learning
techniques. Reinforcement Learning (RL) introduces a paradigm shift by enabling systems to learn
dynamically from their environment. Unlike static models, RL models can adjust to changing market
conditions by optimizing forecasting strategies through trial-and-error mechanisms.
o Potential Applications:
Seasonal retail: Learning to optimize inventory for Black Friday sales based on
historical rewards for meeting demand peaks.
Supply chain disruptions: Adjusting forecasts in real-time during unforeseen events
like pandemics.
o Key Challenges:
High computational cost due to iterative learning processes.
Requirement for extensive reward systems tailored to specific business needs.
2. Explainable AI (XAI) for Forecasting Models
While AI models like deep learning (e.g., LSTMs, Transformers) provide high accuracy, their lack of
interpretability limits widespread adoption. Future research must focus on integrating XAI
techniques to elucidate how these models generate predictions. This includes feature importance
scoring, decision path visualization, and sensitivity analysis.
o Research Questions:
How can XAI techniques improve decision-making for supply chain managers?
combine traditional statistical methods with machine learning for predicting demand spikes in critical
care supplies.
o Potential Directions:
Building models resilient to data sparsity.
Integrating epidemiological data to improve predictions during disease outbreaks.
2. Energy Demand Forecasting
With the rise of renewable energy sources, forecasting demand and supply is becoming increasingly
complex due to variability in solar and wind energy generation. AI models can integrate weather
patterns and consumption trends to enhance prediction accuracy.
o Focus Areas:
Designing models to predict short-term energy demand while accounting for
renewable energy availability.
Exploring reinforcement learning for real-time grid optimization.
3. Agriculture and Food Supply Chains
In agriculture, AI can predict crop yields and demand for agricultural inputs like fertilizers and
machinery. Future research could involve combining satellite imagery with AI models to forecast
demand at regional and national levels.
7. Conclusion
Demand forecasting is a cornerstone of efficient supply chain and business operations, influencing inventory
management, production planning, and customer satisfaction. This study compared traditional and AI-based
forecasting models, focusing on their strengths, weaknesses, and practical applications across diverse
industries. The findings highlight the trade-offs between simplicity and interpretability in traditional models
versus the accuracy and scalability offered by AI-based approaches.
Traditional methods, such as ARIMA and Holt-Winters, remain valuable for scenarios with stable, linear
demand patterns and limited computational resources. These models are particularly suited for small to
medium-sized enterprises where ease of implementation and low-cost solutions are priorities. However, they
struggle with the dynamic, nonlinear, and multi-dimensional datasets that characterize modern markets.
Conversely, AI-based models like LSTM and Gradient Boosting have demonstrated superior accuracy and
adaptability, especially in complex and volatile environments such as e-commerce and retail. These models
excel in uncovering intricate data patterns and handling large-scale datasets. Nonetheless, challenges such as
high computational demands, reliance on large amounts of high-quality data, and limited interpretability can
hinder their broader adoption, particularly for businesses with constrained resources or expertise.
A critical insight from this analysis is the potential of hybrid approaches that combine the strengths of
traditional and AI-based models. For instance, integrating statistical techniques with machine learning
algorithms can provide a balanced solution, optimizing both performance and resource efficiency.
In conclusion, the choice between traditional and AI-based demand forecasting models should be guided by
the specific needs and resources of the business. Small enterprises may benefit from the simplicity and cost-
effectiveness of traditional methods, while larger organizations with complex supply chains and sufficient
resources should consider AI-based solutions for enhanced accuracy and scalability. As forecasting
technologies evolve, future research should focus on hybrid methodologies, real-time forecasting
capabilities, and explainable AI to ensure broader accessibility and practical adoption across industries.
These advancements promise to transform demand forecasting into a more precise, flexible, and actionable
tool for decision-making.
References:
1. Raza, M. Q., & Khosravi, A. (2015). A review on artificial intelligence based load demand
forecasting techniques for smart grid and buildings. Renewable and Sustainable Energy Reviews, 50,
1352-1372.
2. Daut, M. A. M., Hassan, M. Y., Abdullah, H., Rahman, H. A., Abdullah, M. P., & Hussin, F. (2017).
Building electrical energy consumption forecasting analysis using conventional and artificial
intelligence methods: A review. Renewable and Sustainable Energy Reviews, 70, 1108-1118.
3. Ghanbari, A., Hadavandi, E., & Abbasian-Naghneh, S. (2010, August). Comparison of artificial
intelligence based techniques for short term load forecasting. In 2010 Third International Conference
on Business Intelligence and Financial Engineering (pp. 6-10). IEEE.
4. Amirkolaii, K. N., Baboli, A., Shahzad, M. K., & Tonadre, R. (2017). Demand forecasting for
irregular demands in business aircraft spare parts supply chains by using artificial intelligence (AI).
IFAC-PapersOnLine, 50(1), 15221-15226.
5. Xu, Y., Cai, J., & Milanović, J. V. (2014, October). On accuracy of demand forecasting and its
extension to demand composition forecasting using artificial intelligence based methods. In IEEE
PES Innovative Smart Grid Technologies, Europe (pp. 1-6). IEEE.
6. Khosravi, A., Nahavandi, S., Creighton, D., & Srinivasan, D. (2012). Interval type-2 fuzzy logic
systems for load forecasting: A comparative study. IEEE Transactions on Power Systems, 27(3),
1274-1282.
7. Wang, Z., & Srinivasan, R. S. (2017). A review of artificial intelligence based building energy use
prediction: Contrasting the capabilities of single and ensemble prediction models. Renewable and
Sustainable Energy Reviews, 75, 796-808.
8. Liu, Y., Yu, S., Zhu, Y., Wang, D., & Liu, J. (2018). Modeling, planning, application and management
of energy systems for isolated areas: A review. Renewable and Sustainable Energy Reviews, 82, 460-
470.
9. Mahmud, U., Alam, K., Mostakim, M. A., & Khan, M. S. I. (2018). AI-driven micro solar power grid
systems for remote communities: Enhancing renewable energy efficiency and reducing carbon
emissions. Distributed Learning and Broad Applications in Scientific Research, 4.
10. Alam, K., Mostakim, M. A., & Khan, M. S. I. (2017). Design and Optimization of MicroSolar Grid
for Off-Grid Rural Communities. Distributed Learning and Broad Applications in Scientific
Research, 3.
11. Integrating solar cells into building materials (Building-Integrated Photovoltaics-BIPV) to turn
buildings into self-sustaining energy sources. Journal of Artificial Intelligence Research and
Applications, 2(2).
12. Manoharan, A., & Nagar, G. MAXIMIZING LEARNING TRAJECTORIES: AN INVESTIGATION
INTO AI-DRIVEN NATURAL LANGUAGE PROCESSING INTEGRATION IN ONLINE
EDUCATIONAL PLATFORMS.
13. Joshi, D., Sayed, F., Jain, H., Beri, J., Bandi, Y., & Karamchandani, S. A Cloud Native Machine
Learning based Approach for Detection and Impact of Cyclone and Hurricanes on Coastal Areas of
Pacific and Atlantic Ocean.
14. Agarwal, A. V., & Kumar, S. (2017, November). Unsupervised data responsive based monitoring of
fields. In 2017 International Conference on Inventive Computing and Informatics (ICICI) (pp. 184-
188). IEEE.
15. Agarwal, A. V., Verma, N., Saha, S., & Kumar, S. (2018). Dynamic Detection and Prevention of
Denial of Service and Peer Attacks with IPAddress Processing. Recent Findings in Intelligent
Computing Techniques: Proceedings of the 5th ICACNI 2017, Volume 1, 707, 139.
16. Mishra, M. (2017). Reliability-based Life Cycle Management of Corroding Pipelines via
Optimization under Uncertainty (Doctoral dissertation).
17. Agarwal, A. V., Verma, N., & Kumar, S. (2018). Intelligent Decision Making Real-Time Automated
System for Toll Payments. In Proceedings of International Conference on Recent Advancement on
Computer and Communication: ICRAC 2017 (pp. 223-232). Springer Singapore.
18. Agarwal, A. V., & Kumar, S. (2017, October). Intelligent multi-level mechanism of secure data
handling of vehicular information for post-accident protocols. In 2017 2nd International Conference
on Communication and Electronics Systems (ICCES) (pp. 902-906). IEEE.
19. Malhotra, I., Gopinath, S., Janga, K. C., Greenberg, S., Sharma, S. K., & Tarkovsky, R. (2014).
Unpredictable nature of tolvaptan in treatment of hypervolemic hyponatremia: case review on role of
vaptans. Case reports in endocrinology, 2014(1), 807054.
20. Shakibaie-M, B. (2013). Comparison of the effectiveness of two different bone substitute materials
for socket preservation after tooth extraction: a controlled clinical study. International Journal of
Periodontics & Restorative Dentistry, 33(2).
21. Gopinath, S., Janga, K. C., Greenberg, S., & Sharma, S. K. (2013). Tolvaptan in the treatment of
acute hyponatremia associated with acute kidney injury. Case reports in nephrology, 2013(1),
801575.
22. Shilpa, Lalitha, Prakash, A., & Rao, S. (2009). BFHI in a tertiary care hospital: Does being Baby
friendly affect lactation success?. The Indian Journal of Pediatrics, 76, 655-657.
23. Singh, V. K., Mishra, A., Gupta, K. K., Misra, R., & Patel, M. L. (2015). Reduction of
microalbuminuria in type-2 diabetes mellitus with angiotensin-converting enzyme inhibitor alone
and with cilnidipine. Indian Journal of Nephrology, 25(6), 334-339.
24. Gopinath, S., Giambarberi, L., Patil, S., & Chamberlain, R. S. (2016). Characteristics and survival of
patients with eccrine carcinoma: a cohort study. Journal of the American Academy of Dermatology,
75(1), 215-217.
25. Swarnagowri, B. N., & Gopinath, S. (2013). Ambiguity in diagnosing esthesioneuroblastoma--a case
report. Journal of Evolution of Medical and Dental Sciences, 2(43), 8251-8255.
26. Swarnagowri, B. N., & Gopinath, S. (2013). Pelvic Actinomycosis Mimicking Malignancy: A Case
Report. tuberculosis, 14, 15.
27. Maddireddy, B. R., & Maddireddy, B. R. (2020). Proactive Cyber Defense: Utilizing AI for Early
Threat Detection and Risk Assessment. International Journal of Advanced Engineering Technologies
and Innovations, 1(2), 64-83.
28. Maddireddy, B. R., & Maddireddy, B. R. (2020). AI and Big Data: Synergizing to Create Robust
Cybersecurity Ecosystems for Future Networks. International Journal of Advanced Engineering
Technologies and Innovations, 1(2), 40-63.
29. Damaraju, A. (2020). Social Media as a Cyber Threat Vector: Trends and Preventive Measures.
Revista Espanola de Documentacion Cientifica, 14(1), 95-112.
30. Chirra, B. R. (2020). Enhancing Cybersecurity Resilience: Federated Learning-Driven Threat
Intelligence for Adaptive Defense. International Journal of Machine Learning Research in
Cybersecurity and Artificial Intelligence, 11(1), 260-280.
31. Chirra, B. R. (2020). Securing Operational Technology: AI-Driven Strategies for Overcoming
Cybersecurity Challenges. International Journal of Machine Learning Research in Cybersecurity and
Artificial Intelligence, 11(1), 281-302.
32. Chirra, B. R. (2020). Advanced Encryption Techniques for Enhancing Security in Smart Grid
Communication Systems. International Journal of Advanced Engineering Technologies and
Innovations, 1(2), 208-229.
33. Chirra, B. R. (2020). AI-Driven Fraud Detection: Safeguarding Financial Data in Real-Time. Revista
de Inteligencia Artificial en Medicina, 11(1), 328-347.
34. Gadde, H. (2019). Integrating AI with Graph Databases for Complex Relationship Analysis.
International
35. Gadde, H. (2019). AI-Driven Schema Evolution and Management in Heterogeneous Databases.
International Journal of Machine Learning Research in Cybersecurity and Artificial Intelligence,
10(1), 332-356.
36. Gadde, H. (2019). Exploring AI-Based Methods for Efficient Database Index Compression. Revista
de Inteligencia Artificial en Medicina, 10(1), 397-432.
37. Goriparthi, R. G. (2020). AI-Driven Automation of Software Testing and Debugging in Agile
Development. Revista de Inteligencia Artificial en Medicina, 11(1), 402-421.
38. Goriparthi, R. G. (2020). Neural Network-Based Predictive Models for Climate Change Impact
Assessment. International Journal of Machine Learning Research in Cybersecurity and Artificial
Intelligence, 11(1), 421-421.
39. Reddy, V. M., & Nalla, L. N. (2020). The Impact of Big Data on Supply Chain Optimization in
Ecommerce. International Journal of Advanced Engineering Technologies and Innovations, 1(2), 1-
20.
40. Nalla, L. N., & Reddy, V. M. (2020). Comparative Analysis of Modern Database Technologies in
Ecommerce Applications. International Journal of Advanced Engineering Technologies and
Innovations, 1(2), 21-39.
Sai krishna Chaitanya Tulli www.ijetst.in Page 6955
IJETST- Vol.||07||Issue||06||Pages 6933-6956||June||ISSN 2348-9480 2020
41. Nalla, L. N., & Reddy, V. M. Machine Learning and Predictive Analytics in E-commerce: A Data-
driven Approach.
42. Reddy, V. M., & Nalla, L. N. Implementing Graph Databases to Improve Recommendation Systems
in E-commerce.
43. Krishnan, S., Shah, K., Dhillon, G., & Presberg, K. (2016). 1995: FATAL PURPURA FULMINANS
AND FULMINANT PSEUDOMONAL SEPSIS. Critical Care Medicine, 44(12), 574.
44. Krishnan, S. K., Khaira, H., & Ganipisetti, V. M. (2014, April). Cannabinoid hyperemesis syndrome-
truly an oxymoron!. In JOURNAL OF GENERAL INTERNAL MEDICINE (Vol. 29, pp. S328-
S328). 233 SPRING ST, NEW YORK, NY 10013 USA: SPRINGER.
45. Krishnan, S., & Selvarajan, D. (2014). D104 CASE REPORTS: INTERSTITIAL LUNG DISEASE
AND PLEURAL DISEASE: Stones Everywhere!. American Journal of Respiratory and Critical Care
Medicine, 189, 1
46. Rahman, A., Debnath, P., Ahmed, A., Dalim, H. M., Karmakar, M., Sumon, M. F. I., & Khan, M. A.
(2024). Machine learning and network analysis for financial crime detection: Mapping and
identifying illicit transaction patterns in global black money transactions. Gulf Journal of Advance
Business Research, 2(6), 250-272.
47. Chowdhury, M. S. R., Islam, M. S., Al Montaser, M. A., Rasel, M. A. B., Barua, A., Chouksey, A., &
Chowdhury, B. R. (2024). PREDICTIVE MODELING OF HOUSEHOLD ENERGY
CONSUMPTION IN THE USA: THE ROLE OF MACHINE LEARNING AND
SOCIOECONOMIC FACTORS. The American Journal of Engineering and Technology, 6(12), 99-
118.
48. Sumsuzoha, M., Rana, M. S., Islam, M. S., Rahman, M. K., Karmakar, M., Hossain, M. S., &
Shawon, R. E. R. (2024). LEVERAGING MACHINE LEARNING FOR RESOURCE
OPTIMIZATION IN USA DATA CENTERS: A FOCUS ON INCOMPLETE DATA AND
BUSINESS DEVELOPMENT. The American Journal of Engineering and Technology, 6(12), 119-
140.
49. Sumon, M. F. I., Rahman, A., Debnath, P., Mohaimin, M. R., Karmakar, M., Khan, M. A., & Dalim,
H. M. (2024). Predictive Modeling of Water Quality and Sewage Systems: A Comparative Analysis
and Economic Impact Assessment Using Machine Learning. in Library, 1(3), 1-18.
50. Al Montaser, M. A., Ghosh, B. P., Barua, A., Karim, F., Das, B. C., Shawon, R. E. R., & Chowdhury,
M. S. R. (2025). Sentiment analysis of social media data: Business insights and consumer behavior
trends in the USA. Edelweiss Applied Science and Technology, 9(1), 545-565.