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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |