Machine Learning in Asset Management (by @firmai)

Overview

Machine Learning in Asset Management

If you like this type of content then visit ML Quant site below:

https://www.ml-quant.com/


Part One

Follow this link for SSRN paper.

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.

You might also like...
CityLearn Challenge Multi-Agent Reinforcement Learning for Intelligent Energy Management, 2020, PikaPika team

Citylearn Challenge This is the PyTorch implementation for PikaPika team, CityLearn Challenge Multi-Agent Reinforcement Learning for Intelligent Energ

An adaptive hierarchical energy management strategy for hybrid electric vehicles
An adaptive hierarchical energy management strategy for hybrid electric vehicles

An adaptive hierarchical energy management strategy This project contains the source code of an adaptive hierarchical EMS combining heuristic equivale

Worktory is a python library created with the single purpose of simplifying the inventory management of network automation scripts.

Worktory is a python library created with the single purpose of simplifying the inventory management of network automation scripts.

A solution to ensure Crowd Management with Contactless and Safe systems.
A solution to ensure Crowd Management with Contactless and Safe systems.

CovidTrack A Solution to ensure Crowd Management with Contactless and Safe systems. ML Model Mask Detection Social Distancing Detection Analytics Page

 Source code for our paper
Source code for our paper "Empathetic Response Generation with State Management"

Source code for our paper "Empathetic Response Generation with State Management" this repository is maintained by both Jun Gao and Yuhan Liu Model Ove

Testbed of AI Systems Quality Management

qunomon Description A testbed for testing and managing AI system qualities. Demo Sorry. Not deployment public server at alpha version. Requirement Ins

🔥 Cogitare - A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python
🔥 Cogitare - A Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python

Cogitare is a Modern, Fast, and Modular Deep Learning and Machine Learning framework for Python. A friendly interface for beginners and a powerful too

Visualizer for neural network, deep learning, and machine learning models
Visualizer for neural network, deep learning, and machine learning models

Netron is a viewer for neural network, deep learning and machine learning models. Netron supports ONNX (.onnx, .pb, .pbtxt), Keras (.h5, .keras), Tens

PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)
PArallel Distributed Deep LEarning: Machine Learning Framework from Industrial Practice (『飞桨』核心框架,深度学习&机器学习高性能单机、分布式训练和跨平台部署)

English | 简体中文 Welcome to the PaddlePaddle GitHub. PaddlePaddle, as the only independent R&D deep learning platform in China, has been officially open

Comments
  • Paper

    Paper

    Just a brief thank you for an excellent write-up in plain English.

    This is probably the first academic paper on the subject that I actually "get".

    Hopefully there will be more.

    Fig

    opened by lefig 1
Portfolio Optimization and Quantitative Strategic Asset Allocation in Python

Riskfolio-Lib Quantitative Strategic Asset Allocation, Easy for Everyone. Description Riskfolio-Lib is a library for making quantitative strategic ass

Riskfolio 1.7k Jan 7, 2023
Knowledge Management for Humans using Machine Learning & Tags

HyperTag HyperTag helps humans intuitively express how they think about their files using tags and machine learning.

Ravn Tech, Inc. 165 Nov 4, 2022
Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.

Machine Learning From Scratch About Python implementations of some of the fundamental Machine Learning models and algorithms from scratch. The purpose

Erik Linder-Norén 21.8k Jan 9, 2023
Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.

This is the Vowpal Wabbit fast online learning code. Why Vowpal Wabbit? Vowpal Wabbit is a machine learning system which pushes the frontier of machin

Vowpal Wabbit 8.1k Jan 6, 2023
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.

Master status: Development status: Package information: TPOT stands for Tree-based Pipeline Optimization Tool. Consider TPOT your Data Science Assista

Epistasis Lab at UPenn 8.9k Dec 30, 2022
Scripts of Machine Learning Algorithms from Scratch. Implementations of machine learning models and algorithms using nothing but NumPy with a focus on accessibility. Aims to cover everything from basic to advance.

Algo-ScriptML Python implementations of some of the fundamental Machine Learning models and algorithms from scratch. The goal of this project is not t

Algo Phantoms 81 Nov 26, 2022
This is a Machine Learning Based Hand Detector Project, It Uses Machine Learning Models and Modules Like Mediapipe, Developed By Google!

Machine Learning Hand Detector This is a Machine Learning Based Hand Detector Project, It Uses Machine Learning Models and Modules Like Mediapipe, Dev

Popstar Idhant 3 Feb 25, 2022
Reinforcement Learning for Portfolio Management

qtrader Reinforcement Learning for Portfolio Management Why Reinforcement Learning? Learns the optimal action, rather than models the market. Adaptive

Angelos Filos 406 Jan 1, 2023
PGPortfolio: Policy Gradient Portfolio, the source code of "A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem"(https://arxiv.org/pdf/1706.10059.pdf).

This is the original implementation of our paper, A Deep Reinforcement Learning Framework for the Financial Portfolio Management Problem (arXiv:1706.1

Zhengyao Jiang 1.5k Dec 29, 2022
gym-anm is a framework for designing reinforcement learning (RL) environments that model Active Network Management (ANM) tasks in electricity distribution networks.

gym-anm is a framework for designing reinforcement learning (RL) environments that model Active Network Management (ANM) tasks in electricity distribution networks. It is built on top of the OpenAI Gym toolkit.

Robin Henry 99 Dec 12, 2022