This code is based on Bayesian Knowledge Tracing Parameter Fitting by Simulated Annealing code from Miller, W. L., Baker, R.S. and Rossi, L.M. (2014), which is in turn based on BKT Brute Force code from Baker, Corbett, and Aleven (2008).
(require [bkt.core :refer :all])
(fit-model [[true true] [true true false]] guess-slip-bounds)
Each nested list passed to fit model constitutes a series of ordered correct(true)/incorrect(false) interactions from a student.
The code fits a single skill at a time.
See examples.clj
to replicate the example shown in Miller et al (2014). This
should give identical results.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close