Hi,
I see a lot of old posts on NN for trading, but most of them are quite old. There has been a lot of advances in deep learning (AlphaGo!) and I am researching NN for trading FX and Stocks.
I would like to discuss with others also actively involved.
As a starter, I have created a simple NN with 1 hidden layer and 1 output.
BOTH the input and output data are the SAME. In this case the 5 day forward Delta.
Delta = Price[i+5] - Price
My thoughts are that I should be able to match the input pretty exactly!
Oddly, the output does NOT match input exactly even with various Learning Rates and large numbers of iterations.
Anyone like to discuss this with me?
I see a lot of old posts on NN for trading, but most of them are quite old. There has been a lot of advances in deep learning (AlphaGo!) and I am researching NN for trading FX and Stocks.
I would like to discuss with others also actively involved.
As a starter, I have created a simple NN with 1 hidden layer and 1 output.
BOTH the input and output data are the SAME. In this case the 5 day forward Delta.
Delta = Price[i+5] - Price
My thoughts are that I should be able to match the input pretty exactly!
Oddly, the output does NOT match input exactly even with various Learning Rates and large numbers of iterations.
Anyone like to discuss this with me?
