Giter VIP home page Giter VIP logo

fgkt's Introduction

FGKT

Fine-Grained Knowledge Tracing model (FGKT).
This project is the Pytorch implementation for FGKT.

If you have more questions about our experiments, you can contact us. email: [email protected]

Dataset

In 'data' folder, we have provided the processed datasets. If you would like to access the raw datasets, the raw datasets are placed in the following links:

Setups

Service:

  • Linux operation system

Environment:

  • python 3+
  • sklearn 0.21.3
  • tqdm 4.54.1
  • torch 1.7.0
  • numpy 1.19.2

Running FGKT

Here is a example for using FGKT model (on ASSISTments Competition):

  python main.py --dataset assist2017  

If you do not want to use the default parameters for your experiments, you can change the model parameters in the following way:

  python main.py --dataset assist2017 --gpu 0 --patience 5 --lr 0.001 --num_heads 1  --mode 3 --exercise_embed_dim 128 --batch_size 32

Explanation of parameters:

  • gpu: Specify the GPU to be used, e.g '0,1,2,3'. If CPU is used then fill in -1.
  • patience: Maximum number of times if validation loss does not decrease.
  • lr: Learning rate
  • num_heads: Number of head attentions.
  • mode: Selection of integration function.
  • exercise_embed_dim: Number of exercise embedding dimensions.
  • batch_size: Number of batch size.

fgkt's People

Contributors

syunnmo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

famatee hebugui

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.