- Data Prep for Training and Testing
- Build and train custom LSTM RNNS
- Evaluate Model Performance
Files: Stock Predictor Files: Stock Predictor usinf fng sentiment
- Use the FNG values to predict future closing prices.
- Use the past closing prices to predict future closing prices.
- Apply the MinMaxScaler to the X and Y values to scale the data for the model.
- Reshape X_train and X_test to fit the model requirements (samples, time steps, features).
- Create a notebook to fit the data using FNG Values.
- Create a notebook to fit the data using closing prices.
- Determine which model had the lowest loss.
- Model using closing prices
- Determine which model tracks the actual values best over time.
- Model using closing prices
- Determine the appropriate Window Size for the model.