Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 199 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 199 Bytes

Thompson-Sampler

This repo includes a jupyter notebook demonstrating a simple Thompson Sampler for a multi-armed bandit problem.

Requirements

  • jupyter>=1.0.0
  • matplotlib
  • numpy
  • scipy