"...resnet50_tensorflow.git" did not exist on "6539839343bb1016c598d94d2154d755d4c0aad1"
Commit 5c68ae13 authored by Carlos Riquelme's avatar Carlos Riquelme
Browse files

Readme changes.

parent fb1f574d
...@@ -36,7 +36,7 @@ simple complete example illustrating how to use the library. ...@@ -36,7 +36,7 @@ simple complete example illustrating how to use the library.
Contextual bandits are a rich decision-making framework where an algorithm has Contextual bandits are a rich decision-making framework where an algorithm has
to choose among a set of *k* actions at every time step *t*, after observing to choose among a set of *k* actions at every time step *t*, after observing
a context (or side-information) denoted by *X_t*. The general pseudocode for a context (or side-information) denoted by *X<sub>t</sub>*. The general pseudocode for
the process if we use algorithm **A** is as follows: the process if we use algorithm **A** is as follows:
``` ```
...@@ -49,7 +49,7 @@ At time t = 1, ..., T: ...@@ -49,7 +49,7 @@ At time t = 1, ..., T:
The goal is to maximize the total sum of rewards: &Sigma;<sub>t</sub> r<sub>t</sub> The goal is to maximize the total sum of rewards: &Sigma;<sub>t</sub> r<sub>t</sub>
For example, each *X_t* could encode the properties of a specific user (and For example, each *X<sub>t</sub>* could encode the properties of a specific user (and
the time or day), and we may have to choose an ad, discount coupon, treatment, the time or day), and we may have to choose an ad, discount coupon, treatment,
hyper-parameters, or version of a website to show or provide to the user. hyper-parameters, or version of a website to show or provide to the user.
Hopefully, over time, we will learn how to match each type of user to the most Hopefully, over time, we will learn how to match each type of user to the most
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment