Giter VIP home page Giter VIP logo

Comments (3)

Wronskia avatar Wronskia commented on August 29, 2024 2

Hello @ajratner,
Thanks a lot for your quick answer. Are you planning in a next release to provide a method that calculates automatically the dependencies? (I saw this TODO in the the train_model method of the gen model training)

In the meantime, what would you suggest to use to calculate the deps that meets your requirements in order to work with metal ?

Thanks

from metal.

ajratner avatar ajratner commented on August 29, 2024

Hi @Wronskia there are a number of differences (see resp. papers online), but at a high level:

  • Model: By default, MeTaL uses a slightly more expressive model, where conditional accuracy parameters are learned, i.e. an accuracy parameter for each (LF, class) pair; whereas the default model in Snorkel is just learning a single acc. param per LF
  • Speed: MeTaL uses a new matrix completion-style approach which involves running e.g. SGD over a small matrix---which importantly does not scale wrt to the amount of unlabeled data---and thus is much faster; see recent AAAI-19 paper for details!

As to instability, not sure without seeing examples, but we'll look into it.

And regarding deps: In the current matrix completion-style approach, we require the set of dependencies to meet certain requirements (which guarantee that the resulting problem is uniquely solvable). My guess is that the deps from Snorkel's selection approach just don't necessarily uphold/check for this criterion; but we should at least create a better error message! @paroma @fredsala

from metal.

vincentschen avatar vincentschen commented on August 29, 2024

Hi @Wronskia โ€”ย thanks for the question! I'll note that we've brought the best of MeTal to our v0.9 release of Snorkel โ€” check it out!

We have Dependency Learning on our roadmap there; stay tuned for updates! (cc @paroma )

from metal.

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.