Quantcast
Channel: Articles– GeeksforGeeks
Viewing all articles
Browse latest Browse all 339

Reservoir Sampling

$
0
0

Reservoir sampling is a family of randomized algorithms for randomly choosing k samples from a list of n items, where n is either a very large or unknown number. Typically n is large enough that the list doesn’t fit into main memory. For example, a list of search queries in Google and Facebook. So we… Read More »

The post Reservoir Sampling appeared first on GeeksforGeeks.


Viewing all articles
Browse latest Browse all 339

Trending Articles