ok, so here is a basic RM methodology I attempted to create a NN using the following as inputs.
1) 533 days worth of closing data of QQQQ (I know it's small, but we're learning and testing tool methodology here) stored
in .xls file. It also has 5 (days-n) delayed versions in 5 columns-- these will be the 5 input nodes to the nn, where the actual closing data col is the output training control variable. Thus it is the label id (col 7) in the xls model read in reference.
The rest is explained on the attached jpg.
The model successfully created a 5 input layer nn, with 1 hidden layer (4 hidden layer neurons) and 1 output layer (1 neuron). I'm still not sure how to set the number of hidden layer neurons. The program did it automatically.
While it showed some of the predicted outputs, I have not (yet) been successful in the next step, which is to reload the nn model it spits out, and open a new RM file with an excel sheet minus the out column (since now I expect it to write out the prediction column), and also load the model that was written. I was able to do the gold tutorial with success, but am not able to get to this step in my created model.
If anyone wants to play along and collaborate, here is your chance. I will help anyone get to the step I am at if you need help to get here. If this is successful, and worthy of pursuit in a collaborative forum, I should expect some feedback and furthering of results at this point. I will continue if I see interest and work. If not, I will continue to pursue this solo.
Remember, my main goal is to get up to speed on RM, and see if it is useful to rapidly prototype some stuff (rather than hand code). I am still not proficient enough to get to the level of translating system concepts (such as jerry is desiring... ex basic breakout system) into RM for prototype.
Here is regression results screen. Nothing pretty yet, but it's a checklist to get to here (means you at least have error free prototype).
1) 533 days worth of closing data of QQQQ (I know it's small, but we're learning and testing tool methodology here) stored
in .xls file. It also has 5 (days-n) delayed versions in 5 columns-- these will be the 5 input nodes to the nn, where the actual closing data col is the output training control variable. Thus it is the label id (col 7) in the xls model read in reference.
The rest is explained on the attached jpg.
The model successfully created a 5 input layer nn, with 1 hidden layer (4 hidden layer neurons) and 1 output layer (1 neuron). I'm still not sure how to set the number of hidden layer neurons. The program did it automatically.
While it showed some of the predicted outputs, I have not (yet) been successful in the next step, which is to reload the nn model it spits out, and open a new RM file with an excel sheet minus the out column (since now I expect it to write out the prediction column), and also load the model that was written. I was able to do the gold tutorial with success, but am not able to get to this step in my created model.
If anyone wants to play along and collaborate, here is your chance. I will help anyone get to the step I am at if you need help to get here. If this is successful, and worthy of pursuit in a collaborative forum, I should expect some feedback and furthering of results at this point. I will continue if I see interest and work. If not, I will continue to pursue this solo.
Remember, my main goal is to get up to speed on RM, and see if it is useful to rapidly prototype some stuff (rather than hand code). I am still not proficient enough to get to the level of translating system concepts (such as jerry is desiring... ex basic breakout system) into RM for prototype.
Here is regression results screen. Nothing pretty yet, but it's a checklist to get to here (means you at least have error free prototype).
