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

How to set the number of "n" in the experiment? #10

Closed
THtanghuan opened this issue Oct 15, 2018 · 3 comments
Closed

How to set the number of "n" in the experiment? #10

THtanghuan opened this issue Oct 15, 2018 · 3 comments

Comments

@THtanghuan
Copy link

Hello.I am very interested in this paper.I want to do some research in image classification in my own datasets,but i don't know how to set the n : Random_Deep = [3, 0, 3] ## DNN--RNN-CNN.
Does this value n set at random?

@kk7nc
Copy link
Owner

kk7nc commented Oct 16, 2018

random_deep: an array of int [3], optional
The number of an ensemble model used in RMDL random_deep[0] is number of DNN, random_deep[1] is number of RNN, random_deep[0] is number of CNN, it will default to [3, 3, 3].

@THtanghuan
Copy link
Author

Thank you !I know what you said.it may be [1,2,3] or [3,2,3] or [4,4,4] or [5,5,5] and so on,there will have many many possibilities,but how to know which one is best?
Thanks!

@kk7nc
Copy link
Owner

kk7nc commented Oct 19, 2018

Thank you for your question,
This model is like other ensemble learning, if we have more models as RDLs, we have more accurate system.

@kk7nc kk7nc closed this as completed Oct 24, 2018
@kk7nc kk7nc reopened this Oct 24, 2018
@kk7nc kk7nc closed this as completed Oct 29, 2018
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

2 participants