Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 729 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 729 Bytes

Thompson-Sampling

I applied The Thompson Sampling model in both python and R

It's a complex reinforcement learning model , and to implement this the steps are :

down

UCB is deterministic and Thompson Sampling is Probabilistic

down

UCB vs Thompson Sampling :

down