Skip to content

Commit

Permalink
fix typo in LDA model
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed May 6, 2019
1 parent def09e2 commit f827103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/aml-18-topic-models/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@
- For each document $d$ draw $\theta_d \sim \text{Dirichlet}(\alpha), d = 1 ... D$
- For each word $i$ in document $d$:
* Draw a topic index $z_{di} \sim \text{Multinomial}(\theta_d)$
* Draw the observed word $w_{ij} \sim \text{Multinomial}(\beta_z)$
* Draw the observed word $w_{ij} \sim \text{Multinomial}(\phi_z)$


- (taken from Yang Ruan, Changsi An (http://salsahpc.indiana.edu/b649proj/proj3.html)
Expand Down

0 comments on commit f827103

Please sign in to comment.