Use case
It is used to calculate the model parameters from the data. The a-Posteriori is given as the product of the Likelihood and the Prior.
where,
- Model parameter that has to be learned (for example weights.)
- Input vector
- Target
- Precision, is the inverse of the variance (). It measures how tightly the data is clustered along the weights.
- Hyper-parameter that is independent of the data Ex: Learning rate, batch size, regularization parameters etc.