Skip to content
View shivanandmn's full-sized avatar

Block or report shivanandmn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shivanandmn/README.md

Languages

Stats

Pinned Loading

  1. SAINT_plus-Knowledge-Tracing- SAINT_plus-Knowledge-Tracing- Public

    Implementation of [SAINT+: Integrating Temporal Features for EdNet Correctness Prediction](https://arxiv.org/abs/2010.12042)

    Python 58 19

  2. Knowledge-Tracing-SAINT Knowledge-Tracing-SAINT Public

    Towards an Appropriate Query, Key, and Value Computation for Knowledge Tracing -Paper Implementation on "Riiid! Answer Correctness Prediction", Kaggle Competition

    Python 31 9

  3. ml_algorithms ml_algorithms Public

    Jupyter Notebook

  4. personalcoursebuilder personalcoursebuilder Public

    Jupyter Notebook 2

  5. readable-e-paper readable-e-paper Public

    Python 2

  6. lazy_multiprocessing.py lazy_multiprocessing.py
    1
    from concurrent.futures import ThreadPoolExecutor, ProcessPoolExecutor
    2
    from tqdm import tqdm 
    3
    
                  
    4
    def concurrency(function,data,length,method="thread"):
    5
        if method=="thread":