🌐
GitHub
github.com › topics › stock-price-prediction
stock-price-prediction · GitHub Topics · GitHub
All 1,794 Jupyter Notebook 874 Python 607 HTML 60 JavaScript 51 TypeScript 34 R 24 Java 13 C++ 6 CSS 6 MATLAB 6 ... Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations · deep-learning monte-carlo trading-bot lstm stock-market stock-price-prediction ...
🌐
GitHub
github.com › topics › stock-market-prediction
stock-market-prediction · GitHub Topics · GitHub
Web app to predict closing stock prices in real time using Facebook's Prophet time series algorithm with a multi-variate, single-step time series forecasting strategy. python flask neural-networks stock-price-prediction final-year-project ...
🌐
GitHub
github.com › topics › stock-prediction
stock-prediction · GitHub Topics · GitHub
... The apex of my CSE tenure at ... Intelligence techniques. The project employs Python programming, incorporating live trading bots, indicator screeners, and back testers through REST API and websockets....
🌐
GitHub
github.com › robertmartin8 › MachineLearningStocks
GitHub - robertmartin8/MachineLearningStocks: Using python and scikit-learn to make stock predictions · GitHub
Using python and scikit-learn to make stock predictions - robertmartin8/MachineLearningStocks
Starred by 2K users
Forked by 541 users
Languages   Python
🌐
GitHub
github.com › UWFlex › stock-prediction
GitHub - UWFlex/stock-prediction: Machine learning pipeline for training TensorFlow models to forecast stock prices. Written in Python.
April 9, 2018 - A complete machine learning data pipeline for training TensorFlow models to forecast stock prices. Written in Python. Goal: given stock data (opening, closing and indicators), predict next day's adjusted closing price
Starred by 51 users
Forked by 10 users
Languages   Python 95.8% | Shell 4.2% | Python 95.8% | Shell 4.2%
🌐
GitHub
github.com › JordiCorbilla › stock-prediction-deep-neural-learning
GitHub - JordiCorbilla/stock-prediction-deep-neural-learning: Predicting stock prices using a TensorFlow LSTM (long short-term memory) neural network for times series forecasting · GitHub
Then edit the file "stock_prediction_deep_learning.py" to include the Stock you want to use and the relevant dates and execute: # all arguments are optional python stock_prediction_deep_learning.py -ticker=GOOG -start_date=2017-11-01 -validation_date=2022-09-01 -epochs=150 -batch_size=32 -time_steps=30 -use_returns=false -model_version=v7 -forecast_horizon=1
Starred by 683 users
Forked by 125 users
Languages   Jupyter Notebook 92.6% | Python 7.4%
🌐
GitHub
github.com › Kulbear › stock-prediction
GitHub - Kulbear/stock-prediction: Stock price prediction with recurrent neural network. The data is from the Chinese stock.
Stock price prediction with RNN. The data we used is from the Chinese stock. Python 3.5 · TuShare 0.7.4 · Pandas 0.19.2 · Keras 1.2.2 · Numpy 1.12.0 · scikit-learn 0.18.1 · TensorFlow 1.0 (GPU version recommended) I personally recommend you to use Anaconda to build your virtual environment.
Starred by 282 users
Forked by 164 users
Languages   Jupyter Notebook 97.2% | Python 2.8% | Jupyter Notebook 97.2% | Python 2.8%
🌐
GitHub
github.com › scorpionhiccup › StockPricePrediction
GitHub - scorpionhiccup/StockPricePrediction: Stock Price Prediction using Machine Learning Techniques · GitHub
To examine a number of different forecasting techniques to predict future stock returns based on past returns and numerical news indicators to construct a portfolio of multiple stocks in order to diversify the risk. We do this by applying supervised learning methods for stock price forecasting by interpreting the seemingly chaotic market data. $ workon myvirtualenv [Optional] $ pip install -r requirements.txt $ python ...
Starred by 1.5K users
Forked by 435 users
Languages   Jupyter Notebook 97.6% | Python 2.4%
🌐
GitHub
github.com › topics › stock-price-forecasting
stock-price-forecasting · GitHub Topics · GitHub
Made by Anson Wong, Juan Garcia & Gudbrand Tandberg · machine-learning stock-market stock-price-forecasting ... LOBCAST is a Python-based open-source framework for stock market trend forecasting using Limit Order Book (LOB) data.
Find elsewhere
🌐
GitHub
github.com › PyFi-Training › Stock-Price-Forecasting-with-Machine-Learning
GitHub - PyFi-Training/Stock-Price-Forecasting-with-Machine-Learning: Step by step tutorial for predicting stock price using Machine Learning algos · GitHub
This repository contains Python code for stock price prediction using various Machine Learning models. We aim to forecast the closing price of Apple Inc.
Starred by 32 users
Forked by 11 users
Languages   Jupyter Notebook 98.0% | Python 2.0%
🌐
GitHub
github.com › M3GHAN › stock-price-prediction-ARIMA-SARIMA
GitHub - M3GHAN/stock-price-prediction-ARIMA-SARIMA: This repository contains Python code for forecasting stock prices using various time series models. The project utilizes historical stock price data to demonstrate different predictive modeling techniques including Moving Average, ARIMA, and SARIMA. · GitHub
This repository contains Python code for forecasting stock prices using various time series models. The project utilizes historical stock price data to demonstrate different predictive modeling techniques including Moving Average, ARIMA, and SARIMA.
Starred by 4 users
Forked by 3 users
Languages   Jupyter Notebook
🌐
GitHub
github.com › huseinzol05 › Stock-Prediction-Models
GitHub - huseinzol05/Stock-Prediction-Models: Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations · GitHub
July 27, 2023 - Portfolio optimization, portfolio-optimization.ipynb, inspired from https://pythonforfinance.net/2017/01/21/investment-portfolio-optimisation-with-python/ I code LSTM Recurrent Neural Network and Simple signal rolling agent inside Tensorflow JS, you can try it here, huseinhouse.com/stock-forecasting-js, you can download any historical CSV and upload dynamically. fashion trending prediction with cross-validation, fashion-forecasting.ipynb
Starred by 9.4K users
Forked by 3K users
Languages   Jupyter Notebook 91.0% | JavaScript 8.5%
🌐
GitHub
github.com › maleakhiw › stock-prediction
GitHub - maleakhiw/stock-prediction: Stock market prediction using standard, ensemble, and neural-network-based models. · GitHub
In this project, we exhaustively investigates the performance of various machine learning algorithms, including standard, ensemble, and neural networks, for predicting the daily movement of stock markets conditioned on historical data of diverse market-specific, general economic and other relevant financial variables. We focus on predicting the next day’s direction of movements for the indices of DJI, NASDAQ, NYSE, RUSSELL 2000, and S&P 500 markets. Our best model – fine-tuned 2D CNNpred achieved higher accuracy and macro-average F1 than existing methods. Python 3.6+ numpy ·
Author   maleakhiw
🌐
GitHub
github.com › kartik-joshi › Stock-predection
GitHub - kartik-joshi/Stock-predection: Stock Prediction using machine learning
Using python code, I import library, first I try to for SVM on train dataset and then I try to predict values on that machine for test dataset. Back Propagation Algorithm can be used for both Classification and Regression problem. Here, Stock Price Prediction is a Classification problem.
Starred by 59 users
Forked by 55 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › akashg94 › StockMarketAnalysisAndMLPrediction
GitHub - akashg94/StockMarketAnalysisAndMLPrediction: Stock market analsis with python tools
Stock market analsis with python tools. Contribute to akashg94/StockMarketAnalysisAndMLPrediction development by creating an account on GitHub.
Author   akashg94
🌐
GitHub
github.com › lilianweng › stock-rnn
GitHub - lilianweng/stock-rnn: Predict stock market prices using RNN model with multilayer LSTM cells + optional multi-stock embeddings. · GitHub
Finance ^GSPC (click the "Historical Data" tab and select the max time period). And save the .csv file to data/SP500.csv. Run python data_fetcher.py to download the prices of individual stocks in S & P 500, each saved to data/{{stock_abbreviation}}....
Starred by 2K users
Forked by 677 users
Languages   Python
🌐
GitHub
github.com › kk289 › Stock_Price_Prediction
GitHub - kevilkhadka/Stock_Price_Prediction: Stock Price Prediction of APPLE Using Python
Stock Price Prediction of APPLE Using Python. Contribute to kevilkhadka/Stock_Price_Prediction development by creating an account on GitHub.
Starred by 2 users
Forked by 2 users
Languages   Python 100.0% | Python 100.0%
🌐
GitHub
github.com › topics › stock-prices-prediction
stock-prices-prediction · GitHub Topics · GitHub
A repository for my stock price predictor project. python machine-learning machine-learning-algorithms lstm-model lstm-neural-networks stock-price-forecasting machine-learning-models stock-price-predictor machine-learning-projects stock-prices-prediction
🌐
GitHub
github.com › Abhishek-k-git › Stock-Price-Prediction-LSTM
GitHub - Abhishek-k-git/Stock-Price-Prediction-LSTM: This project combines Python and yfinance, leveraging LSTM in Keras for stock price predictions, hosted via a user-friendly platform with Streamlit for accurate, interactive stock market forecasting. · GitHub
This project encompasses the prediction of stock closing prices utilizing Python and the yfinance library. The model is trained by leveraging the capabilities of the Long Short-Term Memory (LSTM) layer in Keras.
Starred by 6 users
Forked by 4 users
Languages   Jupyter Notebook 99.3% | Python 0.7%