prateekiiest / titanic_survival_exploration

Udacity Machine Learning Nano degree Program Project Predicting Passenger Survival
MIT License
21 stars 35 forks source link

Upper Confidence Bound(Reinforcement Learning) #26

Closed devanshb26 closed 6 years ago

devanshb26 commented 6 years ago

UCB is an algorithm based on reinforcement learning section of machine learning.In this I have worked on an example where 10 ads were shown to 10000 users on a social network site.Different versions of the ads were shown to different users and their response was recorded.In my dataset 1 if they clicked yes and 0 if they clicked no.Based on their responses the algorithm dynamically chose which ad out of the 10 ads was the best and we would recommend the company to continue with that ad for the given product.

Thank you for your contribution. Please provide the details requested below.

ISSUE NUMBER

Please provide a link to the issue this pull request addresses.

SHORT DESCRIPTION

Please provide a short description of the changes.

TESTING

Please provide the necessary steps to test the solution.

devanshb26 commented 6 years ago

I have provide the dataset for the advertisement which is the virtual data collected,i.e.the response of the each user to every advertisement if all the ads were shown to them.

prateekiiest commented 6 years ago

you need to fix those issues

prateekiiest commented 6 years ago

I guess this repo is for a particular data set about titanic.csv. So I dont get why we need analysis on an external data set apart from this