Found 4,777 repositories(showing 30)
Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets (API keys included in code). The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are made using three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices of the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall
NourozR
OHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network
tencia
Stock price prediction with LSTMs in TensorFlow
Stanford Project: Artificial Intelligence is changing virtually every aspect of our lives. Today’s algorithms accomplish tasks that until recently only expert humans could perform. As it relates to finance, this is an exciting time to adopt a disruptive technology that will transform how everyone invests for generations. Models that explain the returns of individual stocks generally use company and stock characteristics, e.g., the market prices of financial instruments and companies’ accounting data. These characteristics can also be used to predict expected stock returns out-of-sample. Most studies use simple linear models to form these predictions [1] or [2]. An increasing body of academic literature documents that more sophisticated tools from the Machine Learning (ML) and Deep Learning (DL) repertoire, which allow for nonlinear predictor interactions, can improve the stock return forecasts [3], [4] or [5]. The main goal of this project is to investigate whether modern DL techniques can be utilized to more efficiently predict the movements of the stock market. Specifically, we train a LSTM neural network with time series price-volume data and compare its out-of-sample return predictability with the performance of a simple logistic regression (our baseline model).
hungchun-lin
In this project, we will compare two algorithms for stock prediction. First, we will utilize the Long Short Term Memory(LSTM) network to do the Stock Market Prediction. LSTM is a powerful method that is capable of learning order dependence in sequence prediction problems. Furthermore, we will utilize Generative Adversarial Network(GAN) to make the prediction. LSTM will be used as a generator, and CNN as a discriminator. In addition, Natural Language Processing(NLP) will also be used in this project to analyze the influence of News on stock prices.
MaybeWilliam
Use BPNN and LSTM to forecast stock price. 使用BP神经网络和LSTM预测股票价格,注释拉满。
26hzhang
Plain Stock Close-Price Prediction via Graves LSTM RNNs
jinglescode
Pull stock prices from online API and perform predictions using Long Short Term Memory (LSTM) with TensorFlow.js framework
dhingratul
Stock price prediction using LSTM and 1D Convoltional Layer implemented in keras with TF backend on daily closing price of S&P 500 data from Jan 2000 to Aug 2016
Try to predict stock price with LSTM、GAN and DRL, exploring the features of news and technical indicators,which help improving perfomance of predictions.
034adarsh
This project is about predicting stock prices with more accuracy using LSTM algorithm. For this project we have fetched real-time data from yfinance library.
austineaero
No description available
matheusbfernandes
Stock Price Prediction using CNN-LSTM
Comparative Analysis of Conv1D-LSTM with CNN , LSTM for Stock Price Prediction
TatevKaren
Price Prediction Case Study predicting the Bitcoin price and the Google stock price using Deep Learning, RNN with LSTM layers with TensorFlow and Keras in Python. (Includes: Data, Case Study Paper, Code)
DikshantDulal
We implement a quantum-classical hybrid QLSTM model by incorporating quantum variational layers into the classical LSTM in order to improve the efficiency and trainability of LSTM for better stock price prediction.
xraptorgg
FinBERT-LSTM: Deep Learning based stock price prediction using News Sentiment Analysis
hellobilllee
LSTM神经网络预测沪深300指数及其涨跌
TruongNV-hut
Stock Price Prediction using LSTM
Stock price prediction using Bidirectional LSTM and sentiment analysis
In this Jupyter Notebook, I've used LSTM RNN with Technical Indicators namely Simple Moving Average (SMA), Exponential Moving Average (EMA), Moving Average Convergence Divergence (MACD), and Bollinger Bands to predict the price of Bank Nifty.
georgemuriithi
An investment portfolio of stocks is created using Long Short-Term Memory (LSTM) stock price prediction and optimized weights. The performance of this portfolio is better compared to an equally weighted portfolio and a market capitalization-weighted portfolio.
farismismar
Implementation of stock technical indicators and deep LSTM for closing price 30-day lookahead predictions (for learning purposes only).
This project implements a time series multivariate analysis using RNN/LSTM for stock price predictions. A deep RNN model was created and trained on five years of historical Google stock price data to forecast the stock performance over a two-month period.
SinghAbhi1998
Stock Market Price Prediction: Used machine learning algorithms such as Linear Regression, Logistics Regression, Naive Bayes, K Nearest Neighbor, Support Vector Machine, Decision Tree, and Random Forest to identify which algorithm gives better results. Used Neural Networks such as Auto ARIMA, Prophet(Time-Series), and LSTM(Long Term-Short Memory) then compare make Inferences about the model.
hualiu01
(1) LSTM-RNN stock prices (historical closing precies of S&P500) prediction using keras with tensorflow. (2) Experiments APIs on the network's hyper-parameters are provided through './mmodel/experiment.py'. (3) a website is built using this prediction model as engine with Flask and MySQL.
No description available
Stock Market Prediction Web App based on Machine Learning and Sentiment Analysis of Tweets **(API keys included in code)**. The front end of the Web App is based on Flask and Wordpress. The App forecasts stock prices of the next seven days for any given stock under NASDAQ or NSE as input by the user. Predictions are given for three algorithms: ARIMA, LSTM, Linear Regression. The Web App combines the predicted prices for the next seven days with the sentiment analysis of tweets to give recommendation whether the price is going to rise or fall
Prajwal10031999
Stock-Market-Forecasting using DEEP LEARNING
Stock markets are an essential component of the economy. Their prediction naturally arouses afascination in the academic and financial world. Indeed, financial time series, due to their widerange application fields, have seen numerous studies being published for their prediction. Some ofthese studies aim to establish whether there is a strong and predictive link between macroeconomicindicators and stock market trends and thus predict market returns. Stock market prediction howeverremains a challenging task due to uncertain noise. To what extent can macroeconomic indicatorsbe strong predictors of stock price ? Can they be used for stock trends modeling ? To answer thesequestions, we will focus on several time series forecasting models. We will on the one hand usestatistical time series models, more specifically the most commonly used time series approachesfor stock prediction : the Autoregressive Integrated Moving Average (ARIMA), the GeneralizedAutoregressive Conditional Heteroscedasticity (GARCH) and the Vector Autoregressive (VAR)approach. On the other hand, we will be using two deep learning models : the Long-Short TermMemory (LSTM) and the Gated Recurrent Unit (GRU) for our prediction task. In the final section ofthis paper, we look directly at companies to detect trends