mloss.org LogRegCrowds, Logistic Regression from Crowdshttp://mloss.orgUpdates and additions to LogRegCrowds, Logistic Regression from CrowdsenMon, 16 Jan 2017 18:10:57 -0000LogRegCrowds, Logistic Regression from Crowds 1.0http://mloss.org/software/view/570/<html><p>LogReg-Crowds is a collection of Julia implementations of various approaches for learning a logistic regression model multiple annotators and crowds, namely the works of: </p> <ul> <li><p>Rodrigues, F., Pereira, F., and Ribeiro, B. Learning from multiple annotators: distinguishing good from random labelers. Pattern Recognition Letters, pp. 1428–1436, 2013. </p> </li> <li><p>Raykar, V., Yu, S., Zhao, L., Valadez, G., Florin, C., Bogoni, L., and Moy, L. Learning from Crowds. Journal of Machine Learning Research, pp. 1297–1322, 2010. </p> </li> <li><p>Dawid, A. P. and Skene, A. M. Maximum likelihood estimation of observer error-rates using the EM algorithm. Journal of the Royal Statistical Society. Series C, 28(1):20–28, 1979. </p> </li> </ul> <p>All implementations are able to handle multi-class problems and do not require repeated labelling (i.e. annotators do not have to provide labels for the entire dataset). The code was though for interpretability and it is well commented, so that it can be very easy to use (kindly see the file “demo.jl”). At the same, the Julia language provides it with a great perfomance, specially when compared to other scientific languages such as MATLAB or Python/Numpy, without compromising its high-level and interpretability. </p> <p>Project homepage: https://github.com/fmpr/LogReg-Crowds </p></html>filipe rodriguesMon, 16 Jan 2017 18:10:57 -0000http://mloss.org/software/rss/comments/570http://mloss.org/software/view/570/emlogistic regressioncrowdsourcinglatent variable model