Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Changed Figure names #461 issue #675

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/week14/14-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Learning and inference with Energy-Based Models involves a minimization of the e

<center>
<img src="{{site.baseurl}}/images/week14/14-1/Fig5.png" style="background-color:#DCDCDC;" /><br>
Figure 5.
Figure 19.
</center>

A simple example of a factor graph is shown in Figure 19 (top). The energy function is the sum of four factors:
Expand Down Expand Up @@ -95,7 +95,7 @@ However, it only applies to factor graphs that are bipartite trees (with no loop

<center>
<img src="{{site.baseurl}}/images/week14/14-1/Fig6.png" style="background-color:#DCDCDC;" /><br>
Figure 6.
Figure 20.
</center>

The factor graph shown in Figure 20 is a log domain factor graph for linear structured models ("simple energy-based factor graphs" we are talking about)
Expand Down