Help for Sparse10

Top  Previous  Next

Sparse10 is a Sparse Net with 10 inputs and 3 hidden neurons. The hidden neurons and the output neuron all use the hyperbolic tangent activation function (therefore the output signal is –1 to 1). Inputs are connected to only one hidden neuron, but all hidden neurons are connected to the output neuron.

 

scale – the number of past bars over which input scaling will take place. Recommended optimizer range is 10 to 200.

 

input1 to input10  -  neural network inputs. Indicators such as Price Momentum indicators are recommended. Let the optimizer find the parameters for the indicators.

 

w1 to w13 – the weights in the neural network. These are similar to coefficients in regression analysis. Recommended optimizer range is –1 to 1.

 

_bm17