Skip to content

Commit

Permalink
Merge pull request probcomp#436 from probcomp/2021-08-08-fsaad-doc-tyop
Browse files Browse the repository at this point in the history
Remove incorrect left bracket.
  • Loading branch information
ztangent authored Nov 23, 2021
2 parents 3779cb1 + b296f19 commit 8e00d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/ref/learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Most techniques for learning models from incomplete data, from the EM algorithm

Various algorithms can be understood as examples of this general pattern, although they differ in several details including (i) how they represent the results of inferences, (ii) how they perform the inference step, (iii) whether they try to solve each of the inference and parameter-optimization problems incrementally or not, and (iv) their formal theoretical justification and analysis:

- [Expectation maximization (EM) [1], including incremental variants [2]
- Expectation maximization (EM) [1], including incremental variants [2]

- Monte Carlo EM [3] and online variants [4]

Expand Down

0 comments on commit 8e00d7f

Please sign in to comment.