LSTM, 1 property, 1 stock on normalized data
This code is the result of some work I have done on LSTM. Purpose: predict the next day price with the use of a LSTM neural network and just one property. How: I have normalized the data, I have used just 1 parameter as input (close price), I have built the code using basic functions … Read more