diff --git a/user-guide/modules/ROOT/pages/task-machine-learning.adoc b/user-guide/modules/ROOT/pages/task-machine-learning.adoc index 8fea76d..85ee6d8 100644 --- a/user-guide/modules/ROOT/pages/task-machine-learning.adoc +++ b/user-guide/modules/ROOT/pages/task-machine-learning.adoc @@ -566,7 +566,7 @@ The _kernel trick_ is a method used in machine learning to apply a linear classi [#footnote3] link:#footnote3-location[(3)] -_Bayesion inference_ is used to calculate a probability for a hypothesis (using Bayes theorum), based on existing evidence, and then update it as more data becomes available. This approach has proved to be robust as it does not require the sample size to be known in advance, and has a wide range of applications. There are downsides to this popular inference method, including a kind of self-contradiction called a _Dutch Book_. A _Markov chain_ describes a sequence of possible events, where the probability of an event occurring in the chain is _solely_ dependent on the previous event. Markov chains are popular in statistical modeling, partly because of the simplification it provides in that only the current state of affairs is important - not any previous history. Markov chain _Monte Carlo_ methods are often used to study probability distributions too complex for analytical methods alone. +_Bayesian inference_ is used to calculate a probability for a hypothesis (using Bayes theorem), based on existing evidence, and then update it as more data becomes available. This approach has proved to be robust as it does not require the sample size to be known in advance, and has a wide range of applications. A _Markov chain_ describes a sequence of possible events, where the probability of an event occurring in the chain is _solely_ dependent on the previous event. Markov chains are popular in statistical modeling, partly because of the simplification it provides in that only the current state of affairs is important - not any previous history. Markov chain _Monte Carlo_ methods are often used to study probability distributions too complex for analytical methods alone. [#footnote4] link:#footnote4-location[(4)]