upper-confidence-bounds topic

List upper-confidence-bounds repositories

All codes, both created and optimized for best results from the SuperDataScience Course

UCThello

26
Stars
2
Forks
Watchers

UCThello - a board game demonstrator (Othello variant) with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)

implement basic and contextual MAB algorithms for recommendation system

FB-Ads-Opt-UCB

34
Stars
7
Forks
Watchers

The easiest way to optimize Facebook Ads using Upper Confidence Bound Algorithm. 💻

Multi-Armed-Bandit-Algorithms

27
Stars
10
Forks
Watchers

Python implementation of UCB, EXP3 and Epsilon greedy algorithms