ShreyamsJain / Stock-Price-Prediction-ModelLinks
Stock Price prediction using news data. The datasets used consists news and stock price data from 2008 to 2016. The polarity(Subjectivity, Objectivity, Positive, Negative, Neutral) data is gathered from the news data and further used to predict stock prices. Achieved an accuracy of 94% using XGBoost.
☆48Updated 7 years ago
Alternatives and similar repositories for Stock-Price-Prediction-Model
Users that are interested in Stock-Price-Prediction-Model are comparing it to the libraries listed below
Sorting:
- Deep Trading using Convolutional Neural Network☆28Updated 7 years ago
- This project explores stock trading modelling with the use recurrent neural network (RNN) with long-short term memory (LSTM) architecture…☆26Updated 6 years ago
- Market Risk Management with Time Series Prediction of Stock Market Trends using ARMA, ARIMA, GARCH regression models and RNN for time ser…☆21Updated 7 years ago
- This project is to practice applying Long Short-Term Memory network in deep learning to predict time series financial data. I selected Am…☆15Updated 7 years ago
- keywords - Kmeans Clustering, Tsne, PCA, Indian Stocks, Johansen test☆32Updated 6 years ago
- The random forest, FFNN, CNN and RNN models are developed to predict the movement of future trading price of Netflix (NFLX) stock using t…☆60Updated 3 years ago
- ☆73Updated 3 years ago
- Deep q learning on determining buy/sell signal and placing orders☆49Updated 6 years ago
- Python based Quant Finance Models, Tools and Algorithmic Decision Making☆46Updated 7 years ago
- Using past price data and sentiment analysis from news and other documents to predict the S&P500 index using a LSTM RNN. Idea replicated …☆32Updated last year
- ☆27Updated 3 years ago
- Trend Prediction for High Frequency Trading☆41Updated 2 years ago
- Deep Learning Stock Volatility with Google Domestic Trends: https://arxiv.org/pdf/1512.04916.pdf☆93Updated 3 years ago
- This is an internship project aiming to make Attribution Analysis for general equity funds in China market☆14Updated 6 years ago
- Uisng CNN to predicte stock market trend, and feeding with 2D images☆15Updated 6 years ago
- Stock Prediction with XGBoost: A Technical Indicators' approach☆29Updated 6 years ago
- Image Classification for Trading Strategies - Project for Machine Learning Class☆38Updated 3 years ago
- Improve S&P 500 stock price prediction (random forest and gradient boosting trees) with time series similarity measurements: DTW, SAX, co…☆98Updated 3 years ago
- Quantitative analysis of fundamentals in quarterly reports by Machine Learning☆22Updated 5 years ago
- XGBoost is known to be fast and achieve good prediction results as compared to the regular gradient boosting libraries. This project atte…☆33Updated 6 years ago
- Model news data in short, medium and long term for stock price trend prediction☆21Updated 7 years ago
- Calculate technical indicators from historical stock data Create features and targets out of the historical stock data. Prepare features …☆31Updated 6 years ago
- Project description: https://medium.com/@tzhangwps/measuring-financial-turbulence-and-systemic-risk-9d9688f6eec1?source=friends_link&sk=1…☆25Updated 3 months ago
- This git repository is based on the work of J.Heaton, N.Polson and J.Witte and their articleDeep Learning for Finance: Deep Portfolios. …