JeffChen2020 / Personalized-News-Recommendation

Multi Armed Bandits implementation using the Yahoo! Front Page Today Module User Click Log Dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bandits implemented

  • UCB
  • Thompson Sampling
  • E-greedy
  • LinUCB with disjoint linear models

References

Dataset

R6A - Yahoo! Front Page Today Module User Click Log Dataset, version 1.0 (1.1 GB)

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. The dataset can be found here.

About

Multi Armed Bandits implementation using the Yahoo! Front Page Today Module User Click Log Dataset


Languages

Language:Jupyter Notebook 98.2%Language:Python 1.8%