Sunday, December 18, 2022

LSTM Google Stock Prediction part 2 -Seasonal Decomposition Time SeriesLevel 3, 22 minutes

In our second part of the LSTM stock prediction using Tensorflow. Now that we have our deep learning model with LSTM recurrent layer set up we focus on the times series part of our project and dive deep into the seasonal decomposition of our MACD, RSI, Fast Stochastic, and pct_change indicators. The goal here is that we can just use the last 20 days but for each indicator that create a hundred features. As common with time series stock market prediction, we are limited on the number of rows. So we can't use so many features and we use statsmodel seasonal decompose function from the statsmodel.tsa.seasonal library. This allows use to study the autocorrelation in only the seasonal component and extract which of the past days have a correlation. This allows us to choose only a few features instead of so many. read more...

No comments:

How Johnny Can Persuade LLMs to Jailbreak Them: Rethinking Persuasion to Challenge AI Safety by Humanizing LLMs

  This project is about how to systematically persuade LLMs to jailbreak them. The well-known ...