In this repository, I'll :
- Implement some deep learning algorithms for forecasting, such as MLP, CNN, and LSTM-based approaches. (All Univariate Models and DL Forecast files)
- Provide an example of forcasting using both MLP and CNN algorithms using data from yfinance. (CNN and MLP notebooks)
- Gathering the data
- Look at the data
- Data stationarity analysis
- Test for Stationarity
- Apply some data transformation for Stationarity
- TS Decomposition
- See the Correlation between Our Time Series.
- Plot the ACF & PACF For the data.
- Forecasting
- Auto ARIMA model
- Deep Learning Algorithms
- MLP approaches
- Univariate Forecasting
- Multivariate Forecasting
- Multiple Input
- Single Dense
- Multi-headed
- Multiple Parallel
- Vector-Output
- Multi-Output
- Multiple Input
- Multi-Step Forcasting
- Multiple Input
- Multiple Parallel
- MLP approaches
- CNN
- Univariate Forecasting
- Multivariate Forecasting
- Multiple Input
- Multi-headed
- Multiple Parallel
- Vector-Output
- Multi-Output
- Multiple Input
- Multi-Step Forcasting
- Univariate Multi-Step
- Multivariate Multi-Step
- Multiple Input
- Multiple Parallel