Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khlee88/multi_armed_bandit_tutorial

Multi Armed Bandit python code implementation
https://github.com/khlee88/multi_armed_bandit_tutorial

Last synced: 3 days ago
JSON representation

Multi Armed Bandit python code implementation

Awesome Lists containing this project

README

        

# multi armed bandit tutorial
html page: https://khlee88.github.io/multi_armed_bandit_tutorial/

1. Bandit Problem
2. Toy DataSet
3. Random Selection
4. K exploration & N-K exploitation
5. Epsilon-Greedy
6. UCB (Upper Confidence Bound)
7. Thomson Sampling