puliyadivinod / ads-strategy-reinforcement-learning

The example of using reinforcement learning algorithms in the business, specifically finding what ads to use in our campaign.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement learning

A great area of machine learning is Reinforcement learning and it consists of algorithms. For example, those can be used to teach a robot dog how to walk.

Every RL algorithm is working on the principle of giving some kind of reward to the algorithm and it learns the good behavior that way.

  • For now, you can find only two algorithms Upper Confidence Bound and Thompson sampling.

More information

Each project has its own README where you will find more information about project itself.

License

Each project has MIT License

About

The example of using reinforcement learning algorithms in the business, specifically finding what ads to use in our campaign.


Languages

Language:Jupyter Notebook 95.1%Language:Python 4.9%