lccasagrande / Deep-Knowledge-Tracing

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

How in input one-hot encodings and get back a probability #13

Open RajivKoliwad opened 3 years ago

RajivKoliwad commented 3 years ago

I have the trained model, but I wonder how I can actually plug in a point to see its probability. I am not sure here how to do that. How could I plug in a problem number (one hot encoding) in order to get a probability of getting it right.