Concept
Embedding Layer (A Self-Attentive model for Knowledge Tracing)
The input sequence is transformed to have a fixed size . If the sample size is less than , padding is applied; otherwise, inputs are divided and separate samples are generated. Then, an interaction embedding matrix is trained, which is used to obtain interaction embeddings . An exercise embedding matrix is trained in a similar manner. Position encoding is used in the model to encode the sequence order. A position embedding matrix is learned during training. The position embeddings are added to the interaction embeddings. As a result of the embedding layer, embedded interaction and exercise matrices are generated.
0
1
Updated 2026-05-09
Contributors are:
Who are from:
Tags
Data Science