Implementation of the Thompson Sampling algorithm
creates a new instance of the Thompson Sampling(TS) algorithm. TS a heuristic for choosing actions that addresses the exploration-exploitation dilemma in the multi-armed bandit problem. It consists in choosing the action that maximizes the expected reward with respect to a randomly drawn belief
single step trainning method
returns next action based off of the thompson sampling
returns thompson sample
training method for thompson sampling calculations
Implementation of the Thompson Sampling algorithm
ml