Giter Club home page Giter Club logo

deep-reinforcement-learning-projects's Introduction

Deep-Reinforcement-Learning-projects

Some of the algorithms and models of Deep Reinforcement Learning

UCB Algorithm for Multi-Armed Bandit Problem This code implements the UCB (Upper Confidence Bound) algorithm for solving the Multi-Armed Bandit problem. The algorithm aims to solve the problem of deciding which ad to show to a user in a repeated online advertising scenario, where there are multiple ads to choose from, and the objective is to maximize the total reward (clicks or purchases).

Dataset The dataset used in this code is Ads_CTR_Optimisation.csv. It contains the click-through rates of 10 different ads shown to 10000 users.

Implementing UCB The UCB algorithm is implemented in Python using Numpy, Matplotlib and Pandas libraries.

Algorithm Initialize the variables. For each round n from 1 to N, do the following: Choose the ad i with the highest upper confidence bound. Update the variables. Repeat step 2 for all the rounds. Visualize the results using a histogram.

Visualizing the Results The results are visualized using a histogram that shows the number of times each ad was selected. The histogram is plotted using Matplotlib library.

deep-reinforcement-learning-projects's People

Contributors

prajolshrestha avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.