Git Product home page Git Product logo

Comments (5)

cgnorthcutt avatar cgnorthcutt commented on May 18, 2024

Good questions. Can you reduce the probability matrix to float16. or if its still too big, potentially even unsigned int (8bits)?

from cleanlab.

cgnorthcutt avatar cgnorthcutt commented on May 18, 2024

If you decide to split in batches, try to split up the classes into 100 batches, each of 1k classes, where all the label noise between classes will be self-contained in each batch (i.e. types of dogs go in one batch if label noise is between types of dogs, and all the airplanes go in another batch, if your label noise is unlikely to have dogs mislabeled as planes)

If the above is tricky for you, you can also just split it up randomly, but you may want to run it a few times and then combine all the label errors.

from cleanlab.

golunovas avatar golunovas commented on May 18, 2024

Thank you for the quick response.

Good questions. Can you reduce the probability matrix to float16. or if its still too big, potentially even unsigned int (8bits)?

I can reduce precision to 8bits per element but still, it's gonna be almost 1Tb.

If you decide to split in batches, try to split up the classes into 100 batches, each of 1k classes, where all the label noise between classes will be self-contained in each batch (i.e. types of dogs go in one batch if label noise is between types of dogs, and all the airplanes go in another batch, if your label noise is unlikely to have dogs mislabeled as planes)

I've been trying to apply it for facial recognition task so I don't think splitting classes into self-contained batches is possible in my case.

If the above is tricky for you, you can also just split it up randomly, but you may want to run it a few times and then combine all the label errors.

Is it better to split them by classes or samples?

from cleanlab.

cgnorthcutt avatar cgnorthcutt commented on May 18, 2024

from cleanlab.

golunovas avatar golunovas commented on May 18, 2024

Got it, thank you.

from cleanlab.

Related Issues (20)

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.