Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 356 Bytes

File metadata and controls

4 lines (3 loc) · 356 Bytes

News Article Recommendation via Contextual Bandits in Online fashion using LinUCB

  1. DATA : 10000 rows of data with chosen arm (random) out of 10 actions(articles) and reward (article clicked or not) , with 10-dimensional context vectors of each arm.
  2. Algorithm choses one of the artcile as the recommendation and improves itself in an online manner.