Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, dr_panther, TedMar), 872 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
deepLearn.c #477575
07/09/19 19:50
07/09/19 19:50
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline OP
Senior Member
Grat  Offline OP
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
Hi,

I trying demo script DeepLearn.c and I have a few question:

a) at first train with this option?
Code
#define DO_SIGNALS  // generate sample set in Train mode
//#define DEEPNET
//#define H2O 
//#define MXNET
//#define KERAS


this create file:
Train EURUSD_L -Jul 2019- => DeepLearn_EURUSD_L.csv

sec train with this?
Code
//#define DO_SIGNALS  // generate sample set in Train mode
#define KERAS


this use script:
Code
#ifdef KERAS
	Script = "DeepLearnKeras";
#endif


in script DeepLearnKeras.r is the function
Code
neural.test = function() 
{
  neural.init()
  XY <<- read.csv('MyZorroPath/Data/DeepLearnKeras.csv',header = F)


my basic question is - csv in this funstion have a different name with generated CSV. This is correct?

DeepLearn_EURUSD_L.csv versus DeepLearnKeras.csv

is any rules for this names? I cannot find anwser into manual...

Last edited by Grat; 07/09/19 19:52.
Re: deepLearn.c [Re: Grat] #477578
07/10/19 08:31
07/10/19 08:31
Joined: Jul 2000
Posts: 27,986
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 27,986
Frankfurt
There is no rule. You can change the csv file name for testing and calibrating the neural net. This is a manual process, not automated.


Moderated by  Petra 

Powered by UBB.threads™ PHP Forum Software 7.7.1