Variants of Solomonoff induction: Difference between revisions

From Machinelearning
No edit summary
No edit summary
Line 5: Line 5:
! Source !! Formula !! Determinism !! Type of machine used !! Discrete vs continuous
! Source !! Formula !! Determinism !! Type of machine used !! Discrete vs continuous
|-
|-
| LessWrong Wiki<ref>https://wiki.lesswrong.com/wiki/Solomonoff_induction</ref> || <math>m(y_0) = \sum_{p \in \mathcal P : U(p) = y_0} 2^{\ell(p)}</math> ||
| LessWrong Wiki<ref>https://wiki.lesswrong.com/wiki/Solomonoff_induction</ref> || <math>m(y_0) = \sum_{p \in \mathcal P : U(p) = y_0} 2^{\ell(p)}</math> || Deterministic || Page doesn't say, but uses self-delimiting programs ||
|}
|}



Revision as of 02:35, 31 March 2019

This page lists some variants of Solomonoff induction.

Source Formula Determinism Type of machine used Discrete vs continuous
LessWrong Wiki[1] Deterministic Page doesn't say, but uses self-delimiting programs

References