RSSAmplifier

Blog

Arnab Bhadury

ML Engineer @ Flipboard

abhadury.comRSS feed ↗2 posts

Latest posts

A Case For Embeddings In Recommendation Problems

Once you have worked on different machine learning problems, most things in the field start to feel very similar. You take your raw input data, map it to a different latent space with fewer dimensions, and then perform your classification/regression/clustering. Recommender systems, new and old, are no different. In the classic collaborative filtering problem, you factorize your partially filled…

Simulating A/B tests offline with counterfactual inference

While developing machine learning (ML) algorithms in production environments, we usually optimize a function or a loss that has nothing to do with our business goals. We generally care about metrics such as click-through-rate or diversity or ad-revenue but our machine learning algorithms often minimize log-loss or root mean squared error (RMSE) of arbitrary quantities for computational ease. It is…