niazangels / bandits

An introduction to multi arm bandits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An introduction to multi arm bandits

Code adapted from John Myles White's super succinct book, "Bandit Algorithms for Website Optimization" (O'Reilly)

What's different

  • Code ported to Python 3.6
  • Uses builtin functions whenever possible
  • Plots created with Matplotlib instead of R

More to come

  • UCB1
  • Solutions to the exercises
  • Brief explanation/summary
  • Cleaner code

About

An introduction to multi arm bandits


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%