huni1023 / variational-item-response-theory-public

A PyTorch implementation of "Variational Item Response Theory: Fast Accurate, and Expressive"
MIT License
0 stars 0 forks source link

Q: rasch model implementation equation #1

Open huni1023 opened 10 months ago

huni1023 commented 10 months ago

logit of rasch model represented as $ability - difficulty$, but src/torch_core/models.py/irt_model_1pl is implemented as + not minus

huni1023 commented 10 months ago