Skip to content

abhishek-sharma-iisc/LSTM-Driven-Forecasting-for-Leading-Tech-Stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

LSTM-Driven-Forecasting-for-Leading-Tech-Stocks

image

Time series data consists of data points indexed in chronological order. This type of data is ubiquitous, making its manipulation crucial for data analysts and data scientists.

In this notebook, we will delve into stock market data, focusing on technology giants such as Apple, Amazon, Google, and Microsoft. We will utilize the yfinance library to fetch stock information and employ Seaborn and Matplotlib for visualization. Additionally, we will analyze stock risk based on historical performance and predict future stock prices using Long Short Term Memory (LSTM) networks.

Throughout this notebook, we will address the following questions:

  1. How has the stock price changed over time?
  2. What is the average daily return of the stock?
  3. What are the moving averages of the various stocks?
  4. What is the correlation between different stocks?
  5. What is the value at risk when investing in a particular stock?
  6. How can we predict future stock behavio using Auto Arima?
  7. How can we predict future stock behavio using Fbprophet?
  8. How can we predict future stock behavio using LSTM? (best performer)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published