| | How to compute prediction and confidence |
 | | Given a test input x_0, a 100c% prediction interval for y_0 is an interval [LPB_0,UPB_0] such that Pr(LPB_0 <= y_0 <= UPB_0) = c, where c is typically.95 or.99, and the probability is computed over repeated random selection of the training set and repeated observation of Y given the test input x_0. |
 | | A confidence interval is narrower than the corresponding prediction interval, since the prediction interval must include variation due to noise in y_0, while the confidence interval does not. |
 | | Both intervals include variation due to sampling of the training set and possible variation in the training process due, for example, to random initial weights and local minima of the objective function. |
| www.faqs.org /faqs/ai-faq/neural-nets/part3/section-13.html (944 words) |