Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tree tdepth #11

Open
zuoshaobo opened this issue Feb 17, 2016 · 2 comments
Open

tree tdepth #11

zuoshaobo opened this issue Feb 17, 2016 · 2 comments

Comments

@zuoshaobo
Copy link

1.why the tdepth is 5,can i chang it to other value?
every train cycle,we do choose more background images for training,when trainning result "fpr>maxfpr",we train another tree for this cycle,so every cycle may have more trees,So can we add tree's depth for every cycle when the fpr>maxfpr?
2.when the tree result not fill "fpr>maxfpr",why set the threhold value to -1337?
thank u~

@zuoshaobo zuoshaobo changed the title train tdepth tree tdepth Feb 17, 2016
@nenadmarkus
Copy link
Owner

  1. You can set the tree depth at the beginning of the training: all trees in the cascade have to be of the same depth (due to simplicity).
  2. Well, the threshold should really be set to -Inf. However, we can get the same effect with -1337 (or any other number smaller than it). https://en.wikipedia.org/wiki/Leet

@YangUSTC
Copy link

YangUSTC commented Mar 23, 2017

Hi!
I really think changing the tree depth in different cycles is an interesting idea. Did you try it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants