Git Product home page Git Product logo

Comments (11)

 avatar commented on May 3, 2024

Do you have an estimate for this task? Thanks for this great job.

from smile.

haifengl avatar haifengl commented on May 3, 2024

If you strongly need it, we can start to work on it.

from smile.

 avatar commented on May 3, 2024

It would be great, because probabilistic outputs helps to evaluate the errors. Can I help?

from smile.

haifengl avatar haifengl commented on May 3, 2024

Sure. You are very welcome to contribute!! Thank you!

from smile.

owlmsj avatar owlmsj commented on May 3, 2024

Any progress in this thread? Just to know...

from smile.

haifengl avatar haifengl commented on May 3, 2024

not yet. i am busy with other issues. are there great needs of this feature?

from smile.

owlmsj avatar owlmsj commented on May 3, 2024

Thanks! I was looking to compare the NN vs SVM results in an article.

from smile.

haifengl avatar haifengl commented on May 3, 2024

I am not sure if it is a good idea to compare NN and SVM by posteriori probabilities. With right choice of active functions in NN, it calculate posterior probabilities. But it is just an estimation in SVM with Platt's trick.

from smile.

owlmsj avatar owlmsj commented on May 3, 2024

I agree with you. The idea is not to benchmark each other probabilities, but to show use cases of classifiers that have probabilistic outputs (even if its only an estimation).

from smile.

haifengl avatar haifengl commented on May 3, 2024

Ok, it is there. I just push PlattScaling to master. To use it, please call

svm.trainPlattScaling(x, y);

after training a SVM (i.e. after call finish()). Then use

svm.predict(x, prob)

to get the posteriori probabilities.

from smile.

owlmsj avatar owlmsj commented on May 3, 2024

Wonderful! I am going to play with PlattScaling this weekend and try to share some results in an article!

from smile.

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.