Skip to content

Commit fca8a54

Browse files
authored
specify where Wt Words button is
1 parent ff0790e commit fca8a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch10/sem/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To start, let's examine the weights of individual units in the network.
1818

1919
You should observe sparse patterns of weights, with different units picking up on different patterns of words in the input. However, because the input units are too small to be labeled, you can't really tell which words a given unit is activated by. The `Wt Words` button provides a solution to this problem.
2020

21-
* View the weights for the unit just to the right of the lower-leftmost Hidden unit, and then hit the `Wt Words` button. This pulls up a list of words with weight values > `WtWordsThr` (0.75).
21+
* View the weights for the unit just to the right of the lower-leftmost Hidden unit, and then hit the `Wt Words` button in the upper right. This pulls up a list of words with weight values > `WtWordsThr` (0.75).
2222

2323
One of the most interesting things to notice here is that the unit represents multiple roughly synonymous terms. For example, you might see the words "act," "activation," and "activations" and "add", "added", "adding", "additional".
2424

0 commit comments

Comments
 (0)