Research Archive

"Where algorithms meet insights, and logic finds its voice."

Publication & Research Statistics

14 Research Posts
6 Active Projects
9 Research Areas
4 Collaborations
Search:

🏆 Featured Research & Publications

Uncertainty Quantification in Binary Classification Models: A Comprehensive Analysis of Calibration Methods

This document focuses on approximate calibration methods for binary classification models, specifically examining Platt scaling and isotonic regression.

📓 Full Article 💻 Source Code

Federated Learning

This document provides an academically oriented exposition of Federated Learning (FL), emphasizing formal definitions, algorithmic structure, and practical considerations for deployment in regulated and heterogeneous environments.

📓 Full Article

🔬 Recent Research Posts

Social and Streaming Applications: Insights and Challenges Across Languages

Curious about live translation technology? This blog post examines the performance of live translation features across major platforms including Facebook, YouTube, Spotify, and Apple's iOS ecosystem.

📄 Full Blog Post

🌈 Fed-MVKM: Federated Multi-View K-Means Clustering

Comprehensive implementation of Federated Multi-View K-Means Clustering with Rectified Gaussian Kernel. Features privacy-preserving distributed learning across multiple sites with excellent performance metrics. The implementation shows a 32.7% improvement over local models with privacy level of 0.9.

📄 IEEE Publication 🌈 Full Tutorial 💻 Jupyter Notebook 📦 PyPI Package 💻 Source Code

🌸 Flower: A Friendly Federated Learning Research Framework

Comprehensive tutorial demonstrating federated learning implementation using the Flower framework on MNIST data. Features client-server architecture, FedAvg strategy, and performance visualization across multiple federated clients. Includes practical code examples, training loops, and scalability demonstrations with up to 200+ clients.

🌸 Full Tutorial 💻 Code Examples 📊 Results