Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cassanof/gumbel-bucket-rs

A bucket that is sampled using the Gumbel-Top trick
https://github.com/cassanof/gumbel-bucket-rs

Last synced: about 2 months ago
JSON representation

A bucket that is sampled using the Gumbel-Top trick

Awesome Lists containing this project

README

        

# gumbel-bucket-rs

A bucket data structure that is sampled using the Gumbel-Top trick, which allows for O(1) sampling from a distribution
approximating the softmax distribution.