Skip to content

Commit 8e00d7f

Browse files
authored
Merge pull request #436 from probcomp/2021-08-08-fsaad-doc-tyop
Remove incorrect left bracket.
2 parents 3779cb1 + b296f19 commit 8e00d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ref/learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Most techniques for learning models from incomplete data, from the EM algorithm
118118

119119
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:
120120

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

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

0 commit comments

Comments
 (0)