forked from bigdata-ustc/EduCAT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,38 @@ | ||
# CAT | ||
Computerized Adaptive Testing | ||
Computerized Adaptive Testing Package, including the following models and strategies. | ||
|
||
* Item Response Theory (IRT) | ||
* MaximumFisherInformation (MFI) strategy | ||
* Kullback-Leibler Information (KLI) strategy | ||
* Model-Agnostic Adaptive Testing (MAAT) strategy | ||
* Multidimensional Item Response Theory (MIRT) | ||
* D-Optimality (D-opt) strategy | ||
* Multivariate Kullback-Leibler Information (MKLI) strategy | ||
* Model-Agnostic Adaptive Testing (MAAT) strategy | ||
* Neural Cognitive Diagnosis (NCD) | ||
* Model-Agnostic Adaptive Testing (MAAT) strategy | ||
|
||
## Installation | ||
|
||
Git and install by `pip` | ||
|
||
``` | ||
pip install -e . | ||
``` | ||
|
||
## Quick Start | ||
|
||
See the examples in `scripts` directory. | ||
|
||
## utils | ||
|
||
### Visualization | ||
|
||
By default, we use `tensorboard` to help visualize the reward of each iteration, see demos in `scripts` and use | ||
|
||
``` | ||
tensorboard --logdir /path/to/logs | ||
``` | ||
|
||
to see the visualization result. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters