Personalization & Ranking
Order actions/content based on context (session, device, recent history) with implicit/explicit feedback.
Recommendations, contextual ranking, anomaly/metrics and policy engines with Azure AI.
Technology Cluster · Back to Cognitive Services · Decision use cases
Order actions/content based on context (session, device, recent history) with implicit/explicit feedback.
Collaborative/content‑based, sequential or hybrid for e‑commerce, media, training and knowledge.
Detect anomalies on KPIs/time series for campaigns, inventory and quality; trigger alerts and remediation.
Combine ML with rules (compliance, budgets, priorities) to deliver explainable, controllable decisions.
Expose REST/SDK endpoints; maintain a feature store (users, items, signals) with near real‑time updates.
POST /ranking/v1/rank
Ocp-Apim-Subscription-Key: <key>
Content-Type: application/json
Collect rewards/clicks, exposure logs, A/B experiments and targeting; pipelines with Azure ML, Functions and Storage.
Capability | When to use | Output |
---|---|---|
Contextual ranking | In‑session choices (hero/banner/actions) | Ordered list + score |
Recommendations | Personalizing catalogs/items | Top‑N items + confidence |
Anomaly | Monitoring KPIs & campaigns | Anomaly signals + severity |
Policy engine | Constraints/overrides & compliance | Reasoned decision + logs |
Avoid information loss, define stable IDs, manage cold‑start and update delays.
CTR/CR, NDCG, MAP; separate offline vs online; check bias and offer saturation.
Responsible AI, explainability, limits for sensitive categories, auditing and safe rollbacks.
Use popularity, editorial rules, content similarity and progressive profiling to bridge missing history.
Batch for stability/costs; online/near‑real‑time when context changes fast and feedback is abundant.
Exposure logs, category limits, fairness metrics and decision explanations where possible.