Projects & Research

Explore my technical work across various domains of Machine Learning and Data Science

Research Publications

Transfer Learning and Language Models for Early Detection of Power Outages

Innovation: Explored the use of transfer learning and language models for early detection of power outages, achieving significant performance improvements with few-shot learning techniques.

📄 View Publication

Neural Network Model for Critical Coning Rate Prediction

Developed a feed-forward neural network with 12 input variables and Bayesian regularization to predict critical rates. Conducted sensitivity analysis to determine important variables and compared performance with existing correlations.

📄 View Publication

Bayesian Optimization and Time Series Forecasting for Power Outages

Built Bayesian optimization and hierarchical time series forecasting models for non-weather-related power outages (NWO), significantly outperforming ARIMA/SARIMA baselines. Defined robust NWOCI metric and leveraged Kats/Prophet techniques.

📄 View Publication

Statistical and Quantitative Analysis of Electricity Price Volatility

Built web scraping API for ISONE data collection and developed Robust Quantile Regression Model to analyze hydro effects on electricity price and volatility.

📄 View Publication

Data Driven Model for Risk Analysis in Complex Interconnected Human-Natural Systems

Proposed multi-layer dynamic interconnection model for risk assessment in interdependent systems. Developed data scientific framework using multiresolution data for knowledge discovery across complex systems.

📄 View Publication

Technical Projects

Deep Learning Time Series Forecasting

Developed time series regression models including Prophet and Neural Prophet for future horizon prediction. Conducted feature engineering and cross-validation with hyperparameter-tuned Neural Prophet achieving best performance.

🔗 View on GitHub

Sentiment Analysis using Word Embedding

Developed embedding and bag-of-words models using Glove representation for sentiment feature extraction. Built ML models to classify review sentiment and compared model performance.

🔗 View on GitHub

Ensemble Based Machine Learning Multiclass Classification

Built multiclass classifier for three-class problem with extensive feature engineering including categorical encoding. Developed three boosted ensemble variations: pre-tuned, hyperparameter-optimized, and class-imbalance-aware models.

🔗 View on GitHub

Machine Learning Model for Predicting Wildfire

Built 11 classification models using NDVI, LST, and Thermal Anomalies for wildfire prediction. Addressed class imbalance with weight balancing and performed comparative analysis with hyperparameter optimization.

🔗 View on GitHub

Extractive Text Summarization for UN SDG

Built unsupervised ML model for extractive summarization of UN Sustainable Development Goals articles. Implemented data preprocessing, tokenization, stop word removal, and cosine similarity-based sentence ranking.

🚧 Coming Soon