Tagged in

Machine Learning

Keep It Up
Keep It Up
The Kifi Engineering Blog
More information
Followers
51
Elsewhere
More, on Medium

From word2vec to doc2vec: an approach driven by Chinese restaurant process

Google’s word2vec project has created lots of interests in the text mining community. It’s a neural network language model that is “both supervised and unsupervised”. Unsupervised in the sense that you…


Flower Filter for Key-Value Events

In my last post, I presented a simple time-decaying approximate membership filter. In this post I would like to extend it for key-value events.

Flower Filter is a membership filter. It can answer, with time-decaying accuracy, whether a…


Flower Filter — An Update

A few days ago, Yasuhiro published an article on Flower Filter.

The main motivation of Flower Filter is that we need a data structure that remembers newer data with higher probabilities and older data with lower probabilities. We call such probability…