Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.34 KB

File metadata and controls

21 lines (12 loc) · 1.34 KB

📈 Stock Market Prediction 📊

Description

In this project I have attempted to implement machine learning approach to predict stock prices(close). Machine learning is effectively implemented in forecasting stock prices. The objective is to predict the stock prices in order to make more informed and accurate investment decisions. We propose a stock price prediction system that integrates mathematical functions, machine learning, and other external factors for the purpose ofachieving better stock prediction accuracy and issuing profitable trades.

LSTMs are very powerful in sequence prediction problems because they’re able to store past information.This is important in my case because the previous price of a stock is crucial in predicting its future price. While predicting the actual price of a stock is an uphill climb, I have builta model that will predict whether the price will go up or down.

Dataset:-

https://www.kaggle.com/datasets/akshaydattatraykhare/nsetataglobal

Overview:-

image image image

Thank You