attention {attention} | R Documentation |
Attnention mechanism
Description
Attnention mechanism
Usage
attention(Q, K, V, mask = NULL)
Arguments
Q |
queries |
K |
keys |
V |
values |
mask |
optional mask |
Value
attention values
[Package attention version 0.4.0 Index]