Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cassanof/gumbel-bucket-rs
- Owner: cassanof
- License: mit
- Created: 2023-06-26T01:45:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T23:43:01.000Z (4 months ago)
- Last Synced: 2024-10-31T11:57:56.142Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.