GithubHelp home page GithubHelp logo

wentropy / deep-knowledge-tracing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lccasagrande/deep-knowledge-tracing

0.0 0.0 0.0 56.67 MB

An implementation of Deep Knowledge Tracing (DKT) with Keras and Tensorflow

License: MIT License

Python 75.03% Jupyter Notebook 24.97%

deep-knowledge-tracing's Introduction

Overview

This repository contains my implementation of Deep Knowledge Tracing for Udacity's Capstone Project.

Objective

Build and train a LSTM network to predict the probabilities of a student answering correctly a problem not yet seen by him using the ASSISTments Skill-builder data 2009-2010 public dataset.

Results

This is the best results obtained by comparing the validation loss between each network configuration attempted.

Test Data (%) AUC
20% 0,85

The results, configuration and model's weights of each attempt can be found in the "Log" folder.

Requirements

You'll need Python 3.x x64 to be able to run theses projects.

If you do not have Python installed yet, it is recommended that you install the Anaconda distribution of Python, which has almost all packages required in these projects.

You can also install Python 3.x x64 from here

Instructions

  1. Clone the repository and navigate to the downloaded folder.
git clone https://github.com/lccasagrande/Deep-Knowledge-Tracing.git
cd Deep-Knowledge-Tracing
  1. Install required packages:

    • If you already has TensorFlow installed, type:
    pip install -e .
    
    • If you want to install with TensorFlow-GPU, follow this guide to check the necessary NVIDIA software on your system. After that, type:
    pip install -e .[tf_gpu]
    
    • If you want to install with Tensorflow-CPU, type:
    pip install -e .[tf]
    
  2. Navigate to the src folder and open the notebook.

cd src
jupyter notebook DKT.ipynb
  1. The most important step: Have fun !!!

If you have any questions or find a bug, please contact me!

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.