Skip to content

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Jul 2026

Machine Learning-Based Real-Time UPI Fraud Detection System

ABSTRACT The rapid growth of Unified Payments Interface (UPI) transactions has increased the risk of online payment fraud. This project presents an ML-Based Real-Time UPI Fraud Detection System that uses machine learning algorithms to identify fraudulent transactions efficiently. The system preprocesses transaction data by handling missing values, encoding categorical features, and splitting the dataset for training and testing. Machine learning models such as Support Vector Machine (SVM), Random Forest, and AdaBoost are trained to classify transactions as genuine or fraudulent. The models are evaluated using accuracy, confusion matrix, and classification metrics. Experimental results show that the Random Forest algorithm achieves the highest accuracy, making it the most effective model for fraud detection. The proposed system enhances the security of digital payment platforms by enabling real-time fraud detection, reducing financial losses, and improving the reliability of UPI transactions. Keywords: UPI, Fraud Detection, Machine Learning, Random Forest, Real-Time Detection, Digital Payments.

Yekkirala Suvarcha, D. B M, Dr. Gattu Prasad · 0 citations
Jul 2026

An Intelligent Prediction Model for Air Quality Monitoring Using GA-ELM

Abstract— Air pollution poses one of the most serious environmental threats to public health and sustainable urban living. Accurate and timely forecasting of the Air Quality Index (AQI) can support policymakers, environmental agencies, and citizens in taking proactive measures to mitigate pollution effects. This project presents an optimized machine learning-based Air Quality Forecasting System that integrates Extreme Learning Machines (ELM) and Genetic Algorithms (GA) to predict short-term variations in air quality. The ELM component provides a high-speed, single-hidden layer feedforward neural network capable of mapping complex non-linear relationships between pollutants. To overcome the traditional challenge of random weight initialization in ELMs, a Genetic Algorithm (GA) is implemented to "evolve" and select the most optimal input weights and biases. This hybrid approach ensures that the model captures intricate correlations among multiple pollutants and meteorological variables with significantly higher computational efficiency than iterative deep learning models. A comprehensive dataset containing historical pollutant concentrations (PM2.5, PM10, NO₂, SO₂, CO, NH₃, O₃) and meteorological parameters (temperature, humidity, wind speed, etc.) is collected and preprocessed to remove noise, handle missing values, and normalize features using Min-Max scaling. The hybrid GA-ELM model is trained and evaluated using key performance metrics such as Root Mean Square Error (RMSE) and Mean Absolute Error (MAE). Experimental results demonstrate that the proposed architecture achieves superior prediction speed and stability compared to traditional regression models and standalone neural networks. In addition to the model, the system includes an interactive Flask-based web dashboard for real-time AQI visualization and forecasting. The dashboard provides 1–12 hour ahead predictions, dynamic charts, and color-coded AQI indicators based on national standards for easy interpretation.Overall, the developed system demonstrates a robust, scalable, and practical solution for short-term air quality prediction. .

Shivatejaswini B, D. B M, Mr. Gattu Prasad · 0 citations