Learn Before
Concept

Bayes Formula

P(Y=jX=x0)=(P(X=x0Y=j)×P(Y=j))/P(X=x0)P(Y=j|X=x_{0}) = (P(X=x_{0}|Y=j)\times P(Y=j))/P(X=x_{0}) This is an expanded equation.

x0x_{0}: predictor vector j: class Probability of the response (class j) given the input (predictor vector) for each observation.

This equation can be used with relational comparisons with fixed probability values to place observations into classes.

https://machinelearningmastery.com/bayes-theorem-for-machine-learning/

0

4

Updated 2021-10-02

Tags

Data Science

Learn After