[Previous] [Next]

Using Matrices to Store Associations


By taking the outer product of one vector (representing an item) with another we can form a matrix representing the association between to items.

To determine what is associated with a given item we can take the inner product of the item with the assocaition matrix. The resulting vector will be the vector that was associated with the cue vector (presuming orthognal vectors of length one).

This operation can be represented in network form by a two layer network:

Figure 9: The network representation of a matrix.

This is the task in the second set of exercises