$$P(y^i = 1 | x^i)$$
Can't remember from book what's mean this P? Someone can help me?
book: "applied deep learning: a case-based approach to understanding deep neural networks"
$$P(y^i = 1 | x^i)$$
Can't remember from book what's mean this P? Someone can help me?
book: "applied deep learning: a case-based approach to understanding deep neural networks"
Given $x^i$, it is the probability that $y^i$ takes value $1$.
Sometimes we write it as $Pr(y^i=1|x^i)$ as well.