SlideShare a Scribd company logo
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL1
Quantum Hierarchical Risk Parity - A Quantum-
Inspired Approach to Portfolio Risk Minimization
Maxwell Rounds
Quantum Problems
2 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
What Sorts of Problems Can We Solve?
• What is the fastest route from
one place to another?
• How many boxes can I fit in a
van?
• How can I arrange the paintings
in an exhibit to best engage
viewers?
Think Combinatorics
3 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
What Does Solving These Problems Look Like?
Finding the Best Route
4 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
Why Are They Difficult?
• We know that for a jigsaw puzzle, there is one correct
configuration of the pieces
• Fix a common size, say 500 pieces
• Say you want to program a computer to solve the puzzle
• How many different arrangements would you have to test?
Solving a Jigsaw Puzzle
5
1220136825991110068701238785423046926253574342803192842192413588385845373153881997
605496447502203281863013616477148203584163378722078177200480785205159329285477907
571939330603772960859086270429174547882424912726344305670173270769461062802310452
644218878789465754777149863494367781037644274033827365397471386477878495438489595
537537990423241061271326984327745715546309977202781014561081188373709531016356324
432987029563896628911658974769572087926928871281780070265174507768410719624390394
322536422605234945850129918571501248706961568141625359056693423813008856249246891
564126775654481886506593847951775360894005745238940335798476363944905313062323749
066445048824665075946735862074637925184200459369692981022263971952597190945217823
331756934581508552332820762820023402626907898342451712006207714640979456116127629
145951237229913340169552363850942885592018727433795173014586357570828355780158735
432768888680120399882384702151467605445407663535984174430480128938313896881639487
469658817504506926365338175055478128640000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000000000000
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
What is the Mathematical Framework?
Binary Quadratic Programming
6
1QBit’s software allow users to:
• Frame interesting problems as binary quadratic programs
• Solve interesting problems framed as binary quadratic programs
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
Quantum Software
7 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
1. Quantum hardware requires software that
is designed for its architecture.
8 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
9
2. Quantum software insulates users from the
complexities of quantum computers.
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
10
3. Quantum software allows developers to use
familiar programming languages to build
applications for quantum computers.
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
Quantum-Ready Hierarchical Risk Parity
11 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Introduction
• Quantum-Ready Hierarchical Risk Parity (QHRP) is a variance-minimizing algorithm that
utilizes a type of clustering from unsupervised machine learning to increase the robustness
of the out-of-sample results
• QHRP uses a quantum solver to form a tree-like hierarchy of stocks from the investable
pool
• From this hierarchy, the algorithm builds a portfolio using a minimum variance calculation
at each level
• By traversing up the tree from the lowest branches, we obtain a portfolio composed of all
of the assets in the investable pool while utilizing the data’s structure to lower risk
• Based in part on collaborative work with Marcos López de Prado, Senior Managing Director
at Guggenheim Partners and Research Fellow at Lawrence Berkeley National Laboratory,
and his paper Building Diversified Portfolios that Outperform Out-of-Sample
A Novel Approach to Minimum Variance Portfolios
12 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
Classical Minimum Variance
13 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Classic Minimum Variance Portfolio Construction
• Choose portfolio weights that minimize
the risk of the portfolio as measured by
standard deviation
• Make sure to spend all of the money
• Relies only on the covariance matrix, a
combination of asset volatiles and inter-
asset correlations
• Liked due to lack of reliance on difficult-
to-estimate expected returns
• Grown in popularity amongst many buy-
and-hold asset managers
Minimize Risk by Asking for the Least Risky Portfolio
14 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Pitfalls of Classic Minimum Variance Portfolio Construction
Seemingly Risky Low-Risk Portfolios
15
• The algorithm input (the covariance matrix)
is essentially a combination of stock-specific
risk and stock-pair correlations
• It is these correlations that offer the
possibility of diversification
• As the number of stocks grow, however, a
classic minimum variance algorithm may
struggle to differentiate signal from noise in
these inputs
• This can lead to funny-looking portfolios that
are technically the minimum variance
portfolios in-sample but which may be
suboptimal when released into the wild
0%
10%
20%
30%
40%
AAPL
AXP
BA
CAT
CSCO
CVX
DD
DIS
GE
GS
HD
IBM
INTC
JNJ
JPM
KO
MCD
MMM
MRK
MSFT
NKE
PFE
PG
TRV
UNH
UTX
V
VZ
WMT
XOM
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
Estimation Error from Correlations
16 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: 3 Asset Portfolio
How Many Correlations?
17 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: 3 Asset Portfolio
3 Correlations
18 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: 30 Asset Portfolio
How Many Correlations?
19 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: 30 Asset Portfolio
435 Correlations
20 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: General Asset Portfolio
• 3 Assets: 3 Correlations
• 30 Assets (DJIA): 435 Correlations
• 500 Assets (SPX): 124,750 Correlations
• n Assets: (n2
- n) / 2 Correlations
The Number of Correlations Increases Quickly
21 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Problem to Tackle
• The number of correlations to be
estimated grows quickly with the portfolio
size
• Each correlation has its own estimation
error
• Each extra correlation does not necessarily
add extra information (KO-GE vs. PEP-GE)
• At large portfolio sizes, an optimizer can
struggle to separate signal from noise
• This can lead to results that do not perform
as well expected
Dimension & Noise
22 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP Algorithm
23 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Clustering
• QHRP defines the ‘distance’ between two
stocks based on their correlation
• The more correlated they are, the ‘closer’
they are together
• QHRP recursively divides a pool of stocks
into two, each time choosing the groups so
that the members of each group are as
close together as possible
• What emerges is an often-intuitive
perspective on how the stocks behave
Group Stocks Together
24 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Portfolio Weights
• With the hierarchy tree, QHRP builds a
portfolio allocation
• Starting from the bottom, QHRP solves a
restricted version of the minimum variance
problem at each level, building upwards
• The result is a set of portfolio weights that
mimic a traditional minimum variance
portfolio, but with notable differences
Assigning Weight to Stocks
25 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Portfolio Weight Comparison
• While the classical algorithm does
minimize risk, sometimes it misses
the point
• In this example, it invests over 50%
of the portfolio in just McDonalds,
Coca-Cola, and Johnson & Johnson
• The QHRP solution is more
intuitive - it blends the weight
across all 30 assets, emphasizing
some (Walmart, Procter & Gamble)
more than others (Chevron,
Microsoft)
A More Intuitive Result
26
0%
5%
10%
15%
20%
25%
30%
Classical	vs.	Hierarchcial	Minimum	Variance	Portfolios
Hierarchical
Classical
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Quantum Solver Benefits
• Quantum solvers are essential to the clustering portion
of QHRP
• The algorithm recursively divides each cluster into two
until each cluster has only one stock in it
• It chooses the division by finding the separation that
creates two groups whose stocks are the ‘closest
together’ internally
• This is a variant of the Max-Cut Problem, an NP-hard
problem
• For the DJIA alone, there are 1,073,741,822 ways to
divide it into two groups (and that’s just the first split)
• Quantum solvers are able to tackle this sort of
complexity better than classical computers
Where’s the Quantum?
27 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
Results
28 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Results
1-Year Realized Volatilities, Diversified Futures
29
• QHRP shows lower realized
volatility than both a minimum
variance (MV) and a risk parity
(RP) strategy on a diversified
futures asset pool.
• The results for both QHRP and
RP are also more stable when
bootstrapped than MV.
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Results
Maximum Drawdown, Diversified Futures
30
QHRP shows a lower maximum
drawdown than both a
minimum variance (MV) and a
risk parity (RP) strategy on a
diversified futures asset pool.
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Results
Performance, Diversified Futures
31
QHRP shows performance on par
with a risk parity (RP) strategy on a
diversified futures asset pool with
smaller drawdowns.
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
QHRP: Results
1-Year Realized Volatilities, DJIA
32
• QHRP seems to require a diverse
correlation structure to be most
effective.
• When tested on the Dow Jones
Industrial Average, an index with
high correlations between
components, the realized volatilities
are the same or higher than a
minimum variance algorithm.
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
33
Maxwell Rounds
maxwell.rounds@1qbit.com
© 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL

More Related Content

What's hot

Algorithmic Trading: an Overview
Algorithmic Trading: an Overview Algorithmic Trading: an Overview
Algorithmic Trading: an Overview
EXANTE
 
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
Mehdi Merai Ph.D.(c)
 
Traditional Data-warehousing / BI overview
Traditional Data-warehousing / BI overviewTraditional Data-warehousing / BI overview
Traditional Data-warehousing / BI overview
Nagaraj Yerram
 
Quant trading with artificial intelligence
Quant trading with artificial intelligenceQuant trading with artificial intelligence
Quant trading with artificial intelligence
Roger Lee, CFA
 
"From Trading Strategy to Becoming an Industry Professional – How to Break in...
"From Trading Strategy to Becoming an Industry Professional – How to Break in..."From Trading Strategy to Becoming an Industry Professional – How to Break in...
"From Trading Strategy to Becoming an Industry Professional – How to Break in...
Quantopian
 
"Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos...
"Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos..."Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos...
"Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos...
Quantopian
 
The 3 duck's trading system.
The 3 duck's trading system.The 3 duck's trading system.
The 3 duck's trading system.
Akarawat Thanachitnawarat
 
Backtesting And Live Trading With Interactive Brokers Using Python With Dr. H...
Backtesting And Live Trading With Interactive Brokers Using Python With Dr. H...Backtesting And Live Trading With Interactive Brokers Using Python With Dr. H...
Backtesting And Live Trading With Interactive Brokers Using Python With Dr. H...
QuantInsti
 
Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Mana...
Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Mana...Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Mana...
Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Mana...
Quantopian
 
Algorithmic trading
Algorithmic tradingAlgorithmic trading
Algorithmic trading
Jayadeep Govindu
 
Algorithmic Trading-An Introduction
Algorithmic Trading-An IntroductionAlgorithmic Trading-An Introduction
Algorithmic Trading-An IntroductionRajeev Ranjan
 
"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer
"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer
"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer
Quantopian
 
DIY Quant Strategies on Quantopian
DIY Quant Strategies on QuantopianDIY Quant Strategies on Quantopian
DIY Quant Strategies on Quantopian
Jess Stauth
 
Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...
Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...
Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...
Quantopian
 
Algo trading(Minor Project) strategy EMA with Ipython
Algo trading(Minor Project) strategy EMA with IpythonAlgo trading(Minor Project) strategy EMA with Ipython
Algo trading(Minor Project) strategy EMA with Ipython
Deb prakash ganguly
 
"Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin...
"Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin..."Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin...
"Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin...
Quantopian
 
Simulating HFT for Low-Latency Investors - The Investor’s View (Robert Almgren)
Simulating HFT for Low-Latency Investors - The Investor’s View (Robert Almgren)Simulating HFT for Low-Latency Investors - The Investor’s View (Robert Almgren)
Simulating HFT for Low-Latency Investors - The Investor’s View (Robert Almgren)
CBS Competitiveness Platform
 
Automated Trading
Automated TradingAutomated Trading
Automated Trading
Gaurav Chakravorty
 
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ..."How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
Quantopian
 
Algorithmic Trading
Algorithmic TradingAlgorithmic Trading
Algorithmic Trading
Thanakrit Lersmethasakul
 

What's hot (20)

Algorithmic Trading: an Overview
Algorithmic Trading: an Overview Algorithmic Trading: an Overview
Algorithmic Trading: an Overview
 
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
MLX 2018 - Marcos López de Prado, Lawrence Berkeley National Laboratory Comp...
 
Traditional Data-warehousing / BI overview
Traditional Data-warehousing / BI overviewTraditional Data-warehousing / BI overview
Traditional Data-warehousing / BI overview
 
Quant trading with artificial intelligence
Quant trading with artificial intelligenceQuant trading with artificial intelligence
Quant trading with artificial intelligence
 
"From Trading Strategy to Becoming an Industry Professional – How to Break in...
"From Trading Strategy to Becoming an Industry Professional – How to Break in..."From Trading Strategy to Becoming an Industry Professional – How to Break in...
"From Trading Strategy to Becoming an Industry Professional – How to Break in...
 
"Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos...
"Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos..."Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos...
"Building Diversified Portfolios that Outperform Out-of-Sample" by Dr. Marcos...
 
The 3 duck's trading system.
The 3 duck's trading system.The 3 duck's trading system.
The 3 duck's trading system.
 
Backtesting And Live Trading With Interactive Brokers Using Python With Dr. H...
Backtesting And Live Trading With Interactive Brokers Using Python With Dr. H...Backtesting And Live Trading With Interactive Brokers Using Python With Dr. H...
Backtesting And Live Trading With Interactive Brokers Using Python With Dr. H...
 
Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Mana...
Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Mana...Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Mana...
Beware of Low Frequency Data by Ernie Chan, Managing Member, QTS Capital Mana...
 
Algorithmic trading
Algorithmic tradingAlgorithmic trading
Algorithmic trading
 
Algorithmic Trading-An Introduction
Algorithmic Trading-An IntroductionAlgorithmic Trading-An Introduction
Algorithmic Trading-An Introduction
 
"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer
"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer
"Is Momentum Still Relevant for Today’s Markets?" by Anthony Ng, Senior Lecturer
 
DIY Quant Strategies on Quantopian
DIY Quant Strategies on QuantopianDIY Quant Strategies on Quantopian
DIY Quant Strategies on Quantopian
 
Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...
Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...
Statistics - The Missing Link Between Technical Analysis and Algorithmic Trad...
 
Algo trading(Minor Project) strategy EMA with Ipython
Algo trading(Minor Project) strategy EMA with IpythonAlgo trading(Minor Project) strategy EMA with Ipython
Algo trading(Minor Project) strategy EMA with Ipython
 
"Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin...
"Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin..."Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin...
"Enhancing Statistical Significance of Backtests" by Dr. Ernest Chan, Managin...
 
Simulating HFT for Low-Latency Investors - The Investor’s View (Robert Almgren)
Simulating HFT for Low-Latency Investors - The Investor’s View (Robert Almgren)Simulating HFT for Low-Latency Investors - The Investor’s View (Robert Almgren)
Simulating HFT for Low-Latency Investors - The Investor’s View (Robert Almgren)
 
Automated Trading
Automated TradingAutomated Trading
Automated Trading
 
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ..."How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
"How to Run a Quantitative Trading Business in China with Python" by Xiaoyou ...
 
Algorithmic Trading
Algorithmic TradingAlgorithmic Trading
Algorithmic Trading
 

Similar to "Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio Risk Minimization" by Maxwell Rounds, Finance Specialist, 1QBit

Inerview Quesion on Data Mining and Machine Learning
Inerview Quesion on Data Mining and Machine LearningInerview Quesion on Data Mining and Machine Learning
Inerview Quesion on Data Mining and Machine Learning
Yash Diwakar
 
PEnDAR: software v&v for complex systems
PEnDAR: software v&v for complex systemsPEnDAR: software v&v for complex systems
PEnDAR: software v&v for complex systems
Predictable Network Solutions Ltd.
 
Boston Hug by Ted Dunning 2012
Boston Hug by Ted Dunning 2012Boston Hug by Ted Dunning 2012
Boston Hug by Ted Dunning 2012
MapR Technologies
 
Time-resource v&v for complex systems
Time-resource v&v for complex systemsTime-resource v&v for complex systems
Time-resource v&v for complex systems
Predictable Network Solutions Ltd.
 
Presentation - Predicting Online Purchases Using Conversion Prediction Modeli...
Presentation - Predicting Online Purchases Using Conversion Prediction Modeli...Presentation - Predicting Online Purchases Using Conversion Prediction Modeli...
Presentation - Predicting Online Purchases Using Conversion Prediction Modeli...Christopher Sneed, MSDS, PMP, CSPO
 
A planning approach for reassigning virtual machine in
A planning approach for reassigning virtual machine inA planning approach for reassigning virtual machine in
A planning approach for reassigning virtual machine in
Arbaaz Gillani
 
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hakky St
 
Boston hug-2012-07
Boston hug-2012-07Boston hug-2012-07
Boston hug-2012-07
Ted Dunning
 
Machine Learning Logistics
Machine Learning LogisticsMachine Learning Logistics
Machine Learning Logistics
Ted Dunning
 
Production model lifecycle management 2016 09
Production model lifecycle management 2016 09Production model lifecycle management 2016 09
Production model lifecycle management 2016 09
Greg Makowski
 
DutchMLSchool. Logistic Regression, Deepnets, Time Series
DutchMLSchool. Logistic Regression, Deepnets, Time SeriesDutchMLSchool. Logistic Regression, Deepnets, Time Series
DutchMLSchool. Logistic Regression, Deepnets, Time Series
BigML, Inc
 
"Deep Learning Beyond Cats and Cars: Developing a Real-life DNN-based Embedde...
"Deep Learning Beyond Cats and Cars: Developing a Real-life DNN-based Embedde..."Deep Learning Beyond Cats and Cars: Developing a Real-life DNN-based Embedde...
"Deep Learning Beyond Cats and Cars: Developing a Real-life DNN-based Embedde...
Edge AI and Vision Alliance
 
Graphlab Ted Dunning Clustering
Graphlab Ted Dunning  ClusteringGraphlab Ted Dunning  Clustering
Graphlab Ted Dunning Clustering
MapR Technologies
 
CAP Theorem - Theory, Implications and Practices
CAP Theorem - Theory, Implications and PracticesCAP Theorem - Theory, Implications and Practices
CAP Theorem - Theory, Implications and Practices
Yoav Francis
 
071310 sun d_0930_feldman_stephen
071310 sun d_0930_feldman_stephen071310 sun d_0930_feldman_stephen
071310 sun d_0930_feldman_stephen
Steve Feldman
 
MLSEV. Logistic Regression, Deepnets, and Time Series
MLSEV. Logistic Regression, Deepnets, and Time Series MLSEV. Logistic Regression, Deepnets, and Time Series
MLSEV. Logistic Regression, Deepnets, and Time Series
BigML, Inc
 
Modeling Catastrophic Events in Spark: Spark Summit East Talk by Georg Hofman...
Modeling Catastrophic Events in Spark: Spark Summit East Talk by Georg Hofman...Modeling Catastrophic Events in Spark: Spark Summit East Talk by Georg Hofman...
Modeling Catastrophic Events in Spark: Spark Summit East Talk by Georg Hofman...
Spark Summit
 
From Hours to Minutes: The Journey of Optimizing Mask-RCNN and BERT Using MXNet
From Hours to Minutes: The Journey of Optimizing Mask-RCNN and BERT Using MXNetFrom Hours to Minutes: The Journey of Optimizing Mask-RCNN and BERT Using MXNet
From Hours to Minutes: The Journey of Optimizing Mask-RCNN and BERT Using MXNet
Eric Haibin Lin
 
Scaling Analytics with Apache Spark
Scaling Analytics with Apache SparkScaling Analytics with Apache Spark
Scaling Analytics with Apache Spark
QuantUniversity
 

Similar to "Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio Risk Minimization" by Maxwell Rounds, Finance Specialist, 1QBit (20)

Inerview Quesion on Data Mining and Machine Learning
Inerview Quesion on Data Mining and Machine LearningInerview Quesion on Data Mining and Machine Learning
Inerview Quesion on Data Mining and Machine Learning
 
PEnDAR: software v&v for complex systems
PEnDAR: software v&v for complex systemsPEnDAR: software v&v for complex systems
PEnDAR: software v&v for complex systems
 
Boston Hug by Ted Dunning 2012
Boston Hug by Ted Dunning 2012Boston Hug by Ted Dunning 2012
Boston Hug by Ted Dunning 2012
 
Time-resource v&v for complex systems
Time-resource v&v for complex systemsTime-resource v&v for complex systems
Time-resource v&v for complex systems
 
Presentation - Predicting Online Purchases Using Conversion Prediction Modeli...
Presentation - Predicting Online Purchases Using Conversion Prediction Modeli...Presentation - Predicting Online Purchases Using Conversion Prediction Modeli...
Presentation - Predicting Online Purchases Using Conversion Prediction Modeli...
 
A planning approach for reassigning virtual machine in
A planning approach for reassigning virtual machine inA planning approach for reassigning virtual machine in
A planning approach for reassigning virtual machine in
 
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Chapter8
 
Boston hug-2012-07
Boston hug-2012-07Boston hug-2012-07
Boston hug-2012-07
 
Machine Learning Logistics
Machine Learning LogisticsMachine Learning Logistics
Machine Learning Logistics
 
Production model lifecycle management 2016 09
Production model lifecycle management 2016 09Production model lifecycle management 2016 09
Production model lifecycle management 2016 09
 
DutchMLSchool. Logistic Regression, Deepnets, Time Series
DutchMLSchool. Logistic Regression, Deepnets, Time SeriesDutchMLSchool. Logistic Regression, Deepnets, Time Series
DutchMLSchool. Logistic Regression, Deepnets, Time Series
 
"Deep Learning Beyond Cats and Cars: Developing a Real-life DNN-based Embedde...
"Deep Learning Beyond Cats and Cars: Developing a Real-life DNN-based Embedde..."Deep Learning Beyond Cats and Cars: Developing a Real-life DNN-based Embedde...
"Deep Learning Beyond Cats and Cars: Developing a Real-life DNN-based Embedde...
 
Graphlab Ted Dunning Clustering
Graphlab Ted Dunning  ClusteringGraphlab Ted Dunning  Clustering
Graphlab Ted Dunning Clustering
 
CAP Theorem - Theory, Implications and Practices
CAP Theorem - Theory, Implications and PracticesCAP Theorem - Theory, Implications and Practices
CAP Theorem - Theory, Implications and Practices
 
071310 sun d_0930_feldman_stephen
071310 sun d_0930_feldman_stephen071310 sun d_0930_feldman_stephen
071310 sun d_0930_feldman_stephen
 
MLSEV. Logistic Regression, Deepnets, and Time Series
MLSEV. Logistic Regression, Deepnets, and Time Series MLSEV. Logistic Regression, Deepnets, and Time Series
MLSEV. Logistic Regression, Deepnets, and Time Series
 
New directions for mahout
New directions for mahoutNew directions for mahout
New directions for mahout
 
Modeling Catastrophic Events in Spark: Spark Summit East Talk by Georg Hofman...
Modeling Catastrophic Events in Spark: Spark Summit East Talk by Georg Hofman...Modeling Catastrophic Events in Spark: Spark Summit East Talk by Georg Hofman...
Modeling Catastrophic Events in Spark: Spark Summit East Talk by Georg Hofman...
 
From Hours to Minutes: The Journey of Optimizing Mask-RCNN and BERT Using MXNet
From Hours to Minutes: The Journey of Optimizing Mask-RCNN and BERT Using MXNetFrom Hours to Minutes: The Journey of Optimizing Mask-RCNN and BERT Using MXNet
From Hours to Minutes: The Journey of Optimizing Mask-RCNN and BERT Using MXNet
 
Scaling Analytics with Apache Spark
Scaling Analytics with Apache SparkScaling Analytics with Apache Spark
Scaling Analytics with Apache Spark
 

More from Quantopian

Being open (source) in the traditionally secretive field of quant finance.
Being open (source) in the traditionally secretive field of quant finance.Being open (source) in the traditionally secretive field of quant finance.
Being open (source) in the traditionally secretive field of quant finance.
Quantopian
 
Stauth common pitfalls_stock_market_modeling_pqtc_fall2018
Stauth common pitfalls_stock_market_modeling_pqtc_fall2018Stauth common pitfalls_stock_market_modeling_pqtc_fall2018
Stauth common pitfalls_stock_market_modeling_pqtc_fall2018
Quantopian
 
Tearsheet feedback webinar 10.10.18
Tearsheet feedback webinar 10.10.18Tearsheet feedback webinar 10.10.18
Tearsheet feedback webinar 10.10.18
Quantopian
 
"Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,...
"Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,..."Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,...
"Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,...
Quantopian
 
"Alpha from Alternative Data" by Emmett Kilduff, Founder and CEO of Eagle Alpha
"Alpha from Alternative Data" by Emmett Kilduff,  Founder and CEO of Eagle Alpha"Alpha from Alternative Data" by Emmett Kilduff,  Founder and CEO of Eagle Alpha
"Alpha from Alternative Data" by Emmett Kilduff, Founder and CEO of Eagle Alpha
Quantopian
 
"Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese...
"Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese..."Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese...
"Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese...
Quantopian
 
"Portfolio Optimisation When You Don’t Know the Future (or the Past)" by Rob...
"Portfolio Optimisation When You Don’t Know the Future (or the Past)" by Rob..."Portfolio Optimisation When You Don’t Know the Future (or the Past)" by Rob...
"Portfolio Optimisation When You Don’t Know the Future (or the Past)" by Rob...
Quantopian
 
“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...
“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...
“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...
Quantopian
 
“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...
“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...
“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...
Quantopian
 
"Maximize Alpha with Systematic Factor Testing" by Cheng Peng, Software Engin...
"Maximize Alpha with Systematic Factor Testing" by Cheng Peng, Software Engin..."Maximize Alpha with Systematic Factor Testing" by Cheng Peng, Software Engin...
"Maximize Alpha with Systematic Factor Testing" by Cheng Peng, Software Engin...
Quantopian
 
"From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D...
"From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D..."From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D...
"From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D...
Quantopian
 
"Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo...
"Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo..."Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo...
"Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo...
Quantopian
 
"Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes...
"Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes..."Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes...
"Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes...
Quantopian
 
"From Insufficient Economic data to Economic Big Data – How Trade Data is red...
"From Insufficient Economic data to Economic Big Data – How Trade Data is red..."From Insufficient Economic data to Economic Big Data – How Trade Data is red...
"From Insufficient Economic data to Economic Big Data – How Trade Data is red...
Quantopian
 
"Machine Learning Approaches to Regime-aware Portfolio Management" by Michael...
"Machine Learning Approaches to Regime-aware Portfolio Management" by Michael..."Machine Learning Approaches to Regime-aware Portfolio Management" by Michael...
"Machine Learning Approaches to Regime-aware Portfolio Management" by Michael...
Quantopian
 
"Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ...
"Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ..."Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ...
"Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ...
Quantopian
 
"Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C...
"Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C..."Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C...
"Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C...
Quantopian
 
"Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author...
"Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author..."Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author...
"Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author...
Quantopian
 
"Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr...
"Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr..."Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr...
"Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr...
Quantopian
 
"Trading Strategies That Are Designed Not Fitted" by Robert Carver, Independe...
"Trading Strategies That Are Designed Not Fitted" by Robert Carver, Independe..."Trading Strategies That Are Designed Not Fitted" by Robert Carver, Independe...
"Trading Strategies That Are Designed Not Fitted" by Robert Carver, Independe...
Quantopian
 

More from Quantopian (20)

Being open (source) in the traditionally secretive field of quant finance.
Being open (source) in the traditionally secretive field of quant finance.Being open (source) in the traditionally secretive field of quant finance.
Being open (source) in the traditionally secretive field of quant finance.
 
Stauth common pitfalls_stock_market_modeling_pqtc_fall2018
Stauth common pitfalls_stock_market_modeling_pqtc_fall2018Stauth common pitfalls_stock_market_modeling_pqtc_fall2018
Stauth common pitfalls_stock_market_modeling_pqtc_fall2018
 
Tearsheet feedback webinar 10.10.18
Tearsheet feedback webinar 10.10.18Tearsheet feedback webinar 10.10.18
Tearsheet feedback webinar 10.10.18
 
"Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,...
"Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,..."Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,...
"Three Dimensional Time: Working with Alternative Data" by Kathryn Glowinski,...
 
"Alpha from Alternative Data" by Emmett Kilduff, Founder and CEO of Eagle Alpha
"Alpha from Alternative Data" by Emmett Kilduff,  Founder and CEO of Eagle Alpha"Alpha from Alternative Data" by Emmett Kilduff,  Founder and CEO of Eagle Alpha
"Alpha from Alternative Data" by Emmett Kilduff, Founder and CEO of Eagle Alpha
 
"Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese...
"Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese..."Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese...
"Supply Chain Earnings Diffusion" by Josh Holcroft, Head of Quantitative Rese...
 
"Portfolio Optimisation When You Don’t Know the Future (or the Past)" by Rob...
"Portfolio Optimisation When You Don’t Know the Future (or the Past)" by Rob..."Portfolio Optimisation When You Don’t Know the Future (or the Past)" by Rob...
"Portfolio Optimisation When You Don’t Know the Future (or the Past)" by Rob...
 
“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...
“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...
“Real Time Machine Learning Architecture and Sentiment Analysis Applied to Fi...
 
“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...
“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...
“Market Insights Through the Lens of a Risk Model” by Olivier d'Assier, Head ...
 
"Maximize Alpha with Systematic Factor Testing" by Cheng Peng, Software Engin...
"Maximize Alpha with Systematic Factor Testing" by Cheng Peng, Software Engin..."Maximize Alpha with Systematic Factor Testing" by Cheng Peng, Software Engin...
"Maximize Alpha with Systematic Factor Testing" by Cheng Peng, Software Engin...
 
"From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D...
"From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D..."From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D...
"From Alpha Discovery to Portfolio Construction: Pitfalls and Solutions" by D...
 
"Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo...
"Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo..."Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo...
"Deep Reinforcement Learning for Optimal Order Placement in a Limit Order Boo...
 
"Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes...
"Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes..."Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes...
"Making the Grade: A Look Inside the Algorithm Evaluation Process" by Dr. Jes...
 
"From Insufficient Economic data to Economic Big Data – How Trade Data is red...
"From Insufficient Economic data to Economic Big Data – How Trade Data is red..."From Insufficient Economic data to Economic Big Data – How Trade Data is red...
"From Insufficient Economic data to Economic Big Data – How Trade Data is red...
 
"Machine Learning Approaches to Regime-aware Portfolio Management" by Michael...
"Machine Learning Approaches to Regime-aware Portfolio Management" by Michael..."Machine Learning Approaches to Regime-aware Portfolio Management" by Michael...
"Machine Learning Approaches to Regime-aware Portfolio Management" by Michael...
 
"Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ...
"Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ..."Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ...
"Don't Lose Your Shirt Trading Mean-Reversion" by Edith Mandel, Principal at ...
 
"Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C...
"Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C..."Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C...
"Deep Q-Learning for Trading" by Dr. Tucker Balch, Professor of Interactive C...
 
"Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author...
"Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author..."Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author...
"Snake Oil, Swamp Land, and Factor-Based Investing" by Gary Antonacci, author...
 
"Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr...
"Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr..."Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr...
"Bayesian Deep Learning: Dealing with Uncertainty and Non-Stationarity" by Dr...
 
"Trading Strategies That Are Designed Not Fitted" by Robert Carver, Independe...
"Trading Strategies That Are Designed Not Fitted" by Robert Carver, Independe..."Trading Strategies That Are Designed Not Fitted" by Robert Carver, Independe...
"Trading Strategies That Are Designed Not Fitted" by Robert Carver, Independe...
 

Recently uploaded

Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdfPensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Henry Tapper
 
An Overview of the Prosocial dHEDGE Vault works
An Overview of the Prosocial dHEDGE Vault worksAn Overview of the Prosocial dHEDGE Vault works
An Overview of the Prosocial dHEDGE Vault works
Colin R. Turner
 
Instant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School SpiritInstant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School Spirit
egoetzinger
 
The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.
DOT TECH
 
Seminar: Gender Board Diversity through Ownership Networks
Seminar: Gender Board Diversity through Ownership NetworksSeminar: Gender Board Diversity through Ownership Networks
Seminar: Gender Board Diversity through Ownership Networks
GRAPE
 
Eco-Innovations and Firm Heterogeneity. Evidence from Italian Family and Nonf...
Eco-Innovations and Firm Heterogeneity.Evidence from Italian Family and Nonf...Eco-Innovations and Firm Heterogeneity.Evidence from Italian Family and Nonf...
Eco-Innovations and Firm Heterogeneity. Evidence from Italian Family and Nonf...
University of Calabria
 
The European Unemployment Puzzle: implications from population aging
The European Unemployment Puzzle: implications from population agingThe European Unemployment Puzzle: implications from population aging
The European Unemployment Puzzle: implications from population aging
GRAPE
 
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
muslimdavidovich670
 
The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)
nickysharmasucks
 
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
bbeucd
 
SWAIAP Fraud Risk Mitigation Prof Oyedokun.pptx
SWAIAP Fraud Risk Mitigation   Prof Oyedokun.pptxSWAIAP Fraud Risk Mitigation   Prof Oyedokun.pptx
SWAIAP Fraud Risk Mitigation Prof Oyedokun.pptx
Godwin Emmanuel Oyedokun MBA MSc PhD FCA FCTI FCNA CFE FFAR
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Quotidiano Piemontese
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designs
egoetzinger
 
What price will pi network be listed on exchanges
What price will pi network be listed on exchangesWhat price will pi network be listed on exchanges
What price will pi network be listed on exchanges
DOT TECH
 
Earn a passive income with prosocial investing
Earn a passive income with prosocial investingEarn a passive income with prosocial investing
Earn a passive income with prosocial investing
Colin R. Turner
 
一比一原版(IC毕业证)帝国理工大学毕业证如何办理
一比一原版(IC毕业证)帝国理工大学毕业证如何办理一比一原版(IC毕业证)帝国理工大学毕业证如何办理
一比一原版(IC毕业证)帝国理工大学毕业证如何办理
conose1
 
Analyzing the instability of equilibrium in thr harrod domar model
Analyzing the instability of equilibrium in thr harrod domar modelAnalyzing the instability of equilibrium in thr harrod domar model
Analyzing the instability of equilibrium in thr harrod domar model
ManthanBhardwaj4
 
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
nexop1
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
shetivia
 
Introduction to Value Added Tax System.ppt
Introduction to Value Added Tax System.pptIntroduction to Value Added Tax System.ppt
Introduction to Value Added Tax System.ppt
VishnuVenugopal84
 

Recently uploaded (20)

Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdfPensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
Pensions and housing - Pensions PlayPen - 4 June 2024 v3 (1).pdf
 
An Overview of the Prosocial dHEDGE Vault works
An Overview of the Prosocial dHEDGE Vault worksAn Overview of the Prosocial dHEDGE Vault works
An Overview of the Prosocial dHEDGE Vault works
 
Instant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School SpiritInstant Issue Debit Cards - High School Spirit
Instant Issue Debit Cards - High School Spirit
 
The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.
 
Seminar: Gender Board Diversity through Ownership Networks
Seminar: Gender Board Diversity through Ownership NetworksSeminar: Gender Board Diversity through Ownership Networks
Seminar: Gender Board Diversity through Ownership Networks
 
Eco-Innovations and Firm Heterogeneity. Evidence from Italian Family and Nonf...
Eco-Innovations and Firm Heterogeneity.Evidence from Italian Family and Nonf...Eco-Innovations and Firm Heterogeneity.Evidence from Italian Family and Nonf...
Eco-Innovations and Firm Heterogeneity. Evidence from Italian Family and Nonf...
 
The European Unemployment Puzzle: implications from population aging
The European Unemployment Puzzle: implications from population agingThe European Unemployment Puzzle: implications from population aging
The European Unemployment Puzzle: implications from population aging
 
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
The WhatsPump Pseudonym Problem and the Hilarious Downfall of Artificial Enga...
 
The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)The Role of Non-Banking Financial Companies (NBFCs)
The Role of Non-Banking Financial Companies (NBFCs)
 
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
一比一原版(UCSB毕业证)圣芭芭拉分校毕业证如何办理
 
SWAIAP Fraud Risk Mitigation Prof Oyedokun.pptx
SWAIAP Fraud Risk Mitigation   Prof Oyedokun.pptxSWAIAP Fraud Risk Mitigation   Prof Oyedokun.pptx
SWAIAP Fraud Risk Mitigation Prof Oyedokun.pptx
 
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...Turin Startup Ecosystem 2024  - Ricerca sulle Startup e il Sistema dell'Innov...
Turin Startup Ecosystem 2024 - Ricerca sulle Startup e il Sistema dell'Innov...
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designs
 
What price will pi network be listed on exchanges
What price will pi network be listed on exchangesWhat price will pi network be listed on exchanges
What price will pi network be listed on exchanges
 
Earn a passive income with prosocial investing
Earn a passive income with prosocial investingEarn a passive income with prosocial investing
Earn a passive income with prosocial investing
 
一比一原版(IC毕业证)帝国理工大学毕业证如何办理
一比一原版(IC毕业证)帝国理工大学毕业证如何办理一比一原版(IC毕业证)帝国理工大学毕业证如何办理
一比一原版(IC毕业证)帝国理工大学毕业证如何办理
 
Analyzing the instability of equilibrium in thr harrod domar model
Analyzing the instability of equilibrium in thr harrod domar modelAnalyzing the instability of equilibrium in thr harrod domar model
Analyzing the instability of equilibrium in thr harrod domar model
 
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
一比一原版(UoB毕业证)伯明翰大学毕业证如何办理
 
Intro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptxIntro_Economics_ GPresentation Week 4.pptx
Intro_Economics_ GPresentation Week 4.pptx
 
Introduction to Value Added Tax System.ppt
Introduction to Value Added Tax System.pptIntroduction to Value Added Tax System.ppt
Introduction to Value Added Tax System.ppt
 

"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio Risk Minimization" by Maxwell Rounds, Finance Specialist, 1QBit

  • 1. © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL1 Quantum Hierarchical Risk Parity - A Quantum- Inspired Approach to Portfolio Risk Minimization Maxwell Rounds
  • 2. Quantum Problems 2 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 3. What Sorts of Problems Can We Solve? • What is the fastest route from one place to another? • How many boxes can I fit in a van? • How can I arrange the paintings in an exhibit to best engage viewers? Think Combinatorics 3 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 4. What Does Solving These Problems Look Like? Finding the Best Route 4 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 5. Why Are They Difficult? • We know that for a jigsaw puzzle, there is one correct configuration of the pieces • Fix a common size, say 500 pieces • Say you want to program a computer to solve the puzzle • How many different arrangements would you have to test? Solving a Jigsaw Puzzle 5 1220136825991110068701238785423046926253574342803192842192413588385845373153881997 605496447502203281863013616477148203584163378722078177200480785205159329285477907 571939330603772960859086270429174547882424912726344305670173270769461062802310452 644218878789465754777149863494367781037644274033827365397471386477878495438489595 537537990423241061271326984327745715546309977202781014561081188373709531016356324 432987029563896628911658974769572087926928871281780070265174507768410719624390394 322536422605234945850129918571501248706961568141625359056693423813008856249246891 564126775654481886506593847951775360894005745238940335798476363944905313062323749 066445048824665075946735862074637925184200459369692981022263971952597190945217823 331756934581508552332820762820023402626907898342451712006207714640979456116127629 145951237229913340169552363850942885592018727433795173014586357570828355780158735 432768888680120399882384702151467605445407663535984174430480128938313896881639487 469658817504506926365338175055478128640000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 6. What is the Mathematical Framework? Binary Quadratic Programming 6 1QBit’s software allow users to: • Frame interesting problems as binary quadratic programs • Solve interesting problems framed as binary quadratic programs © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 7. Quantum Software 7 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 8. 1. Quantum hardware requires software that is designed for its architecture. 8 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 9. 9 2. Quantum software insulates users from the complexities of quantum computers. © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 10. 10 3. Quantum software allows developers to use familiar programming languages to build applications for quantum computers. © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 11. Quantum-Ready Hierarchical Risk Parity 11 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 12. QHRP: Introduction • Quantum-Ready Hierarchical Risk Parity (QHRP) is a variance-minimizing algorithm that utilizes a type of clustering from unsupervised machine learning to increase the robustness of the out-of-sample results • QHRP uses a quantum solver to form a tree-like hierarchy of stocks from the investable pool • From this hierarchy, the algorithm builds a portfolio using a minimum variance calculation at each level • By traversing up the tree from the lowest branches, we obtain a portfolio composed of all of the assets in the investable pool while utilizing the data’s structure to lower risk • Based in part on collaborative work with Marcos López de Prado, Senior Managing Director at Guggenheim Partners and Research Fellow at Lawrence Berkeley National Laboratory, and his paper Building Diversified Portfolios that Outperform Out-of-Sample A Novel Approach to Minimum Variance Portfolios 12 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 13. Classical Minimum Variance 13 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 14. QHRP: Classic Minimum Variance Portfolio Construction • Choose portfolio weights that minimize the risk of the portfolio as measured by standard deviation • Make sure to spend all of the money • Relies only on the covariance matrix, a combination of asset volatiles and inter- asset correlations • Liked due to lack of reliance on difficult- to-estimate expected returns • Grown in popularity amongst many buy- and-hold asset managers Minimize Risk by Asking for the Least Risky Portfolio 14 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 15. QHRP: Pitfalls of Classic Minimum Variance Portfolio Construction Seemingly Risky Low-Risk Portfolios 15 • The algorithm input (the covariance matrix) is essentially a combination of stock-specific risk and stock-pair correlations • It is these correlations that offer the possibility of diversification • As the number of stocks grow, however, a classic minimum variance algorithm may struggle to differentiate signal from noise in these inputs • This can lead to funny-looking portfolios that are technically the minimum variance portfolios in-sample but which may be suboptimal when released into the wild 0% 10% 20% 30% 40% AAPL AXP BA CAT CSCO CVX DD DIS GE GS HD IBM INTC JNJ JPM KO MCD MMM MRK MSFT NKE PFE PG TRV UNH UTX V VZ WMT XOM © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 16. Estimation Error from Correlations 16 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 17. QHRP: 3 Asset Portfolio How Many Correlations? 17 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 18. QHRP: 3 Asset Portfolio 3 Correlations 18 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 19. QHRP: 30 Asset Portfolio How Many Correlations? 19 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 20. QHRP: 30 Asset Portfolio 435 Correlations 20 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 21. QHRP: General Asset Portfolio • 3 Assets: 3 Correlations • 30 Assets (DJIA): 435 Correlations • 500 Assets (SPX): 124,750 Correlations • n Assets: (n2 - n) / 2 Correlations The Number of Correlations Increases Quickly 21 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 22. QHRP: Problem to Tackle • The number of correlations to be estimated grows quickly with the portfolio size • Each correlation has its own estimation error • Each extra correlation does not necessarily add extra information (KO-GE vs. PEP-GE) • At large portfolio sizes, an optimizer can struggle to separate signal from noise • This can lead to results that do not perform as well expected Dimension & Noise 22 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 23. QHRP Algorithm 23 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 24. QHRP: Clustering • QHRP defines the ‘distance’ between two stocks based on their correlation • The more correlated they are, the ‘closer’ they are together • QHRP recursively divides a pool of stocks into two, each time choosing the groups so that the members of each group are as close together as possible • What emerges is an often-intuitive perspective on how the stocks behave Group Stocks Together 24 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 25. QHRP: Portfolio Weights • With the hierarchy tree, QHRP builds a portfolio allocation • Starting from the bottom, QHRP solves a restricted version of the minimum variance problem at each level, building upwards • The result is a set of portfolio weights that mimic a traditional minimum variance portfolio, but with notable differences Assigning Weight to Stocks 25 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 26. QHRP: Portfolio Weight Comparison • While the classical algorithm does minimize risk, sometimes it misses the point • In this example, it invests over 50% of the portfolio in just McDonalds, Coca-Cola, and Johnson & Johnson • The QHRP solution is more intuitive - it blends the weight across all 30 assets, emphasizing some (Walmart, Procter & Gamble) more than others (Chevron, Microsoft) A More Intuitive Result 26 0% 5% 10% 15% 20% 25% 30% Classical vs. Hierarchcial Minimum Variance Portfolios Hierarchical Classical © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 27. QHRP: Quantum Solver Benefits • Quantum solvers are essential to the clustering portion of QHRP • The algorithm recursively divides each cluster into two until each cluster has only one stock in it • It chooses the division by finding the separation that creates two groups whose stocks are the ‘closest together’ internally • This is a variant of the Max-Cut Problem, an NP-hard problem • For the DJIA alone, there are 1,073,741,822 ways to divide it into two groups (and that’s just the first split) • Quantum solvers are able to tackle this sort of complexity better than classical computers Where’s the Quantum? 27 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 28. Results 28 © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 29. QHRP: Results 1-Year Realized Volatilities, Diversified Futures 29 • QHRP shows lower realized volatility than both a minimum variance (MV) and a risk parity (RP) strategy on a diversified futures asset pool. • The results for both QHRP and RP are also more stable when bootstrapped than MV. © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 30. QHRP: Results Maximum Drawdown, Diversified Futures 30 QHRP shows a lower maximum drawdown than both a minimum variance (MV) and a risk parity (RP) strategy on a diversified futures asset pool. © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 31. QHRP: Results Performance, Diversified Futures 31 QHRP shows performance on par with a risk parity (RP) strategy on a diversified futures asset pool with smaller drawdowns. © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 32. QHRP: Results 1-Year Realized Volatilities, DJIA 32 • QHRP seems to require a diverse correlation structure to be most effective. • When tested on the Dow Jones Industrial Average, an index with high correlations between components, the realized volatilities are the same or higher than a minimum variance algorithm. © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL
  • 33. 33 Maxwell Rounds maxwell.rounds@1qbit.com © 2017 1QB Information Technologies. All rights reserved. STRICTLY CONFIDENTIAL