Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
5c68ae13
"...resnet50_tensorflow.git" did not exist on "6539839343bb1016c598d94d2154d755d4c0aad1"
Commit
5c68ae13
authored
Jul 23, 2018
by
Carlos Riquelme
Browse files
Readme changes.
parent
fb1f574d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/deep_contextual_bandits/README.md
research/deep_contextual_bandits/README.md
+2
-2
No files found.
research/deep_contextual_bandits/README.md
View file @
5c68ae13
...
@@ -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:
Σ
<sub>
t
</sub>
r
<sub>
t
</sub>
The goal is to maximize the total sum of rewards:
Σ
<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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment