Research

A snapshot of my academic research, including my MSc thesis in data science and peer-reviewed publications. Focused on generative modelling, privacy, and applied ML systems.

ThesisMSc Data Science, King’s College London

Enhancing Tree-Based Generative Modelling with Differential Privacy

A robust framework for generating high-fidelity synthetic tabular data using Adversarial Random Forests

London, UKJan 2024 – Sep 2024
View paper / thesis
  • Contribution: Developed DP-ARF, a privacy-preserving generative model extending Adversarial Random Forests with calibrated Laplace and Exponential noise during density estimation to synthesize tabular data.
  • Evaluation: Benchmarked against non-private models across Healthcare, Insurance, and Adult datasets using PCA, Wasserstein distance, and classifier accuracy; achieved optimal privacy-utility balance at epsilon=0.5 with significant resistance to Reconstruction Attacks.
PythonScikit-LearnPandasNumPySciPyMatplotlibSeabornarfpyDifferential Privacy (Laplace & Exponential Mechanisms)Adversarial Random Forests
PublicationInternational Journal of Advanced Research in Computer and Communication Engineering (IJARCCE)

Remote Machine Condition Monitoring

Real-time Industrial IoT system for predictive maintenance and remote visualization of Siemens PLC data.

Mumbai, IndiaApr 2022
View paper / thesis
  • Methodology: Engineered an end-to-end IIoT pipeline to extract real-time sensor data (temperature, vibration, production counts) from Siemens S7-1200 PLCs using the Ewon module for remote connectivity.
  • Architecture: Integrated KepServerEX for tag-based data aggregation and Microsoft SQL Server for persistent logging, enabling historical analysis of machine performance.
  • Visualization: Developed a live web-based dashboard using Chart.js to visualize critical metrics (rejection rates, machine uptime), facilitating early fault detection and reducing downtime.
Siemens S7-1200 PLCEwon eCatcherKepServerEXMicrosoft SQL ServerPHPTransact-SQLChart.jsHTML5/CSS3Industrial IoT Protocols