I am working with some daily FX data. I have created 5 inputs: deltas, averages, RSIs etc. And I am trying to predict the "Forward" delta i.e. the price change 1,5 or 20 days ahead.
I have normalised all data between the min and max of a fixed period and mapped that to range 0-1.
I am looking at how to structure the layers. The simplest is 5-5-1 (Input neurons, hidden neurons, output neuron).
Now I could try 5-10-1 or 5-5-5-1. i.e. add 5 neurons to hidden layer, or add another hidden layer with 5 neurons. Obviously, I am going to test the difference empirically, BUT I would welcome any thoughts on what structure is likely to prove fruitful