January 27th, 2012, 2:00 am
I am using artificial neural network for stock price prediction: Let us say, the stock price is trading around 120,121,120.4 ,..........I am plugging RSI, MACD, SMA10, EMA20, BB,ADX indicators in to the ANN as input data.My first question is:what would be the target value? Is it just the normalized value of closing price, original value or some number only between (0,1)My next question is:my activation function is sigmoid function, which gives output value between (0,1).while predicting the stock price after training, ANN predict output in between (0,1). How does value between 0 and 1 represent stock price? or how to interpret the number between (0,1) such that it gives stock price?