Skip to content

This repository features notebooks and datasets for predicting Tesla (TSLA) stock prices using LSTM models. Explore historical data, forecast trends, and gain insights into TSLA's market movements.

Notifications You must be signed in to change notification settings

Parvezkhan0/Tesla-Stock-Forecasting-Using-LTSM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Tesla Stock Forecasting Using LSTM

About

This repository contains notebooks and datasets for a comprehensive project focused on forecasting Tesla (TSLA) stock prices. The predictive models employed include a single-step LSTM for immediate forecasting and a multi-stacked LSTM for extended predictions, spanning multiple days into the future (equivalent to a month in business days). The documentation not only presents the practical implementation but also provides an insightful exploration of the intuitive and mathematical underpinnings of LSTM networks.

Dataset Details

Yahoo Finance Dataset

  • Context: This dataset explores Tesla's stock price from its initial public offering (IPO) to a specific date.
  • Content:
    • Date
    • Open
    • High
    • Low
    • Close
    • Volume
    • Adjusted Close
  • Acknowledgements: Acquired from Yahoo Finance through Python programming, with inspiration drawn from Sentdex.

TSLA EOD Dataset

  • Context: Explores Tesla's recent stock performance, capturing a period of significant growth.
  • Content: End-of-day (EOD) data for Tesla's stock from 2010 to 2020.
  • Acknowledgements: Data sourced from Yahoo Finance.
  • Inspiration: Investigating the recent surge using technical indicators alone.

Tesla Inc. Stock Dataset

  • Context: Provides historical data of TESLA INC. stock (TSLA) at a daily level, denominated in USD.
  • About Tesla: Tesla, Inc. is an American electric vehicle and clean energy company based in Palo Alto, California. Their products include electric cars, battery energy storage, solar panels, and related products and services.

Kaggle Notebook

For more details and access to the full code, visit the Kaggle notebook here.

About

This repository features notebooks and datasets for predicting Tesla (TSLA) stock prices using LSTM models. Explore historical data, forecast trends, and gain insights into TSLA's market movements.

Topics

Resources

Stars

Watchers

Forks