An open API service indexing awesome lists of open source software.

https://github.com/dhrupad17/codeclause_stock_market_prediction

This is My Task 1 as a Data science Intern at CodeClause
https://github.com/dhrupad17/codeclause_stock_market_prediction

codeclause codeclause-task datascience jupyter-notebook python3

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# ๐Ÿ“ˆ 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](https://user-images.githubusercontent.com/91726340/221412777-b4d04475-179f-4b81-9346-f1ddd410d59b.png)
![image](https://user-images.githubusercontent.com/91726340/221412821-90b5a716-9e81-4df8-b84f-c6eef2d7d398.png)
![image](https://user-images.githubusercontent.com/91726340/221412835-04e00a51-3567-4a69-9756-4eccf6181255.png)

### Thank You