Uma Mahesh

Uma Mahesh

Author is working as an Architect in a reputed software company. He is having nearly 21+ Years of experience in web development using Microsoft Technologies.

Responsible AI Practices

Responsible AI is the discipline of designing, building, evaluating, deploying, and governing AI systems so that they are safe, fair, reliable, transparent, privacy-aware, secure, accountable, and aligned with human values and legitimate institutional goals. Responsible AI is not a single…

Fairness Metrics in ML

Fairness metrics in machine learning are quantitative criteria used to assess whether a model’s predictions, decisions, or error patterns differ across groups in ways that may be unacceptable, harmful, or inconsistent with policy goals. These metrics are central to responsible…

A/B Testing for ML

A/B testing is one of the most important methods for evaluating machine learning systems in production because offline metrics do not always predict real-world impact. A model that looks better on historical data may still underperform when exposed to live…

Monitoring ML Models in Production

Deploying a machine learning model is not the end of the ML lifecycle. Once a model enters production, its behavior can degrade because of changing data distributions, broken upstream pipelines, infrastructure instability, concept drift, feedback loops, delayed labels, or business…

CI/CD for ML Models

Continuous Integration and Continuous Delivery/Deployment (CI/CD) for machine learning extends software delivery practices into a domain where outputs depend not only on code, but also on data, features, and model behavior over time. In ML systems, CI/CD must validate not…