My Projects & Case Studies

๐Ÿ›ก๏ธ Privacy-Preserving Vertical Federated Learning

Designed a heart disease prediction framework using Vertical Federated Learning integrated with Zero Knowledge Proof and Differential Privacy.

Federated Learning, ZKP, DP, Logistic Regression

๐Ÿง  Multi-Category Image Classification (CNN)

Built a CNN model with skip connections for classifying multiple image categories. Analyzed performance across different architectures.

Python, Keras, CNN, Deep Learning

๐Ÿงช Regensburg Pediatric Appendicitis Multi-Class Model

Developed a machine learning model to predict Diagnosis, Management, and Severity simultaneously using a multi-output classifier on the Regensburg Pediatric Appendicitis dataset.

Random Forest, XGBoost, VotingClassifer, Multi-Output Classification, Scikit-learn

๐Ÿ“Š Descriptive Analysis of Wrangled Data

Cleaned, visualized, and statistically analyzed customer and sales data. Focused on encoding techniques, handling missing values, and deriving insights.

Pandas, Matplotlib, Seaborn, EDA

๐ŸŽต Music Genre Classification

Trained models to predict music genres and listener moods using audio features like pitch, tempo, and rhythm.

Random Forest, SVM, Neural Networks

๐Ÿ“ž Telecom Churn Prediction

Built churn models using customer behavior data to identify high-risk customers and key churn indicators.

Logistic Regression, Scikit-learn, Pandas

๐Ÿ’ณ Credit Risk Analysis

Analyzed loan dataset to identify key risk factors and customer trends. Visualized insights to support credit decision-making.

Python, Data Analysis, Visualization

โœˆ๏ธ NYC Flight Dataset Analysis

Performed EDA and regression analysis on NYC flight data using R. Studied impact of weather and delays with time series techniques.

R, ggplot2, dplyr, Time Series