1. Bayesian learning methods are relevant to machine learning for two reasons: they provide practical classification algorithms like naive Bayes, and provide a useful perspective for understanding many learning algorithms.
2. Bayesian learning allows combining observed data with prior knowledge to determine the probability of hypotheses. It provides optimal decision making and can accommodate probabilistic predictions.
3. While Bayesian methods may require estimating probabilities and have high computational costs, they provide a standard for measuring other practical methods.