Project Icon

financial-machine-learning

金融机器学习资源汇总与实践指南

这个项目收集了金融机器学习(FinML)领域的精选工具和应用。主要包括Python资源,涵盖深度学习、强化学习和股票预测模型等。此外还提供交易微服务系统和量化机器学习交易等实用内容。项目为金融科技领域的机器学习应用提供了全面的学习和参考资料。

Repo-Updater Wiki-Generator Repo-Search Gitter

Future of the Community

Two things:

  1. We have decided to start a Slack group (invite) & a website ML-Quant see a screenshot of the website below. https://www.ml-quant.com/

image

Financial Machine Learning and Data Science

A curated list of practical financial machine learning (FinML) tools and applications. This collection is primarily in Python.

A listed repository should be deprecated if:

  • Repository's owner explicitly say that "this library is not maintained".
  • Not committed for long time (2~3 years).

This repo is officially under revamp as of 3/29/2021!!

  • TODOs and roadmap is under the github project here
  • If you would like to contribute to this repo, please send us a pull request or contact @dereknow or @bin-yang-algotune
  • Join us in the gitter chat here

  • All repos/links status including last commit date is updated daily
  • Only 15 Highest ranked repos/links for each section are displayed on main README.md and full list is available within the wiki page
  • Both Wikis/README.md is updated in realtime as soon as new information are pushed to the repo

Trading

Deep Learning & Reinforcement Learning (Wiki)

repocommentcreated_atlast_commitstar_countrepo_statusrating
Stock-Prediction-Modelsvery good curated list of notebooks showing deep learning + reinforcement learning models. Also contain topics on outlier detections/overbought oversold study/monte carlo simulartions/sentiment analysis from text (text storage/parsing is not detailed but it mentioned using BERT)2017-12-18 10:49:592021-01-05 10:31:504635.0:heavy_check_mark::star:x5
AI TradingAI to predict stock market movements.2019-01-09 08:02:472019-02-11 16:32:473200.0:heavy_multiplication_x::star:x5
FinRL-Librarystarted by Columbia university engineering students and designed as an end to end deep reinforcement learning library for automated trading platform. Implementation of DQN DDQN DDPG etc using PyTorch and gym use pyfolio for showing backtesting stats. Big contributions on Proximal Policy Optimization (PPO) advantage actor critic (A2C) and Deep Deterministic Policy Gradient (DDPG) agents for trading2020-07-26 13:18:162021-12-11 08:01:502982.0:heavy_check_mark::star:x5
Deep Learning IVBulbea: Deep Learning based Python Library.2017-03-09 06:11:062017-03-19 07:42:491582.0:heavy_multiplication_x::star:x5
RLTraderpredecessor to tensortrade uses open api gym and neat way to render matplotlib plots in real time. Also explains LSTM/data stationarity/Bayesian optimization using Optuna etc.2019-04-27 18:35:152019-10-17 16:25:491463.0:heavy_multiplication_x::star:x5
Deep Learning IIIAlgorithmic trading with deep learning experiments.2016-06-18 18:23:062018-08-07 15:24:451307.0:heavy_multiplication_x::star:x5
Personaeimplementation of deep reinforcement learning and supervised learnings covering areas: deep deterministic policy gradient (DDPG) and DDQN etc. Data are being pulled from rqalpha which is a python backtest engine and have a nice docker image to run training/testing2018-03-10 11:22:002018-09-02 17:21:381179.0:heavy_multiplication_x::star:x5
RL TradingA collection of 25+ Reinforcement Learning Trading Strategies -Google Colab.nannannan:heavy_check_mark::star:x4
Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020Part of FinRL and provided code for paper deep reinformacement learning for automated stock trading focuses on ensemble.2020-07-26 13:12:532021-01-21 18:11:59928.0:heavy_check_mark::star:x4
awesome-deep-tradingcurated list of papers/repos on topics like CNN/LSTM/GAN/Reinforcement Learning etc. Categorized as deep learning for now but there are other topics here. Manually maintained by cbailes2018-11-26 03:23:042021-01-01 09:41:21781.0:heavy_check_mark::star:x4
Neural NetworkNeural networks to predict stock prices.2018-09-10 06:34:532018-11-21 07:39:31562.0:heavy_multiplication_x::star:x4
Deep LearningTechnical experimentations to beat the stock market using deep learning.2016-12-12 02:15:122017-03-04 08:37:29439.0:heavy_multiplication_x::star:x4
LTSM RecurrentOHLC Average Prediction of Apple Inc. Using LSTM Recurrent Neural Network.2018-10-07 03:58:262019-08-03 09:00:441336.0:heavy_multiplication_x::star:x4
RL IIIGithub -Deep Reinforcement Learning based Trading Agent for Bitcoin.2017-09-21 17:05:192018-04-13 16:33:21627.0:heavy_multiplication_x::star:x3
crypto-rlRetrieve limit order book level data from coinbase pro and bitfinex -> record in arctic timeseries database then implemented trend following strategies (market orders) and market making (limit orders). Uses reinforcement learning (DQN) keras-rl to create agents and uses openai gym to implement POMDP (partially observable markov decision process)2018-06-21 01:06:012021-11-30 13:52:18475.0:heavy_check_mark::star:x3

Other Models (Wiki)

repocommentcreated_atlast_commitstar_countrepo_statusrating
Hands-On-Machine-Learning-for-Algorithmic-Tradingrepo 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 have2019-05-07 11:04:252021-01-19 07:51:00760.0:heavy_check_mark::star:x5
Microservices-Based-Algorithmic-Trading-Systemdocker 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 cloud2020-01-06 00:21:582021-05-29 18:07:29180.0:heavy_check_mark::star:x5
Awesome-Quant-Machine-Learning-Tradingcurated list of books/online courses/youtube videos/blogs/interviews/papers/code etc. Updates are pretty infrequent2018-11-05 21:09:062020-10-08 16:48:181278.0:heavy_check_mark::star:x5
AlphaPymachine 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 model2016-02-14 00:47:322021-10-23 07:17:16672.0:heavy_check_mark::star:x4
项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

吐司

探索Tensor.Art平台的独特AI模型,免费访问各种图像生成与AI训练工具,从Stable Diffusion等基础模型开始,轻松实现创新图像生成。体验前沿的AI技术,推动个人和企业的创新发展。

Project Cover

SubCat字幕猫

SubCat字幕猫APP是一款创新的视频播放器,它将改变您观看视频的方式!SubCat结合了先进的人工智能技术,为您提供即时视频字幕翻译,无论是本地视频还是网络流媒体,让您轻松享受各种语言的内容。

Project Cover

美间AI

美间AI创意设计平台,利用前沿AI技术,为设计师和营销人员提供一站式设计解决方案。从智能海报到3D效果图,再到文案生成,美间让创意设计更简单、更高效。

Project Cover

AIWritePaper论文写作

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号