![]() |
P(x) vs. P(y |x)
The book says:
Quote:
Does it mean P(x) is only used in creating training and test set? and it is used in the estimate provided by test set of E_out? |
Re: P(x) vs. P(y |x)
P(x) = probability of x
P(y|x) = probability of y given x has happened already |
Re: P(x) vs. P(y |x)
Quote:
|
Re: P(x) vs. P(y |x)
My understanding is that the text you quoted is talking about learning when the target function has noise.
Because the target function has noise, so given an input x, f(x) doesn't always give y. Hence, in this case, if we want to apply machine learning, we want to conclude what the probability of y given x as the input -- i.e. P(y|x). Hence, P(x) isn't used for creating training set. P(x) is just talking about the distribution of x. "P(x) only quantifies the relative importance of the point x in gauging how well we have learned" For instance, if P(x1) is very small, we can't say that we learn very very well when P(y1|x1) is close to 1. Because there are x2, x3, ... that they might appear more frequent than x1 (e.g. P(x2) is much greater than P(x1)). When P(y1|x1) is close to 1, we can only say that we learn very well about how x1 is used to predict y1. But we can't say anything about x2, x3....given P(x1) is relatively small. Hope I don't confuse you more. If any of my statement is flaw, I appreciate anyone's correction :) |
Re: P(x) vs. P(y |x)
Thank you! however I still need the author or another one clarify the sentence more... when he says "gauging how well we learned", I think he speaks about the test set.
We also know that we should avoid sampling bias. Then in my opinion P(x) is used in training set to make it unbiased, not? and we know any distribution we used in training set we should use in test set, then P(x) is used in the test set too. However I still don't know if we know P(x) or not, is it known?! |
All times are GMT -7. The time now is 02:46 PM. |
Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
The contents of this forum are to be used ONLY by readers of the Learning From Data book by Yaser S. Abu-Mostafa, Malik Magdon-Ismail, and Hsuan-Tien Lin, and participants in the Learning From Data MOOC by Yaser S. Abu-Mostafa. No part of these contents is to be communicated or made accessible to ANY other person or entity.