Notation of a probability distribution over a vector
$begingroup$
I'm reading this article and I'm not sure to understand this equation: $b=Pr(y|h)$ where $y$ is, according to the article, "a 52-dimension one-hot vector encoding [the player $y$] cards" (page 5, Problem Setup). I guess the authors mean $y$ is a vector of 52 elements with 13 of them are 1 and the others are 0.
$h$ is a 52x2 matrix. I'm not sure what is $b$.
According to my knowledge, $b$ is the probability distribution over a vector with $binom{52}{13}$ possible combinations so $b$ should have $binom{52}{13}$ elements.
But, later in the article (page 5, Model Architecture), I can read that we can add $b$ to $x$ ($x$ is a 52 dimension vector). So I guess now $b$ is also a 52 dimension vector with xn is $P(y_{n} = 1)$.
My questions are: do I misunderstand the equation? Or the authors of the article wanted to simplify the probability distribution? What is $b$?
Note: I don't want to know what $b$ represents but I want to know how $b$ is mathematically represented.
Note 2: The point of the article is to use a POMDP to create a bridge bidding system. So, $b$ is the belief of the player, $y$ is the unobserved environment state and $h$ is the history of the bids.
probability-distributions vectors
$endgroup$
add a comment |
$begingroup$
I'm reading this article and I'm not sure to understand this equation: $b=Pr(y|h)$ where $y$ is, according to the article, "a 52-dimension one-hot vector encoding [the player $y$] cards" (page 5, Problem Setup). I guess the authors mean $y$ is a vector of 52 elements with 13 of them are 1 and the others are 0.
$h$ is a 52x2 matrix. I'm not sure what is $b$.
According to my knowledge, $b$ is the probability distribution over a vector with $binom{52}{13}$ possible combinations so $b$ should have $binom{52}{13}$ elements.
But, later in the article (page 5, Model Architecture), I can read that we can add $b$ to $x$ ($x$ is a 52 dimension vector). So I guess now $b$ is also a 52 dimension vector with xn is $P(y_{n} = 1)$.
My questions are: do I misunderstand the equation? Or the authors of the article wanted to simplify the probability distribution? What is $b$?
Note: I don't want to know what $b$ represents but I want to know how $b$ is mathematically represented.
Note 2: The point of the article is to use a POMDP to create a bridge bidding system. So, $b$ is the belief of the player, $y$ is the unobserved environment state and $h$ is the history of the bids.
probability-distributions vectors
$endgroup$
$begingroup$
Vectors have a length, but not a dimension.
$endgroup$
– Wuestenfux
Dec 30 '18 at 9:15
$begingroup$
@Wuestenfux I'm surprised because it's written, about the $y$ vector: "is a 52-dimension one-hot vector encoding the 13 cards [of the player y]".
$endgroup$
– Pierre
Dec 30 '18 at 9:19
3
$begingroup$
@Wuestenfux Saying "an $n$-dimensional vector" is absolutely standard.
$endgroup$
– Clement C.
Dec 30 '18 at 9:19
$begingroup$
Thanks. I think it might help to cite some equations or page numbers in the article so that readers can find the relevant passages a little more quickly.
$endgroup$
– littleO
Dec 30 '18 at 10:39
$begingroup$
@littleO It's done.
$endgroup$
– Pierre
Dec 30 '18 at 10:49
add a comment |
$begingroup$
I'm reading this article and I'm not sure to understand this equation: $b=Pr(y|h)$ where $y$ is, according to the article, "a 52-dimension one-hot vector encoding [the player $y$] cards" (page 5, Problem Setup). I guess the authors mean $y$ is a vector of 52 elements with 13 of them are 1 and the others are 0.
$h$ is a 52x2 matrix. I'm not sure what is $b$.
According to my knowledge, $b$ is the probability distribution over a vector with $binom{52}{13}$ possible combinations so $b$ should have $binom{52}{13}$ elements.
But, later in the article (page 5, Model Architecture), I can read that we can add $b$ to $x$ ($x$ is a 52 dimension vector). So I guess now $b$ is also a 52 dimension vector with xn is $P(y_{n} = 1)$.
My questions are: do I misunderstand the equation? Or the authors of the article wanted to simplify the probability distribution? What is $b$?
Note: I don't want to know what $b$ represents but I want to know how $b$ is mathematically represented.
Note 2: The point of the article is to use a POMDP to create a bridge bidding system. So, $b$ is the belief of the player, $y$ is the unobserved environment state and $h$ is the history of the bids.
probability-distributions vectors
$endgroup$
I'm reading this article and I'm not sure to understand this equation: $b=Pr(y|h)$ where $y$ is, according to the article, "a 52-dimension one-hot vector encoding [the player $y$] cards" (page 5, Problem Setup). I guess the authors mean $y$ is a vector of 52 elements with 13 of them are 1 and the others are 0.
$h$ is a 52x2 matrix. I'm not sure what is $b$.
According to my knowledge, $b$ is the probability distribution over a vector with $binom{52}{13}$ possible combinations so $b$ should have $binom{52}{13}$ elements.
But, later in the article (page 5, Model Architecture), I can read that we can add $b$ to $x$ ($x$ is a 52 dimension vector). So I guess now $b$ is also a 52 dimension vector with xn is $P(y_{n} = 1)$.
My questions are: do I misunderstand the equation? Or the authors of the article wanted to simplify the probability distribution? What is $b$?
Note: I don't want to know what $b$ represents but I want to know how $b$ is mathematically represented.
Note 2: The point of the article is to use a POMDP to create a bridge bidding system. So, $b$ is the belief of the player, $y$ is the unobserved environment state and $h$ is the history of the bids.
probability-distributions vectors
probability-distributions vectors
edited Dec 30 '18 at 11:50
Pierre
asked Dec 30 '18 at 9:11
PierrePierre
1108
1108
$begingroup$
Vectors have a length, but not a dimension.
$endgroup$
– Wuestenfux
Dec 30 '18 at 9:15
$begingroup$
@Wuestenfux I'm surprised because it's written, about the $y$ vector: "is a 52-dimension one-hot vector encoding the 13 cards [of the player y]".
$endgroup$
– Pierre
Dec 30 '18 at 9:19
3
$begingroup$
@Wuestenfux Saying "an $n$-dimensional vector" is absolutely standard.
$endgroup$
– Clement C.
Dec 30 '18 at 9:19
$begingroup$
Thanks. I think it might help to cite some equations or page numbers in the article so that readers can find the relevant passages a little more quickly.
$endgroup$
– littleO
Dec 30 '18 at 10:39
$begingroup$
@littleO It's done.
$endgroup$
– Pierre
Dec 30 '18 at 10:49
add a comment |
$begingroup$
Vectors have a length, but not a dimension.
$endgroup$
– Wuestenfux
Dec 30 '18 at 9:15
$begingroup$
@Wuestenfux I'm surprised because it's written, about the $y$ vector: "is a 52-dimension one-hot vector encoding the 13 cards [of the player y]".
$endgroup$
– Pierre
Dec 30 '18 at 9:19
3
$begingroup$
@Wuestenfux Saying "an $n$-dimensional vector" is absolutely standard.
$endgroup$
– Clement C.
Dec 30 '18 at 9:19
$begingroup$
Thanks. I think it might help to cite some equations or page numbers in the article so that readers can find the relevant passages a little more quickly.
$endgroup$
– littleO
Dec 30 '18 at 10:39
$begingroup$
@littleO It's done.
$endgroup$
– Pierre
Dec 30 '18 at 10:49
$begingroup$
Vectors have a length, but not a dimension.
$endgroup$
– Wuestenfux
Dec 30 '18 at 9:15
$begingroup$
Vectors have a length, but not a dimension.
$endgroup$
– Wuestenfux
Dec 30 '18 at 9:15
$begingroup$
@Wuestenfux I'm surprised because it's written, about the $y$ vector: "is a 52-dimension one-hot vector encoding the 13 cards [of the player y]".
$endgroup$
– Pierre
Dec 30 '18 at 9:19
$begingroup$
@Wuestenfux I'm surprised because it's written, about the $y$ vector: "is a 52-dimension one-hot vector encoding the 13 cards [of the player y]".
$endgroup$
– Pierre
Dec 30 '18 at 9:19
3
3
$begingroup$
@Wuestenfux Saying "an $n$-dimensional vector" is absolutely standard.
$endgroup$
– Clement C.
Dec 30 '18 at 9:19
$begingroup$
@Wuestenfux Saying "an $n$-dimensional vector" is absolutely standard.
$endgroup$
– Clement C.
Dec 30 '18 at 9:19
$begingroup$
Thanks. I think it might help to cite some equations or page numbers in the article so that readers can find the relevant passages a little more quickly.
$endgroup$
– littleO
Dec 30 '18 at 10:39
$begingroup$
Thanks. I think it might help to cite some equations or page numbers in the article so that readers can find the relevant passages a little more quickly.
$endgroup$
– littleO
Dec 30 '18 at 10:39
$begingroup$
@littleO It's done.
$endgroup$
– Pierre
Dec 30 '18 at 10:49
$begingroup$
@littleO It's done.
$endgroup$
– Pierre
Dec 30 '18 at 10:49
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3056633%2fnotation-of-a-probability-distribution-over-a-vector%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3056633%2fnotation-of-a-probability-distribution-over-a-vector%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Vectors have a length, but not a dimension.
$endgroup$
– Wuestenfux
Dec 30 '18 at 9:15
$begingroup$
@Wuestenfux I'm surprised because it's written, about the $y$ vector: "is a 52-dimension one-hot vector encoding the 13 cards [of the player y]".
$endgroup$
– Pierre
Dec 30 '18 at 9:19
3
$begingroup$
@Wuestenfux Saying "an $n$-dimensional vector" is absolutely standard.
$endgroup$
– Clement C.
Dec 30 '18 at 9:19
$begingroup$
Thanks. I think it might help to cite some equations or page numbers in the article so that readers can find the relevant passages a little more quickly.
$endgroup$
– littleO
Dec 30 '18 at 10:39
$begingroup$
@littleO It's done.
$endgroup$
– Pierre
Dec 30 '18 at 10:49