Discussion of article "Third Generation Neural Networks: Deep Networks" - page 13

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
Hi
Also , following code :
I am not sure I understand it . What happens if I have a new X vector and I want to preprocess it and run pr.sae<-nn.predict(SAE, X);
How do I do it ? Thank you .
Description of the function preProcess(), refer to the package "caret".
Best regards
Description of the function preProcess(), refer to the package "caret".
Best regards
I decided to just use your code ... But I am stuck on the "No calculation results! Symbol" error .
I see in the code , a server with port is referenced . What server is this referring to ?
I decided to just use your code ... But I am stuck on the "No calculation results! Symbol" error .
I see in the code , a server with port is referenced . What server is this referring to ?
Hi,
What do you run that carried out?
I can not read minds at a distance.
Please describe your problem more detail.
Best regards
Vlad
Hi,
What do you run that carried out?
I can not read minds at a distance.
Please describe your problem more detail.
Best regards
Vlad
ok sorry . I will see what else I can figure out . I get the "No calculation results! Symbol" and I install the indicator and still get the error .
I made some changes but markets is closed right now . Will let you know next week .
ok sorry . I will see what else I can figure out . I get the "No calculation results! Symbol" and I install the indicator and still get the error .
I made some changes but markets is closed right now . Will let you know next week .
Hi,
The problem appeared after the release of a new version of the svSocket () package.
I have not found the cause of the data block between the client and the server.
I rewrote the expert, and attached it to a new article which is to be released a few days ago (today at checkout).
Best regards
Vladimir
Rterm crashed!
Rterm crashed!
Rterm crashed!
Rterm crashed!
So, after a long debugging and monitoring of the work turned out to be this.
I refined the script to work in strategy testing (it takes a lot of time for testing!).
Moved everything from the OnTimer() function to action(), added the OnTick() function. I added the timer_enable = true/false option and the switch_count_ticks variable. The result is approximately as follows:
In the tester we select timer_enable = false and set switch_count_ticks = 200. The value turned out to be optimal for me to test at least a week in a reasonable time. We leave the tester speed as default.
The best results were recorded before the opening of sessions and a short time after. Night time was switched off.
So, after a long debugging and monitoring of the work turned out to be this.
I refined the script to work in strategy testing (it takes a lot of time for testing!).
Moved everything from the OnTimer() function to action(), added the OnTick() function. I added the timer_enable = true/false option and the switch_count_ticks variable. The result is approximately the following:
In the tester we select timer_enable = false and set switch_count_ticks = 200. The value turned out to be optimal for me to test at least a week in a reasonable time. We leave the tester speed as default.
The best results were recorded before the opening of sessions and a short time after. Night time was switched off.
Good afternoon.
What script are we talking about?
Could you describe in more detail what is in the script?
I understand you managed to run the script with the R process in the tester?
If so, that's interesting.
Please take your time and describe it in as much detail as possible. Is the R process executed in a client-server bundle or in a single Rterm?