# dkt **Repository Path**: youngnowhere/dkt ## Basic Information - **Project Name**: dkt - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Deep knowledge tracing *** ##### 基于LSTM网络根据学生的做题结果来预测和追踪学生对知识的掌握情况 #### 数据集 学生的做题数据 每个学生的做题数据构成一条序列数据,序列上各时间步上都有结果输出 各时间步的标签为做题的对错(用1, 0表示) #### 模型 类似于语言模型,利用学生之前的做题结果来预测当前的做题结果 #### 训练模型 python train_dkt.py