Skip to content

amideo-7/StockPricePrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Price Prediction

Predicitng Stock Prices using Artificial Recurrent Neural Networks

Stock price prediction is a critical task in the financial domain, with implications for investors, traders, and businesses. This project aims to leverage the power of artificial neural networks to analyze historical time series data and predict the closing stock prices of a given financial instrument.

Long Short-Term Memory (LSTM) Model

The LSTM neural network, a type of recurrent neural network (RNN), will be the core of the stock price prediction model. LSTMs are well-suited for time series data as they can capture long-term dependencies and patterns in sequences, making them effective in forecasting stock prices. It is a variant of the recurrent neural network (RNN) designed to overcome some of the limitations of traditional RNNs, especially when dealing with long-term dependencies in sequences.

Libraries Requiered

Run the following command using pip

!pip install flask pickle yfinance sklearn numpy keras tensorflow

Prediction Graph

Frontend

About

Predicting stock prices of a company using Machine Learning.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors