Skip to content

Commit b296f19

Browse files
author
Feras A. Saad
committed
Remove incorrect left bracket.
1 parent acd7005 commit b296f19

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)