Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohdumair8896/stock-market-analysis-and-forecasting
This is a project of Stock Market Analysis And Forecasting Using Deep Learning(pytorch,gru).
https://github.com/mohdumair8896/stock-market-analysis-and-forecasting
data-visualization machine-learning prediction python
Last synced: 13 days ago
JSON representation
This is a project of Stock Market Analysis And Forecasting Using Deep Learning(pytorch,gru).
- Host: GitHub
- URL: https://github.com/mohdumair8896/stock-market-analysis-and-forecasting
- Owner: mohdumair8896
- Created: 2024-02-26T13:16:29.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-26T13:26:08.000Z (9 months ago)
- Last Synced: 2024-04-17T02:36:53.574Z (7 months ago)
- Topics: data-visualization, machine-learning, prediction, python
- Language: Jupyter Notebook
- Homepage:
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock-Market-Analysis-And-Forecasting-Using-Deep-Learning
This is a project of Stock Market Analysis And Forecasting Using Deep Learning(pytorch,gru).
The task of stock prediction has always been a challenging problem for statistics experts and nance. The main reason behind this prediction is buying stocks that are likely to increase in price and then selling stocks that are probably to fall. Generally, there are two ways for stock market prediction. Fundamental analysis is one of them and relies on a company's technique and fundamental information like market position, expenses and annual growth rates. The second one is the technical analysis method, which concentrates on previous stock prices and values.
In this project, It analyze the data and then forecast the stock market.
DATASET
------
Google | Microsoft | IBM | AmazonAnalysis
------As we can see here Microsoft's "High" value is very slowly increasing straight line. IBM's "High" value and Amazon's "High" value started from the approx same stage, even Amazon's "High" value was a bit lower but after 2012 Amazon's "High" value started to exponentially increase and slight drop for IBM's "High" value. Since 2016 there is a high fight going between Google's "High" value and Amazon's "High" value at 2018 Amazon's "High" value also beat Google's "High" value.
In Microsoft data, we can see in 2009 "High" value was under mean for a long time, so we can say there was some loss.
In Google data,there is a very slow increasing trend until 2012, but after 2012 there was an exponential high trend. And very high seasonality.
Forecasting
------
**Time series forecasting** uses information regarding historical values and associated patterns to predict future activity. Most often, this relates to trend analysis, cyclical fluctuation analysis, and issues of seasonality. As with all forecasting methods, success is not guaranteed.**GRU Model:**
Gated recurrent unit is essentially a simplified LSTM. It has the exact same role in the network. The main difference is in the number of gates and weights — GRU is somewhat simpler. It has 2 gates. Since it does not have an output gate, there is no control over the memory content. The update gate controls the information flow from the previous activation, and the addition of new information as well, while the reset gate is inserted into the candidate activation.
Results
-----
-----