/stock-market-lstm

stock market predictor

Primary LanguagePython

Predicting-stock-prices-with-LSTM-Keras

What does this code contains

  1. Reading the file using pandas.
  2. Preprocessing using pandas.
  3. Converting dataframe into numpy array.
  4. Splitting the darray into training and testing.
  5. Creating the keras LSTM model for the data.
  6. Fitting the model for training using the appropriate loss function and optimizer.
  7. Predicting the model with the testing data.
  8. Plotting the comparison between model predicted output and actual output.