Bayesian Glossary

Browse 3 bayesian terms defined in plain English, from the cultural dictionary of computing.

3 Bayesian Terms

Bayesian Neural Network
A neural network that models uncertainty by treating weights or predictions probabilistically rather than deterministically. It influences how models are...
Bayesian Optimization
A sample-efficient optimization method that uses a surrogate model to choose promising hyperparameter trials. It influences how models are trained, evaluated,...
Gaussian Process
A nonparametric Bayesian model that defines distributions over functions and provides calibrated uncertainty estimates. It influences how models are trained,...

Related Topics