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
- Host: GitHub
- URL: https://github.com/dhrupad17/codeclause_stock_market_prediction
- Owner: dhrupad17
- License: mit
- Created: 2023-02-26T13:15:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T13:32:20.000Z (about 2 years ago)
- Last Synced: 2025-01-16T07:56:22.633Z (4 months ago)
- Topics: codeclause, codeclause-task, datascience, jupyter-notebook, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 363 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:-


### Thank You