ISE599-Homework 4-How epsilon-Greedy algorithm behaves under different circumstances Solved

30.00 $

Category:

Description

Rate this product

 

In order to build a feel for the epsilon-Greedy algorithm, you need to see how it behaves under a variety of circumstances. The following two questions are helpful to better understand the algorithm. For these questions use 1000 simulations for 250 visits for each case. Report the plots for optimal, average, and cumulative rewards. Consider only.

  1.  For the exercise solved in class, use a different number of arms than the five arms we have been working with. See how the algorithm performs if there are 2 arms and then if there are 20 arms. The best arm with probability 0.9, all other arms with probability 0.1). Submit one set of plots for 2 arms and other set for 20 arms.
  2. For the exercise solved in class, change the probabilities of reward from the 5 Bernoulli arms assuggested below.
    1. How does epsilon-Greedy behave if the best arm probability is 0.6 and all other armsprobabilities are 0.40?
    2.  How does it behave when the probabilities for two arms are 0.60, for other two armsare 0.40, and for one arm is 0.5 ?
    3. How does it behave if all of the probabilities are 0.5?

  • (20 pts.) Test if the following web design have the same click-rates. If not, find which design(s) provides the largest click-rates.
  A B C D E
clicks 500 1000 825 490 880
visits 900 1800 1500 1100 1325

1

  1. In segmenting the market, a breakfast cereal manufacturer uses health and diet consciousness as the segmentation variable. Four segments are developed:
    • = Concerned about eating healthy foods
    • = Concerned primarily about weight
    • = Concerned about health because of illness
    • = Unconcerned

To distinguish between groups, a survey is conducted (see cereal.csv). In the survey, people are categorized as belonging to one of these groups. Each respondent was also asked the amount spent on breakfast cereal in an average month. Test if the amount spent by these four segments is the same. If not, use the t.test function to find CIs on the amount spend in an average month. Plot the CIs on the same graph and conclude which segments spend the most.

 

  • HW4-qkfqeo.zip