Preply — Study more efficiently by working with a personal tutor. Get 50% off.Affiliate

Wikipedia

Strong and weak sampling

Strong and weak sampling are two sampling approach in Statistics, and are popular in computational cognitive science and language learning. In strong sampling, it is assumed that the data are intentionally generated as positive examples of a concept, while in weak sampling, it is assumed that the data are generated without any restrictions.

Formal Definition In strong sampling, we assume observation is randomly sampled from the true hypothesis:

P ( x | h ) = { 1 | h | , if x ∈ h 0 , otherwise {\displaystyle P(x|h)={\begin{cases}{\frac {1}{|h|}}&{\text{, if }}x\in h\\0&{\text{, otherwise}}\end{cases}}}

In weak sampling, we assume observations randomly sampled and then classified:

P ( x | h ) = { 1 , if x ∈ h 0 , otherwise {\displaystyle P(x|h)={\begin{cases}1&{\text{, if }}x\in h\\0&{\text{, otherwise}}\end{cases}}}

Consequence: Posterior computation under Weak Sampling

P ( h | x ) = P ( x | h ) P ( h ) ∑ h ′ P ( x | h ′ ) P ( h ′ ) = { P ( h ) ∑ h ′ : x ∈ h ′ P ( h ′ ) , if x ∈ h 0 , otherwise {\displaystyle P(h|x)={\frac {P(x|h)P(h)}{\sum \limits _{h'}P(x|h')P(h')}}={\begin{cases}{\frac {P(h)}{\sum \limits _{h':x\in h'}P(h')}}&{\text{, if }}x\in h\\0&{\text{, otherwise}}\end{cases}}}

Therefore the likelihood P ( x | h ′ ) {\displaystyle P(x|h')} for all hypotheses h ′ {\displaystyle h'} will be "ignored".

References

External links Lecture 20: Strong vs weak sampling

Tags

  • Sampling (statistics)
  • Statistics stubs