Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 921 Bytes

File metadata and controls

39 lines (30 loc) · 921 Bytes

Evalution of Bandit Algorithms in a Web Recommendation Context

title: Online Contextual Bandits: An Empirical Analysis author: James Wang date: December 2, 2014 transition: linear

First Slide

For more details on authoring R presentations click the Help button on the toolbar.

  • Bullet 1
  • Bullet 2
  • Bullet 3

Slide With Code

summary(cars)
     speed           dist       
 Min.   : 4.0   Min.   :  2.00  
 1st Qu.:12.0   1st Qu.: 26.00  
 Median :15.0   Median : 36.00  
 Mean   :15.4   Mean   : 42.98  
 3rd Qu.:19.0   3rd Qu.: 56.00  
 Max.   :25.0   Max.   :120.00  

Slide With Plot

plot of chunk unnamed-chunk-2