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

https://github.com/coder5omkar/rnn_stock_price_prediction

This repository contains a comprehensive implementation of stock price prediction models using Recurrent Neural Networks (RNNs), specifically SimpleRNN and LSTM architectures. The project focuses on predicting closing prices for four major technology stocks: Amazon (AMZN), Google (GOOGL), IBM (IBM), and Microsoft (MSFT).
https://github.com/coder5omkar/rnn_stock_price_prediction

Last synced: 6 months ago
JSON representation

This repository contains a comprehensive implementation of stock price prediction models using Recurrent Neural Networks (RNNs), specifically SimpleRNN and LSTM architectures. The project focuses on predicting closing prices for four major technology stocks: Amazon (AMZN), Google (GOOGL), IBM (IBM), and Microsoft (MSFT).

Awesome Lists containing this project

README

          

Stock Price Prediction Using Recurrent Neural Networks (RNNs)
Repository Description
This repository contains a comprehensive implementation of stock price prediction models using Recurrent Neural Networks (RNNs), specifically SimpleRNN and LSTM architectures.
The project focuses on predicting closing prices for four major technology stocks: Amazon (AMZN), Google (GOOGL), IBM (IBM), and Microsoft (MSFT).