Skip to content
Snippets Groups Projects
Select Git revision
  • main default
  • final_pytorch
  • phase-1-final
3 results

sparse_coding_torch

  • Clone with SSH
  • Clone with HTTPS
  • tail-dkt-pytorch

    An implementation of DKT in pytroch

    Installation

    Run the command pip install -U git+https://gitlab.cci.drexel.edu/teachable-ai-lab/dkt_torch@master

    or clone the repo and go to the folder and run pip install -e .

    Usage

    Use the scripts located in the scripts folder. The fit_to_datashop.py is used to train the DKT model on a datashop file. The predict.py gives examples of how to use the trained model to generate predictions.