Concept

Content-based (NTM Architecture)

Here we focus on location based on the similarity between the values that were emitted by the controller. Here both read/write firstly focuses on a length M key vector KtK_t and we compare them to Mt(i)M_t(i) vectors. This method produces normalized weights: wtc(i)=exp(βtK[kt,Mt(i)])jβtK[kt,Mt(j)]w_t^c(i) = \frac {exp(\beta_t K[k_t, M_t(i)])} {\sum_j \beta_t K[k_t, M_t(j)]} The similarity is measured using cosine similarity: k[u,v]=uvuvk[u, v] = \frac {u v} {||u|| ||v||}

0

1

Updated 2020-10-21

Tags

Data Science