Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/khlee88/multi_armed_bandit_tutorial
- Owner: khlee88
- Created: 2018-12-27T07:30:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T00:56:08.000Z (over 5 years ago)
- Last Synced: 2024-08-02T06:02:13.227Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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