All Projects → firmai → Machine Learning Asset Management

firmai / Machine Learning Asset Management

Machine Learning in Asset Management (by @firmai)

Projects that are alternatives of or similar to Machine Learning Asset Management

Sgx Full Orderbook Tick Data Trading Strategy
Providing the solutions for high-frequency trading (HFT) strategies using data science approaches (Machine Learning) on Full Orderbook Tick Data.
Stars: ✭ 733 (-30.85%)
Mutual labels:  jupyter-notebook, algorithmic-trading, trading-strategies
Quantitative Notebooks
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Stars: ✭ 356 (-66.42%)
Mutual labels:  jupyter-notebook, algorithmic-trading, trading-strategies
Machine Learning For Trading
Code for Machine Learning for Algorithmic Trading, 2nd edition.
Stars: ✭ 4,979 (+369.72%)
Mutual labels:  jupyter-notebook, trading-strategies
Qtrader
Reinforcement Learning for Portfolio Management
Stars: ✭ 363 (-65.75%)
Mutual labels:  jupyter-notebook, algorithmic-trading
Introneuralnetworks
Introducing neural networks to predict stock prices
Stars: ✭ 486 (-54.15%)
Mutual labels:  algorithmic-trading, trading-strategies
Automated Trading
Automated Trading: Trading View Strategies => Bitfinex, itBit, DriveWealth
Stars: ✭ 271 (-74.43%)
Mutual labels:  algorithmic-trading, trading-strategies
51bitquant
51bitquant Python数字货币量化交易视频 CCXT框架 爬取交易所数据 比特币量化交易 交易机器人51bitquant tradingbot cryptocurrency quantitative trading btc trading
Stars: ✭ 284 (-73.21%)
Mutual labels:  algorithmic-trading, trading-strategies
Fastquant
fastquant — Backtest and optimize your trading strategies with only 3 lines of code!
Stars: ✭ 457 (-56.89%)
Mutual labels:  jupyter-notebook, trading-strategies
AutoTrader
A Python-based development platform for automated trading systems - from backtesting to optimisation to livetrading.
Stars: ✭ 227 (-78.58%)
Mutual labels:  trading-strategies, algorithmic-trading
Stock Analysis Engine
Backtest 1000s of minute-by-minute trading algorithms for training AI with automated pricing data from: IEX, Tradier and FinViz. Datasets and trading performance automatically published to S3 for building AI training datasets for teaching DNNs how to trade. Runs on Kubernetes and docker-compose. >150 million trading history rows generated from +5000 algorithms. Heads up: Yahoo's Finance API was disabled on 2019-01-03 https://developer.yahoo.com/yql/
Stars: ✭ 605 (-42.92%)
Mutual labels:  jupyter-notebook, algorithmic-trading
Gs Quant
Python toolkit for quantitative finance
Stars: ✭ 556 (-47.55%)
Mutual labels:  jupyter-notebook, trading-strategies
Research
Notebooks based on financial machine learning.
Stars: ✭ 714 (-32.64%)
Mutual labels:  jupyter-notebook, algorithmic-trading
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+248.11%)
Mutual labels:  trading-strategies, algorithmic-trading
deep trading
This project aims to select a supervised algorithm that can predict stock prices basing on historical data and use the predictor generated to form trading strategies.
Stars: ✭ 18 (-98.3%)
Mutual labels:  trading-strategies, algorithmic-trading
quanttrader
Backtest and live trading in Python
Stars: ✭ 139 (-86.89%)
Mutual labels:  trading-strategies, algorithmic-trading
Quantdom
Python-based framework for backtesting trading strategies & analyzing financial markets [GUI ]
Stars: ✭ 449 (-57.64%)
Mutual labels:  algorithmic-trading, trading-strategies
quick trade
convenient script for trading with python.
Stars: ✭ 63 (-94.06%)
Mutual labels:  trading-strategies, algorithmic-trading
sdoosa-algo-trade-python
Algo trade project in python
Stars: ✭ 320 (-69.81%)
Mutual labels:  trading-strategies, algorithmic-trading
Stock analysis for quant
Different Types of Stock Analysis in Python, R, Matlab, Excel, Power BI
Stars: ✭ 525 (-50.47%)
Mutual labels:  jupyter-notebook, trading-strategies
Vectorbt
Ultimate Python library for time series analysis and backtesting at scale
Stars: ✭ 855 (-19.34%)
Mutual labels:  algorithmic-trading, trading-strategies

Machine Learning in Asset Management

Follow this link for SSRN paper.

Part One

If you feel like citing something you can use:

Snow, D (2020). Machine Learning in Asset Management—Part 1: Portfolio Construction—Trading Strategies. The Journal of Financial Data Science, Winter 2020, 2 (1) 10-23.

This is the first in a series of articles dealing with machine learning in asset management. Asset management can be broken into the following tasks: (1) portfolio construction, (2) risk management, (3) capital management, (4) infrastructure and deployment, and (5) sales and marketing. This article focuses on portfolio construction using machine learning. Historically, algorithmic trading could be more narrowly defined as the automation of sell-side trade execution, but since the introduction of more advanced algorithms, the definition has grown to include idea generation, alpha factor design, asset allocation, position sizing, and the testing of strategies. Machine learning, from the vantage of a decision-making tool, can help in all these areas.

Editors: Frank J. Fabozzi | Marcos Lopéz de Prado | Joseph Simonian

This paper investigates various machine learning trading and portfolio optimisation models and techniques. The notebooks to this paper are Python based. By last count there are about 15 distinct trading varieties and around 100 trading strategies. Code and data are made available where appropriate. The hope is that this paper will organically grow with future developments in machine learning and data processing techniques. All feedback, contributions and criticisms are highly encouraged. You can find my contact details on the website, FirmAI.

Trading Strategies


1. Tiny CTA
Resources:
See this paper and blog for further explanation.
Data, Code


2. Tiny RL
Resources:
See this paper and/or blog for further explanation.
Data, Code


3. Tiny VIX CMF
Resources:
Data, Code


4. Quantamental
Resources:
Web-scrapers, Data, Code, Interactive Report, Paper.


5. Earnings Surprise
Resources:
Code, Paper


6. Bankruptcy Prediction
Resources:
Data, Code, Paper


7. Filing Outcomes
Resources:
Data


8. Credit Rating Arbitrage
Resources:
Code


9. Factor Investing:
Resources:
Paper, Code, Data


10. Systematic Global Macro
Resources:
Data, Code


11. Mixture Models
Resources:
Data, Code


12. Evolutionary
Resources:
Code, Repo


13. Agent Strategy
Resources:
Code, Repo


14. Stacked Trading
Resources:
Code, Blog


15. Deep Trading
Resources:
Code, Repo


Part Two:

Snow, D (2020). Machine Learning in Asset Management—Part 2: Portfolio Construction—Weight Optimization. The Journal of Financial Data Science, Spring 2020, 2 (1) 10-23.

This is the second in a series of articles dealing with machine learning in asset management. This article focuses on portfolio weighting using machine learning. Following from the previous article (Snow 2020), which looked at trading strategies, this article identifies different weight optimization methods for supervised, unsupervised, and reinforcement learning frameworks. In total, seven submethods are summarized with the code made available for further exploration.

Weight Optimisation (JFDS)


1. Deep Portfolio
Resources:
Data, Code, Paper


2. Linear Regression
Resources:
Code, Paper


3. Bayesian Sentiment
Resources:
Code


4. PCA and Hierarchical
Resource:
Code


5. HRP
Resources:
Data, Code


6. Network Graph
Resources:
Code


7. RL Deep Deterministic
Resources:
Code

Weight Optimisation (SSRN)


1. Online Portfolio Selection (OLPS)
Resources:
Code

Other (SSRN)


1. GANVaR
Resources:
Code


All Data and Code


Top 1% SSRN paper downloads

All Time Top 10 Paper :

Applied Computing eJournal, CompSciRN: Algorithms, CompSciRN: Clustering, Banking & Financial Institutions eJournals, CompSciRN: Artificial Intelligence, Econometric Modeling: Capital Markets - Portfolio Theory eJournal, Machine Learning eJournal

Other Projects

Other FirmAI projects include AtsPy automating Python's best time series models, PandaPy a data structure solutions that has the speed of NumPy and the usability of Pandas (10x to 50x faster), FairPut a holistic approach to implement fair machine learning outputs at the individual and group level, PandasVault a package for advanced pandas functions and code snippets, and ICR an interactive and fully automated corporate report built with Python.

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].