#AIGlossary
Bayesian neural network
#GoogleCloud
A probabilistic neural network that accounts for uncertainty in weights and outputs. A standard neural network regression model typically predicts a scalar value; for example, a standard model predicts a house price of 853,000. In contrast, a Bayesian neural network predicts a distribution of values; for example, a Bayesian model predicts a house price of 853,000 with a standard deviation of 67,200.
https://developers.google.com/machine-learning/glossary#bayesian-neural-network

