Deep Knowledge Tracing


Deep Knowledge Tracing is knowledge tracing using deep learning


lightbulb

But first! What is deep learning?

Deep Learning: a computer algorithm where, given an input, the computer will
learn to answer a question about that input using a neural network and hidden layers



Input Neural Network Output

But how does the neural network know what it's doing?

We train it!

We feed the network a LOT of examples and tell it the answers. Eventually, the computer will recognize the patterns and characteristics and will be able to answer on its own!

Let's do an example!