Coder Social home page Coder Social logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
could you specify more information?

is it a 32 bit OS or 64 bit OS? 32-bit can have process sizes atmost 2GB or so 
for windows and around 3 GB or so for linux, 64 bit dont have that issue

what dataset size are you using like the number of examples, number of 
dimensions and the number of trees and type of algorithm 
classificaiton/regression

Original comment by abhirana on 10 Apr 2012 at 1:11

from randomforest-matlab.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
 I recently use the random forest to classify the traffical sigh .And the number of the training subset feature of traffical sigh is  39210,the number of the test subset feature is 12630.When I impletment the code in Windows-Precompiled-RF_MexStandalone-v0.02- as follows:
X=importdata('F:\硕士论文\GTSRB\Random 
Forest\RF_Class_C\Train_HOG2_LDAData_noLabel_41dim.txt');
Y=importdata('F:\硕士论文\GTSRB\Random 
Forest\RF_Class_C\Train_HOG2_LabelData.txt');
 ntree=400;
model=classRF_train(X,Y,ntree);
But if I set the parameter ntree more than 300 ,for instance ntree set to 
400,it will appear the case represented below:

Error using ==> mexClassRF_train
Out of memory. Type HELP MEMORY for your options.
Error in ==> classRF_train at 347
    [nrnodes,ntree,xbestsplit,classwt,cutoff,treemap,nodestatus,nodeclass,bestvar,ndbigtree,mtry ...
Error in ==> Untitled at 13
model=classRF_train(X,Y,ntree);

I would like to ask why this error occur ??Thank you very much

Original comment by [email protected] on 14 Apr 2012 at 9:17

from randomforest-matlab.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
??

Original comment by [email protected] on 15 Apr 2012 at 1:42

from randomforest-matlab.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
to comment-2,3

i will need the information in comment-1 and additionally the amount of memory 
on your machine


Original comment by abhirana on 15 Apr 2012 at 7:28

from randomforest-matlab.

GoogleCodeExporter avatar GoogleCodeExporter commented on May 30, 2024
To answer comment 1:
Windows 64 bit OS, Matlab 2011, input feature matrix 700000*10, however I 
sample every 50 points but still I get out of memory message. We usually need 
ML, for very large datasets, what is the data size limit for each algorithm?

Original comment by [email protected] on 18 Apr 2012 at 3:55

from randomforest-matlab.

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.