Giter VIP home page Giter VIP logo

Comments (3)

notani avatar notani commented on August 18, 2024

Hi, thanks for contacting. This implementation is just for learning how GLAD works. So I focused on the readability rather than the stability and efficiency. (You could improve it by using numpy matrix computation more.) If you're interested in using GLAD for your work, you might want to try Whitehill's C Implementation available from his website.

from python-glad.

fedor57 avatar fedor57 commented on August 18, 2024

Oh, cool, thanx, this might be very useful! The only thing that this implementation lacks is multilabel mode. But in my case it's not true multilabel but some of "grey" between "black" and "white". I may find a right way to hack binary algorithm for the trinary judgements.

Another point of improvement that can be used for production is a kind of "incremental" fast mode. When we add some new judgements and some new workers. For this case a single iteration that starts with backed up alpha and beta distribution could be sufficient. But also this one could be too long, so perhaps it's worth to implement partial iteration when you skip workers and labels that were not affected by the new data.

from python-glad.

notani avatar notani commented on August 18, 2024

Thanks for your suggestion for speeding up!

There are some algorithms proposed for ordinal labels like white->gray->black. For example, see Zhou et al., Aggregating Ordinal Labels from Crowds by Minimax Conditional Entropy. ICML2014. The implementation can be found at the author's website.

from python-glad.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.