Machine Learning Exercise 3: Stock Prediction

30 day time sequence plot of avg vs projected close price

Today I tried to following a tutorial to predict the stock price of a single company using a type of Recurrent Neural Network (RNN) called Long Short-Term Memory (LSTM). Unfortunately, I did something wrong when compiling my testing data. Now, onto troubleshooting mode..

You Might Also Like