This repository contains the implementation of reinforcement learning algorithm, UCB to optimize the selection of ad to maximise the gains of the company.
pip3 intsall -r requirements.txt
Clone this repository: https://github.com/manvimadan12/Ads-Optimisation.git or git clone or click Download ZIP in right panel of repository and extract the code
- Run Thompson Sampling.py to see the implementation of Thompson Sampling
- Run UCB.py to see the implementation of UCB