Skip to content

Commit

Permalink
specify where Wt Words button is
Browse files Browse the repository at this point in the history
  • Loading branch information
yukomunakata authored Dec 2, 2024
1 parent ff0790e commit fca8a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch10/sem/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To start, let's examine the weights of individual units in the network.

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.

* 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).
* 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).

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".

Expand Down

0 comments on commit fca8a54

Please sign in to comment.