topk
There are 19 repositories under topk topic.
Callidon/bloom-filters
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
fzakaria/space-saving
Space Saving algorithm implementation (StreamSummary) in Java, used to solve heavy hitters / topk items.
applicaai/successive-halving-topk
A fast and highly accurate differentiable Top-k operator from the "Successive Halving Top-k Operator" AAAI'21 paper.
kelindar/approx
High performance approximate algorithms in Go (e.g. morris counter, count min, etc.)
garcinc/noised-topk
[ICML2022] Stochastic smoothing of the top-K calibrated hinge loss for deep imbalanced classification
NewbieOrange/topk
TopK algorithm implementation in Rust (Filtered Space-Saving)
oliverwreath/NineChapters
Paradise of Algorithms
Yutian-Wong/TopKCommonWords_Hadoop
Filtered Top K common words with one MapReduce
graphcore-research/pytorch-approx-topk
Bucketed top-k for PyTorch using a priority queue
KIPKIPS/TopK
基于堆的TopK算法
XiaShan1227/ASAP
ASAP: Adaptive Structure Aware Pooling for Learning Hierarchical Graph Representations [AAAI-2020]
billgewrgoulas/Spatial-Networks-and-topK-queries
Algorithms for traversing spatial networks and performing top-k queries.
ralgond/topk
A data structure for finding the top k elements
aoxy/Vector-Intersection-TopK
第2届百度搜索创新大赛(TopK搜索)
gasparian/multithread-topK
Collecting topk stat from big files using multiple threads [EXPERIMENT]
MathieuDesponds/Decoder-in-Natural-Language-Generation
Implementation of greedy and beam search, as well as top-p and top-k. Analyze how varying specific parameters of decoding and sampling algorithms can qualitatively affect the generation and interpretation of NLG evaluation metrics.
amallia/topk
A queue that selects the "top" k elements added to it.
lujiajing1126/go-space-saving
A Space-Saving algorithm implemented in Go