Code Monkey home page Code Monkey logo

bloomcdm's Introduction

Hi!这是 基于Bloom认知理论的知识熟练度计算方法研究 的代码实现,根据毕设的内容,本项目的代码分为两个模块,分别是知识熟练度计算和高阶知识组发现。

数据集使用了两个,分别是ASSIST(公开)和HDU(爬取)

在知识熟练度计算中,相关的文件主要是单独出来的py文件。

在高阶知识组发现中,相关的文件存放在Cluster文件夹下。

  • 主要代码的结构

data_analysis.py :数据集相关信息统计代码

data_process.py:数据预处理代码,完成知识组矩阵的计算和高阶知识组矩阵的计算,并产生对应的数据对,为模型的训练提供数据。

BloomCDM.py:Bloom模型的定义代码

predict.py:模型的预测代码

train.py:模型的训练代码

constract_test:所有的对比试验代码

  • 运行命令行

可以下载数据集后通过命令行运行

数据处理命令行 python data_process.py

模型 python train.py

(参数在程序中有默认值,也可以自己设置,添加在命令行中即可)

bloomcdm's People

Contributors

imyjliu avatar

Watchers

James Cloos avatar  avatar

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.