Discussion of article "Deep Neural Networks (Part VI). Ensemble of neural network classifiers: bagging" - page 2

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Version
Works. It gives the same network weights each time it is run. I compared the second network. I output env$Ens[2] and then compared it by plugin in notepad++.
It didn't work with multithreading:
Error in setMKLthreads(2) :can't find function "setMKLthreads"
What is this function? It is not in the code of articles 4 and 6. How to connect it?
PS: It would have been more convenient if you had posted the R session with all functions and source data.
I have posted quotes, all functions and executable scripts. Sequentially execute by copying either from the article or from GIThub.
You can see the "setMKLthreads" function
I forgot to ask you if you have MRO 3.4.3 installed ?
I have (R-3.4.3 for Windows) installed from here https://cloud.r-project.org/
Just comment out the lines with the thread count setting. Intel MKL library does not come with pure R.
Just comment out the lines that set the number of threads. Intel MKL library does not work with pure R.
That's what I did. Ran the optimisation twice to check, got the same result
numFeature r nh fact Value
1 11 8 19 4 0.768
2 8 8 18 4 0.754
3 11 8 15 4 0.753
4 11 9 13 8 0.750
5 12 8 15 4 0.750
6 9 8 39 4 0.748
7 10 8 6 3 0.745
8 11 8 20 6 0.743
9 10 8 14 3 0.743
10 8 9 40 7 0.743
A bit worse than yours, but I think it's just a less successful combination of the HGC.
Intel MKL library does not work with pure R.
I wanted to download MKL. They asked me to register, - I did, and they displayed the following message:
Thank you for registering for Intel® Performance Libraries.
Please check your email for instructions to download your product.Note that this may take up to two business days.
In 20 minutes I still haven't received a download link. Are they serious about 2 days?
so I did. Ran the optimisation twice to check, got the same result
numFeature r nh fact Value
1 11 8 19 4 4 0.768
2 8 8 18 4 0.754
3 11 8 15 4 0.753
4 11 9 13 8 0.750
5 12 8 15 4 0.750
6 9 8 39 4 0.748
7 10 8 6 3 0.745
8 11 8 20 6 0.743
9 10 8 14 3 0.743
10 8 9 40 7 0.743
A bit worse than yours, but I think it's just a less successful combination of DSTs.
I always use the doRNG package when using foreach (very stable DST).
This should not be the case. Each new run of the optimisation should produce different results!
I've run the optimisation now and got
If you run the optimisation with the resulting top 10 parameters, you get more options. Like this
You can continue as many times as you want.
Good luck
I always apply the doRNG package when using foreach (very stable GCH).
This should not be the case. Each new run of the optimisation should produce different results!
I tried your variant 2 times - I got different results.
It seems to me that reproducibility/repeatability with restarts is even better.
I tried your variant 2 times - I got different results.
It seems to me that reproducibility/repeatability with restarts is even better.
Can you feel the difference now? Just read the article carefully. I specifically highlighted this feature of Bayesian optimisation.
Good luck with your experiments