3.9. SequentialLearning.AlgorithmDensityBayes
Algorithm density under Bayesian stationary environments
This file provides results about Algorithm.density for the Bayesian stationary environment
setting.
Main results
Let h : IsBayesAlgEnvSeq Q κ alg E A Y P, h₀ : IsBayesAlgEnvSeq Q κ alg₀ E₀ A₀ Y₀ P₀, and
hc : alg ≪ₐ alg₀.
-
hasLaw_hist_withDensity h h₀ hc n: the law of the history at timenunderPis the law of the history at timenunderP₀with densityalg.density alg₀ n. Intuitively, the law of the history underalgcan be obtained from the law of the history underalg₀when they are interacting with underlying stationary environments drawn from the same distribution. -
hasCondDistrib_env_history h h₀ hc n: the conditional distribution ofEgiven the history at timenunderPis almost everywhere equal to the conditional distribution ofE₀given the history at timenunderP₀. Intuitively, the posterior is independent of the algorithm used to observe the history.
Module LeanMachineLearning.SequentialLearning.AlgorithmDensityBayes contains 3 exposed declarations.
-
Learning.IsBayesAlgEnvSeq.condDistrib_history_eq_condDistrib_hist_withDensity -
Learning.IsBayesAlgEnvSeq.hasLaw_history_withDensity -
Learning.IsBayesAlgEnvSeq.hasCondDistrib_env_history