Bayesian top title learner

Display links to your most ‘interesting’ posts, where interestingness is determined automatically by a Bayesian learning algorithm.

Author:Greg Ver Steeg (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:2.6.3
Plugin version:0.24
Added to WordPress repository:17-11-2008
Last updated:04-12-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.its.caltech.edu/~gregv/projects.ht...
Total downloads:3 074
Active installs:10+
plugin download
Click to start download

Someone has gotten to your page somehow. You want a sidebar with the links they are most likely to click on.

Naive strategy: Put the most clicked posts in the list. Why might this be suboptimal? Maybe you wrote one post about accordions and it got linked from The World Accordion Association Blog (WAAB). It got many clicks. But most visitors to your page have no interest in accordions.

Less naive: Have your sidebar display random links and keep track of which ones get clicked. This is cool, now we are doing experiments to find exactly what we need. But experiments are expensive, we only have a limited amount of eyeballs coming our way. Are we using our data optimally? For instance, if we know A is very interesting, and we know nothing about B, and B gets clicked over A, that should be worth more. So we want to know more than whether B is clicked or not, but what else was clicked in that context.

More sophisticated: How to take advantage of information about what other things were clicked? First, we make a model of browsing behavior. Then we need to figure out the parameters for this model. Bayesian methods allow us to learn the parameters with few assumptions. See Additional Information for more about the mathematical theory.