Git Product home page Git Product logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Hi Patrick,

What is your dataset size and what is your parameter for -rank_ratio? 
For now, Cholesky Factorization is serial because it usually works on
a smaller matrix. During our experiment on RCV 800k dataset, we set rank_ratio
to 0.001 so that the matrix CF works on is 800*800. I suspect you set 
rank_ratio to 
a large value which may cause bad speedup. You could decrease rank_ratio and 
try.

In fact, we used to consider Parallel Cholesky Factorization, but it will be
even slower on distributed computers because it requires much communication.
For most problems, the matrix CF works on is set to be small through rank_ratio.

Original comment by [email protected] on 19 Aug 2008 at 8:22

from psvm.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Thanks,
   That seems to drastically help the speedup. One quick question...I noticed that
the resulting treshold/bias for my training data set seems to change with 
different
rank_ratio parameters. My naive impulse is to assume that this is bad. Is this 
true?

Pat


Original comment by [email protected] on 23 Aug 2008 at 10:34

from psvm.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 18, 2024
Because for Interior Point Method, we have to do approximation to make it 
solvable.
-rank_ratio is to control this approximation. Generally, the larger the 
rank_ratio
is, the better the result is. But we have to trade off between time and 
accuracy.
Make #number_of_data * #rank_ratio =1000 will be generally enough.

Original comment by [email protected] on 24 Aug 2008 at 7:31

from psvm.

Related Issues (6)

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.