Please turn JavaScript on

TechScribr

Subscribe to TechScribr’s news feed.

Click on “Follow” and decide if you want to get news from TechScribr via RSS, as email newsletter, via mobile or on your personal news page.

Subscription to TechScribr comes without risk as you can unsubscribe instantly at any time.

You can also filter the feed to your needs via topics and keywords so that you only receive the news from TechScribr which you are really interested in. Click on the blue “Filter” button below to get started.

Title: TechScribr

Publisher:  sayan.biswas
Message frequency:  0.43 / day

Message History

Bid Landscaping series - Part 1: Learning the Win Curve from the Auctions We Lost · Part 2 (this post): From Win Curve to Bidding, Pacing, and Its Limits Part 1 built the object: for a given context, the win curve $W(b)=\Pr(\text{win}\mid \text{bid } b)=1-S(b)$, estimated with Kaplan-Meier from wins (which reveal the clearing price exactly) and losses (right-censored at our bid)...

Read full story
In the intelligence-layer post, the SSP’s floor-price section reframes “what should the minimum price be?” as a stack of binary classification problems: given this ad request, will at least one bidder bid above ₹X? Answer that over a grid of thresholds and we obtain a probabilistic view of demand. That post treats the classifiers as a black box. This one opens it. We will build ...

Read full story
In the previous article we saw how AWQ protects salient weight channels by pre-scaling them before INT4 rounding. The mechanism was direct: spend more of the grid’s resolution on the channels that meet loud activations, fold the inverse scale into the preceding layer, and standard hardware kernels keep working unchanged. This article picks up the same problem from a different an...

Read full story
So far in this series, quantization has been a serving story - shrink a trained model so it fits on cheaper hardware and runs faster. In the linear quantization article we set up the uniform grid and affine formulas. In the non-linear article we reshaped the grid to fit bell-curved weights, and NF4 emerged as the practical sweet spot. But NF4 has a second act that is arguably mo...

Read full story
Recently, while working for a client in the AdTech domain, I got to understand how Google’s hotel ads mechanism works end to end - how a hotel’s rate surfaces into an auction, how Ad Rank resolves it, and how the advertiser’s bid knob actually connects to the clicks that come out the other side. My task was to design the bid optimization algorithm: given what we know about each ...

Read full story