/CodeClause_Stock_Market_Prediction

This is My Task 1 as a Data science Intern at CodeClause

Primary LanguageJupyter NotebookMIT LicenseMIT

๐Ÿ“ˆ 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