Skip to content

Commit

Permalink
Update variable elimination web app link with archived version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpmorton authored Jan 29, 2024
1 parent 5d0ddf7 commit 72188a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/ve/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ More formally, for each variable $$X_i$$ (ordered according to $$O$$),
2. Marginalize out $$X_i$$ to obtain a new factor $$\tau$$
3. Replace the factors $$\Phi_i$$ with $$\tau$$

A former CS228 student has created an [interactive web simulation](http://pgmlearning.herokuapp.com/vElimApp) for visualizing the variable elimination algorithm. Feel free to play around with it and, if you do, please submit any feedback or bugs through the Feedback button on the web app.
A former CS228 student has created an [interactive web simulation](https://web.archive.org/web/20221024031253/https://pgmlearning.herokuapp.com/vElimApp) for visualizing the variable elimination algorithm. Feel free to play around with it and, if you do, please submit any feedback or bugs through the Feedback button on the web app.

### Examples

Expand Down

0 comments on commit 72188a1

Please sign in to comment.