deepLearn.c

Posted By: Grat

deepLearn.c - 07/09/19 19:50

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...
Posted By: jcl

Re: deepLearn.c - 07/10/19 08:31

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.
© 2024 lite-C Forums