hcnoh/knowledge-tracing-collection-pytorch
A collection of Knowledge Tracing model implementations with PyTorch
This project helps educators and learning platform designers predict how well a student will perform on future exercises based on their past interactions. You provide a student's history of answering questions and whether they got them right or wrong, and it outputs a prediction of their future performance on similar tasks. It's designed for educational researchers, curriculum developers, and data scientists working in ed-tech.
181 stars. No commits in the last 6 months.
Use this if you need to evaluate different models for predicting student knowledge mastery over time using historical performance data.
Not ideal if you are looking for a ready-to-use, deployable system for real-time student assessment rather than a research and evaluation tool.
Stars
181
Forks
39
Language
Python
License
MIT
Category
Last pushed
Jun 16, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hcnoh/knowledge-tracing-collection-pytorch"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
kk7nc/RMDL
RMDL: Random Multimodel Deep Learning for Classification
MaximeVandegar/Papers-in-100-Lines-of-Code
Implementation of papers in 100 lines of code.
OML-Team/open-metric-learning
Metric learning and retrieval pipelines, models and zoo.
miguelvr/dropblock
Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.
DLTK/DLTK
Deep Learning Toolkit for Medical Image Analysis