Skip to content

other_models

firmai edited this page Dec 17, 2021 · 16 revisions
repo comment created_at last_commit star_count repo_status rating
Hands-On-Machine-Learning-for-Algorithmic-Trading repo for book hands-on-machine learning for algorithmic trading covering topic from data/unsupervised learning/NPL/RNN & CNN/reinforcement learning etc. Leverage zipline/alphalens/sklearn/openai-gym etc as well. Good references to have 2019-05-07 11:04:25 2021-01-19 07:51:00 760.0 ✔️ ⭐x5
Microservices-Based-Algorithmic-Trading-System docker based platfrom for developing algo trading strategies. Very interesting combinations of open source components were used including backtrader for backtest strategies / mlflow for managing the machine learning model life cycle (i.e. training and developing machine learning models) / airflow used as workflow management including schedule data download etc. / superset web data visualization tool similar to tableau / minio for fast object storage (i.e. storing saved models and model artifacts) / postgresql used to store security master and daily and minute data. Also contains some details on deployment on cloud 2020-01-06 00:21:58 2021-05-29 18:07:29 180.0 ✔️ ⭐x5
Awesome-Quant-Machine-Learning-Trading curated list of books/online courses/youtube videos/blogs/interviews/papers/code etc. Updates are pretty infrequent 2018-11-05 21:09:06 2020-10-08 16:48:18 1278.0 ✔️ ⭐x5
AlphaPy machine learning framework built on sklearn and pandas. Support pyfolio/xgboost/lightgmb/catboost(gradient boosting on decision tress) etc. Examples include financial market prediction/sports prediction/kaggle. Configurations are set though yaml file for all model process including feature selection/grid search on parameters and aggregate results for each model 2016-02-14 00:47:32 2021-10-23 07:17:16 672.0 ✔️ ⭐x4
Machine-Learning-for-Algorithmic-Trading-Second-Edition_Original official repo for machine learning for algorithmic trading book. Covering topics including backtesting/boosting/nlp/deep&reinforcement learning. Leverage open source libraries including backtrader zipline and talib 2019-11-15 08:51:40 2021-01-21 07:56:08 443.0 ✔️ ⭐x4
fin-ml accompanying materials for book Machine Learning and Data Science Blueprints for Finance on top of basic machine learning models i.e. nlp/reinforcement learning/supervised & unsupervised learning it covers wider topics including robo-advisors/fraud detection/loan default/derivative pricing/yield curve construction. 2020-05-10 00:25:56 2021-01-23 17:15:07 207.0 ✔️ ⭐x4
Fundamental LT Forecasts Research in investment finance for long term forecasts and a curated list of notebooks. Each topic contains a youtube video explaining in details. Interesting topics including using price per book ratio and other multiples for future return prediction and portfolio optimization. data sourced form simfin yahoo finance and s&p 500 earnings and estimate report etc. 2018-07-22 08:14:46 2021-11-05 10:58:02 507.0 ✔️ ⭐x3
MathAndScienceNotes Collections of news/articles on various topics including quant trading and machine learning. Some articles are from ycombinator message board and rediit algotrading forum 2016-03-11 19:13:00 2020-12-21 03:54:51 467.0 ✔️ ⭐x3
stock-trading-ml lstm model using keras to predict msft prices. Data is from alphavantage which provides some free data through web services. Showing how to use concatenation layer to join timeseries data with TA data. Might be abit of overfitting on the model though 2019-10-10 09:44:02 2019-10-12 11:38:49 422.0 ✖️ ⭐x3
Stock.Indicators list of technical indicators implemented in c#. Full list and explanation available here. This list contains several indicators that ta-lib does not cover 2019-12-29 05:18:07 2021-12-03 04:33:54 349.0 ✔️ ⭐x3
ML_Finance_Codes accompanying materials for book Machine Learning in Finance covering probabilistic modeling/sequence modeling/neural networks/reinforcement learning etc. 2019-09-27 16:13:50 2020-06-13 21:20:26 342.0 ✔️ ⭐x3
mlfinlab open source library maintained by hudson and thames though much of the content has moved to a subscription model. Idea is to implement academic research in python code and aggregate it as a package. Sources from Journal of financial data science / journal of portfolio management / journal of algorithmic finance / cambridge university press 2019-02-13 16:57:25 2021-12-01 08:04:50 2664.0 ✔️ ⭐x3
mosquito base framework trading bot for crypto. Stores data in local mongodb instance and supports backtest and live trading on poloniex and bittrex which are 12-15th ranked crypto exchanges by volume. Leverage talib for ta data and plotly for visualization 2017-06-18 19:57:17 2021-10-03 22:11:01 245.0 ✔️ ⭐x3
Machine-Learning-for-Algorithmic-Trading-Bots-with-Python code repo for machine learning for algorithmic trading bots video series. Contains notebooks and deep dive using zipline 2018-12-06 11:35:08 2021-01-18 06:40:53 233.0 ✔️ ⭐x3
Short-Term Movement Cues Identify social/historical cues for short term stock movement. Sklearn SVM model is used and good visualization coded in matplotlib 2016-09-12 18:38:17 2021-06-24 15:43:54 2243.0 ✔️ ⭐x3
Machine-Learning-for-Finance repo for book machine learning for finance with heavier focus on machine learning and less on finance. Topics covered including computer vision/time series/nlp/generative models (i.e. autoencoder)/reinforcement learning/debugging ml systems 2018-03-15 06:28:00 2021-01-14 15:58:03 213.0 ✔️ ⭐x3
Mixture Models II Mixture models and stock trading. 2017-12-11 17:05:38 2020-05-13 23:50:47 174.0 ✔️ ⭐x3
surpriver Machine learning algo to detect anomaly in equities data. Uses sklearn IsolationForest model and price/volume based technical signals as features using ta library. Opensourced by tradytics. Code structures are less extensible 2020-08-30 07:56:22 2020-09-21 04:32:05 1378.0 ✔️ ⭐x3
awesome-ai-in-finance curated list of books/online courses/papers on AI and finance. Topics include crypto trading strategies/ta/backter etc. 2018-08-29 02:07:02 2021-07-02 07:12:52 1220.0 ✔️ ⭐x3
Scikit-learn Stock Prediction using fundamental and pricing data to predict future stock returns. Sklearn's randomforest classifier is trainded and author claimed positive live trading results. Not actively mainained 2017-02-12 04:50:44 2021-02-04 03:48:33 1108.0 ✔️ ⭐x3
Speculator python code to predict crypto prices using machine learning models. Two models used here tensorflow DNNClassifier and sklearn randomforest. Exposes the functionality as web services api using flask. Some idea are based on this paper predicting the direction of stock market prices 2017-09-03 17:43:03 2018-09-12 18:58:38 106.0 ✖️ ⭐x3
Mixture Models I Mixture models to predict market bottoms and regime changes based on a seminar given to quantinsti in 2017 and summary and video is here. Gaussian mixture models are build on markov models and expectation maximization thoery to detect regimes and seminar reported positive results using features asset returns/tedrate/10y2ysptread/10y3m spread from fred which can be access here fredapi. Though most of the returns came from being long equities after 2009 2017-03-20 18:54:24 2017-04-25 23:35:20 32.0 ✖️ ⭐x2
Machine-Learning-and-AI-in-Trading repo covering lstm and other sklearn model for trading. Code is not structured well and less extensible 2017-08-30 06:14:59 2019-10-29 08:14:39 291.0 ✖️ ⭐x2
CryptoBot Hard fork of bitpredit and form the trading strategy as a classification problem with -1 (sell) 0 (hold) 1 (buy). Models used are XGBClassifier/RandomForest/GradientBoosting. Not mentained 2017-01-17 12:44:52 2017-01-17 12:48:17 280.0 ✖️ ⭐x2
Machine-Learning-For-Finance accompanying materials for slide here covering more tradition quant trading topics like pair trading/kalman filter/trend following etc. Referecing interesting paper characterization of financial time series 2017-07-11 09:09:15 2018-02-21 05:36:35 207.0 ✖️ ⭐x2
botflow python dataflow programming framework. Similar and probably replaceable by sklearn.pipeline module. Uses graphviz for visiualization though not maintained with last commit over 3 years ago 2018-08-20 03:13:31 2019-05-23 14:40:50 1177.0 ✖️ ⭐x2
finance_ml unofficial repo based on Advances in Financial Machine Learning. It's incomplete and not updated 2018-06-29 21:21:17 2021-06-07 19:28:50 375.0 ✔️ ⭐x1
Pattern-Recognition-for-Forex-Trading repo for article pattern recognization for forex trading not very scalable and not maintained 2015-03-26 02:22:03 2015-03-26 02:33:51 184.0 ✖️ ⭐x1
Trend Following A futures trend following portfolio investment strategy. nan nan nan ✔️
TradingView-Machine-Learning-GUI NEW 2021-01-27 06:42:02 2021-09-26 00:48:26 179.0 ✔️
Stanford-Project-Predicting-stock-prices-using-a-LSTM-Network NEW 2019-02-19 17:40:43 2020-02-24 14:46:43 128.0 ✔️
Machine-Learning-for-Asset-Managers NEW 2020-06-21 17:56:55 2021-09-01 13:21:21 118.0 ✔️
AMLSim NEW 2018-12-18 16:14:56 2021-11-11 00:53:18 115.0 ✔️
mlbot_tutorial NEW 2021-07-19 14:07:12 2021-11-28 17:07:03 115.0 ✔️
AI-Scalpel-Trading-Bot NEW 2019-09-06 07:17:28 2021-06-02 08:12:03 108.0 ✔️
Clone this wiki locally