https://github.com/atumat/time-series-analysis
The project visualises trends in stock data and explores various time-series analysis models such as ARIMA, GARCH and Deep learning techniques like LSTM, GRU, and Transformer based models to predict stock prices
https://github.com/atumat/time-series-analysis
data-science gru keras python rnn-lstm tensorflow
Last synced: 2 months ago
JSON representation
The project visualises trends in stock data and explores various time-series analysis models such as ARIMA, GARCH and Deep learning techniques like LSTM, GRU, and Transformer based models to predict stock prices
- Host: GitHub
- URL: https://github.com/atumat/time-series-analysis
- Owner: atumat
- License: mit
- Created: 2025-06-10T07:38:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-11T14:21:39.000Z (about 1 year ago)
- Last Synced: 2025-06-11T16:02:27.135Z (about 1 year ago)
- Topics: data-science, gru, keras, python, rnn-lstm, tensorflow
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Time Series Analysis using Deep learning
Time series data is everywhere, from financial markets and weather conditions to stock trading and server logs. My analysis explores a complete pipeline of time series analysis and forecasting using the three different ways:
Statistical Modeling
Machine Learning
Deep Learning
The project aims to give a modular, extensible, and practical foundation for time series projects in both academia and industry.
This repository contains implementations of deep learning models for time series analysis, including LSTM, GRU, and Transformer models. It focuses on forecasting tasks such as stock price prediction.
## Table of Contents
- [Introduction](#-introduction)
- [Statistical Models](#-statistical-models)
- [Machine Learning Models](#-machine-learning-models)
- [Deep Learning Models](#-deep-learning-models)
- [Tools & Libraries](#️-tools--libraries)
- [Results & Visualizations](#-results--visualizations)
- [Future Work](#-future-work)
## Features
- Data preprocessing for time series data.
- Statistical and Deep learning models (LSTM, GRU, Transformers) for forecasting.
- Visualization tools for model performance.
## Statistical Models
- **ARIMA (AutoRegressive Integrated Moving Average)**
- **SARIMA (Seasonal ARIMA)**
- **GARCH (Generalized Autoregressive Conditional Heteroskedasticity)**
---
## Machine Learning Models
- **Random Forest**
- **XGBoost**
- **Support Vector Machine**
---
## Deep Learning Models
- **LSTM (Long Short-Term Memory)**
- **GRU & Bidirectional-LSTM**