\n"; */ /*echo "\n"; */ ?> The Bandit Page

Bandit Learning            cs    pitt

Software

Multi-Armed Bandit project/ in C#
Bats toolbox for Matlab: The Bats toolbox for Matlab provides implementations of popular bandit algorithms and bandit-based tree search algorithms under common interfaces.
Mark Reid's Multi-armed Bandit Demo: A simple JavaScript demonstration of some algorithms for the multi-armed bandit problem.
Bandit on Rails: Bandit provides a way to do multi-armed bandit optimization of alternatives in a rails website

Datasets

Yahoo! Front Page Today Module User Click Log Dataset: Webscope R6 dataset: Online content recommendation represents an important example of interactive machine learning problems that require an efficient tradeoff between exploration and exploitation. Such problems, often formulated as various types of multi-armed bandits, have received extensive research in the machine learning and statistics literature. Due to the inherent interactive nature, creating a benchmark dataset for reliable algorithm evaluation is not as straightforward as in other fields of machine learning or recommendation, whose objects are often prediction. Our dataset contains a fraction of user click log for news articles displayed in the Featured Tab of the Today Module on Yahoo! Front Page during the first ten days in May 2009. The articles were chosen uniformly at random, which allows one to use a recently developed method of Li et al. [WSDM 2011] to obtain an unbiased evaluation of a bandit algorithm. To the best of our knowledge, this is the first real-world benchmark evaluating bandit algorithms reliably. The dataset contains 45,811,883 user visits to the Today Module. For each visit, both the user and each of the candidate articles are associated with a feature vector of dimension 6 (including a constant feature), constructed using a conjoint analysis with a bilinear model; see Chu et al. [KDD 2009] for more details. The size of this dataset is 1.1GB (Description taken from Yahoo's website)