Skip to content

akikokoo/LSTM-torch-Dow-Jones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LSTM Time Series Forecasting on Dow Jones Industrial Average

Overview

This project implements a Long Short-Term Memory (LSTM) neural network to predict the percent change in the Dow Jones Industrial Average (DJIA) based on historical data. The model is designed to capture temporal patterns in stock price movements, enabling better forecasting of future price changes.

Technologies Used

  • Python
  • PyTorch
  • Pandas
  • NumPy
  • Matplotlib
  • scikit-learn

Dataset

The project uses the Dow Jones Industrial Average historical data. The dataset contains daily price data, which is processed to calculate the percent change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages