Giter VIP home page Giter VIP logo

hawkeskt's Introduction

THUwangcy's GitHub stats

hawkeskt's People

Contributors

thuwangcy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hawkeskt's Issues

the processing of the dataset

The ASSISTment 09-10 dataset has a field order_id, which is explained on the official website as: these id's are chronological, and refer to the id of the original problem log.

So for the processing of this dataset, after grouping by user_id, should we sort by 'order_id', otherwise it will destroy the chronological order of each user's answer. Although the preprocessing part constructs the timestamp, it cannot completely guarantee the user's question order. After each user's problem is sorted by order_id, the result of the program run has changed.

AKT模型的复现与原论文有差异?

您好!
您提出的HawkesKT模型让人耳目一新,关于代码仓库中对AKT模型的复现我有一些小问题。
在您复现的代码中
image
question_seq只被embedding为diff_parm,但是在AKT的官方仓库中,question会被embedding为 (n_question+1, embed_l)。

期待您的回复。

Issue with SAKT model

I noticed a weird way of invoking the TranformerLayers in SAKT model as per the below code snippet, you are only getting the output of the last layer applied on the seq_data input, you should either combine the pool or add y as input per each call!

y = seq_data for block in self.attn_blocks: y = block(mask=1, query=q_data, key=seq_data, values=seq_data)

dataset

Can you give me the slepemapy.ca data set? please

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.