불확실성 분해 - AWS 권장 가이드

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

불확실성 분해

베이지안 신경망(BNN)은 예측 분포 Mathematical formula showing conditional probability of y given x. 를 산출하는데, 이 예측 분포는 분산 Mathematical symbol representing a function V with empty parentheses. , 즉 전체 예측 불확실성 Mathematical square root symbol with variable x inside. 을 추정할 수 있는 다양한 예측 세트를 제공합니다. 총 예측 불확실성은 총 분산 법칙을 사용하여 다음과 같은 두 가지 불확실성 성분으로 나눌 수 있습니다.

총 분산 법칙

Predictive distribution 인 BNN을 지정하는 입력값 X icon, typically used to represent closing or canceling an action. Predictive distribution 임의 파라미터 Theta symbol representing an angle or mathematical concept. (이)가 주어졌을 때 대상 변수 Mathematical expression showing expectation of y given x and theta. 의 기대값은 단일 순방향 전파를 갖는 BNN에 의해 추정되며 Mathematical function f(x, θ) with x and θ as variables. (으)로 표시됩니다. 주어진 입력 매개변수와 임의 매개변수인 Mathematical formula showing nabla operator applied to vector y with respect to x and theta. 에서 목표값의 분산도 BNN에 의해 출력되며 Mathematical formula showing s prime as a function of x and theta. 로 표시됩니다. 따라서 총 예측 불확실성은 다음 두 숫자의 합계입니다.

  • BNN의 예측 평균 Mathematical notation showing the gradient of a function f with respect to theta. 에 대한 차이 - 인식적 불확실성

  • BNN의 예측 분산 Mathematical expression showing expectation of s squared, given theta. 의 평균 - 우연한 불확실성

다음 공식은 (Kendall과 Gal 2017)에 따라 총 불확실성을 계산하는 방법을 보여줍니다. BNN에 X icon, typically used to represent closing or canceling an action. 을 입력하고, 무작위 파라미터 구성 Theta symbol representing an angle or mathematical concept. 을 생성하고, 신경망을 통해 단일 순방향 전파를 수행하여 평균 Mathematical function f(x, θ) with x and θ as variables. 과 분산 Mathematical formula showing s prime as a function of x and theta. 을 출력합니다. 무작위 생성 또는 시뮬레이션을 ~로 나타냅니다. 고정형 X icon, typically used to represent closing or canceling an action. (을)를 사용하면 이 프로세스 Lowercase letter "T" in a serif font against a white background. (을)를 여러 번 반복하여 세트를 생성할 수 있습니다.

Mathematical formula showing calculation of total uncertainty using Bayesian Neural Networks.

이러한 Lowercase letter "T" in a serif font against a white background. 많은 샘플 Mathematical formula showing a sequence of functions f and s with subscripts and superscripts. 은 불확실성을 확인하는 데 필요한 통계를 제공합니다. 이 섹션의 첫 번째 방정식에서 볼 수 있듯이 인식적 불확실성과 우연한 불확실성을 각각 추정한 다음 그 합을 구하면 됩니다.