Activity (Process)
Making Prediction in DKVMN
In the Dynamic Key-Value Memory Network (DKVMN), after obtaining attention weights, the second step is making a prediction. The latent knowledge state in the value memory is read to create a read vector:
The read vector and the knowledge component embedding are concatenated to generate a feature vector . This is used to calculate the probability of the student answering correctly:
These functions are applied element-wise, where and represent weight matrices and bias vectors.
0
1
Updated 2026-06-16
Tags
Data Science