Skip to content

Commit c2382af

Browse files
committed
update eqn in assignment 2
1 parent 463de96 commit c2382af

File tree

1 file changed

+1
-1
lines changed
  • content/assignments/Assignment_2:Search_of_Associative_Memory_Model

1 file changed

+1
-1
lines changed

content/assignments/Assignment_2:Search_of_Associative_Memory_Model/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The retrieval process happens in several stages, first involving **STS** and the
4949
- **Recall from STS**: while items remain in STS, they are selected at random, recalled, and then removed from STS. Item selection may either be uniform, or may be set to be inversely proportional to each item's age, $t_{\text{rel}}$, relative to the youngest item still in STS (and assuming that $k$ items remain in STS):
5050

5151
$$
52-
p(\text{recall of item with relative age }t_{\text{rel}}) = \frac{1 - (1 - q)^k}{q (1 - q)^{t_{\text{rel}} - 1}}
52+
p(\text{recall of item with relative age }t_{\text{rel}}) \propto \frac{1 - (1 - q)^k}{q (1 - q)^{t_{\text{rel}} - 1}}
5353
$$
5454
- After STS has been emptied, we begin to retrieve items from LTS through two pathways: either associations with **context** or associations between *both* **context and other items**. In addition, all retrievals happen in a two-part process (until either the process is halted as described below, or until all studied items have been recalled):
5555
- First, an item is *sampled*. This is how an item is "chosen" for consideration as a recall candidate.

0 commit comments

Comments
 (0)