Meta-learning neural Bloom filters

1 · Adrian Colyer · July 19, 2019, 5:18 a.m.
Meta-learning neural bloom filters Rae et al., ICML’19 Bloom filters are wonderful things, enabling us to quickly ask whether a given set could possibly contain a certain value. They produce this answer while using minimal space and offering O(1) inserts and lookups. It’s no wonder Bloom filters and their derivatives (the family of approximate set … Continue reading Meta-learning neural Bloom filters...