lccasagrande / Deep-Knowledge-Tracing

An implementation of the Deep Knowledge Tracing (DKT) using Tensorflow 2.0
MIT License
94 stars 38 forks source link

Input to the model #14

Open Mu-Bilal opened 3 years ago

Mu-Bilal commented 3 years ago

Hi. Thank you for the code.

I have a question about the input to the model.

I wanna know why you are using both the 24-bit representation and the 13-bit representation as inputs to the model.

Shouldn't one of them be enough?

Screenshot 2021-07-21 at 6 46 51 PM

(line 58 data_utils.py)