All Projects â†’ sshh12 â†’ StockMarketML

sshh12 / StockMarketML

Licence: MIT license
Predicting stocks with ML.

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to StockMarketML

Beibo
🤖 Predict the stock market with AI 用AI预测股票市场
Stars: ✭ 46 (+27.78%)
Mutual labels:  stock-market, stock-price-prediction
Stocks
Programs for stock prediction and evaluation
Stars: ✭ 155 (+330.56%)
Mutual labels:  stock-market, stock-price-prediction
Algobot
A C++ stock market algorithmic trading bot
Stars: ✭ 78 (+116.67%)
Mutual labels:  stock-market, stock-price-prediction
stock-market-prediction-via-google-trends
Attempt to predict future stock prices based on Google Trends data.
Stars: ✭ 45 (+25%)
Mutual labels:  stock-market, stock-price-prediction
FAIG
Fully Automated IG Trading
Stars: ✭ 134 (+272.22%)
Mutual labels:  stock-market, stock-price-prediction
Deep Convolution Stock Technical Analysis
Uses Deep Convolutional Neural Networks (CNNs) to model the stock market using technical analysis. Predicts the future trend of stock selections.
Stars: ✭ 407 (+1030.56%)
Mutual labels:  stock-market, stock-price-prediction
Stock Market Analysis And Prediction
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
Stars: ✭ 112 (+211.11%)
Mutual labels:  stock-market, stock-price-prediction
Stock Market Prediction Web App Using Machine Learning And Sentiment Analysis
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
Stars: ✭ 101 (+180.56%)
Mutual labels:  stock-market, stock-price-prediction
TradeTheEvent
Implementation of "Trade the Event: Corporate Events Detection for News-Based Event-Driven Trading." In Findings of ACL2021
Stars: ✭ 64 (+77.78%)
Mutual labels:  stock-market, stock-price-prediction
Chase
Automatic trading bot (WIP)
Stars: ✭ 73 (+102.78%)
Mutual labels:  stock-market, stock-price-prediction
Stock Prediction Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
Stars: ✭ 4,660 (+12844.44%)
Mutual labels:  stock-market, stock-price-prediction
stox
A Python Module That Uses ANN To Predict A Stocks Price And Also Provides Accurate Technical Analysis With Many High Potential Implementations!
Stars: ✭ 29 (-19.44%)
Mutual labels:  stock-market, stock-price-prediction
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (-36.11%)
Mutual labels:  stock-market, stock-price-prediction
Stocksight
Stock market analyzer and predictor using Elasticsearch, Twitter, News headlines and Python natural language processing and sentiment analysis
Stars: ✭ 1,037 (+2780.56%)
Mutual labels:  stock-market, stock-price-prediction
Steward
A stock portfolio manager that provides neural net based short-term predictions for stocks and natural language processing based analysis on community sentiments.
Stars: ✭ 25 (-30.56%)
Mutual labels:  stock-market, stock-price-prediction
Deep Learning Machine Learning Stock
Stock for Deep Learning and Machine Learning
Stars: ✭ 240 (+566.67%)
Mutual labels:  stock-market, stock-price-prediction
hmm market behavior
Unsupervised Learning to Market Behavior Forecasting Example
Stars: ✭ 36 (+0%)
Mutual labels:  stock-market, stock-price-prediction
orderbook modeling
Example of order book modeling.
Stars: ✭ 38 (+5.56%)
Mutual labels:  stock-market, stock-price-prediction
financial-asset-comparison-tool
R Shiny app to compare the relative performance of cryptos and equities.
Stars: ✭ 97 (+169.44%)
Mutual labels:  stock-market
alpha-vantage-cookbook
JavaScript examples to help you with accessing market data from https://www.alphavantage.co/
Stars: ✭ 97 (+169.44%)
Mutual labels:  stock-market

StockMarketML

Using the magic of machine learning to predict the trends of the stock market.

Tools/libs Used

App

Applying the Model

app screenshot

Lab 3

CollectData

This script gathers headlines/media data from various sources.

MultiHeadlineTickForcasting

Creates and trains a model to predict stock prices based on multiple headlines and historical tick data.

lab 3 model

Lab 2

2nd Attempt

CollectData

This script gathers headlines/media data from various sources.

HeadlineAnalysisAndPrediction

Creates and trains a model to predict stock prices based on headlines.

HeadlineTickAnalysisAndPrediction

Creates and trains a model to predict stock prices based on headlines and historical data.

HeadlineTickAnalysisAndPrediction2

Creates and trains a model to predict stock prices based on headlines and historical data with a slightly different configuration.

MultiHeadlineAndTickPrediction

Creates and trains a model to predict stock prices based on multiple headlines and historical data.

Lab 1

1st Attempt

CollectData

This script gathers data by scraping websites and does basic word processing.

LoadData

This helper script loads the csv files and preprocesses data before being used in a model.

BasicPredictionClassification

This uses a window of the last n stock closes and volumes to predict whether the next close with be high or lower than it opened.

BasicPredictionRegression

This uses a window of the last n stock prices to predict the next close price.

HeadlinePredictionClassification

This uses headlines processed through doc2vec to predict changes in close price.

HeadlineAndTickerClassification

Using historic stock prices and headlines to predict close price.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].