SlideShare a Scribd company logo
1 of 23
Download to read offline
Applying Deep Learning to
Financial Time Series
QuantCon Singapore
November 2016
Introduction
Founder of Noviscient – a technology-led, research and proprietary trading firm.
We apply statistical and machine learning technologies to investment management
problems.
• Experience: 20 years in finance
• Learning: BEng, MBA, MQF, PhD candidate
• Programming: Python (Matlab, C)
• Trading: Asian markets
• scott.treloar@noviscient.com
November 2016 Noviscient Pte Ltd (www.noviscient.com) 2
Introduction
In this presentation we discuss a framework for predictive trading using deep learning
• The context
• General approach to systematic trading
• The challenge (prediction)
• Machine learning and deep learning
• An approach
• Some examples
• Wrap up
November 2016 Noviscient Pte Ltd (www.noviscient.com) 3
The context: problems in traditional asset management
November 2016 Noviscient Pte Ltd (www.noviscient.com) 4
Context: drivers of change
November 2016 Noviscient Pte Ltd (www.noviscient.com) 5
The North American asset management industry is on the brink of a once-
in-a-generation shift in competitive dynamics, due to five converging trends
McKinsey: Thriving in the New Abnormal (November 2016)
• The end of 30 years of exceptional investment returns
• A shake-up in active management - a large pool of benchmark-hugging active assets
(up to $8 trillion) will be up for grabs over the next several years
• The decline in average returns will also spur a third significant trend, a boost in the
steady stream of assets moving into alternative investments
• A true digital revolution in data and analytics – firms that can deliver both investment
and operational alpha will be industry leaders in the coming years
• An era of heightened regulation increasing legal and compliance costs and raising
barriers to entry
Context: the future of asset management
November 2016 Noviscient Pte Ltd (www.noviscient.com) 6
Change is coming
November 2016 Noviscient Pte Ltd (www.noviscient.com) 7
General approach to systematic trading
Necessary conditions for a successful systematic trading business:
1. Source of trading ideas
2. Strategy development framework to review the ideas and find the edge
3. Infrastructure to execute on the edge
November 2016 Noviscient Pte Ltd (www.noviscient.com) 8
Necessary Condition 1 – source of trading ideas
November 2016 Noviscient Pte Ltd (www.noviscient.com) 9
Necessary Condition 2 – strategy development framework
Trading is an information game. We are trying to input various traditional and
alternative data sources into one or more models and combine the output to produce
an attractive portfolio return distribution.
• Choice of market instruments and trading frequency
• Development of trading rules for entry and exit and any trailing stops or profit takes
• Position-sizing and target volatility calculation
• Method for incorporation into the broader portfolio
• Robust backtesting methodology
• Approach to forward testing
All within a hypothesis-testing framework to reduce over-fitting problems
November 2016 Noviscient Pte Ltd (www.noviscient.com) 10
Necessary Condition 3 – infrastructure
November 2016 Noviscient Pte Ltd (www.noviscient.com) 11
Principles
• Cloud-hosted
• Open-source
• Single language
• Modular
• APIs
• Messaging
Digression
November 2016 Noviscient Pte Ltd (www.noviscient.com) 12
Why are we here at this conference?
• I think it is because we don’t really want to be
employees in large institutions
• Maybe we want to be our own boss, or work in
small entrepreneurial teams where we control our
own fate?
• The infrastructure for institutional-level, systematic
trading is becoming available through groups like
Quantopian and Noviscient
• We are getting to the point where we can build a
career in systematic trading
Digression
Why now for systematic trading?
Quantitative trading segments:
• Low frequency risk premia traders
• Mid frequency systematic traders
• High frequency market makers
The scarce resource for systematic
trading is not capital or infrastructure.
It is alpha generating capability.
November 2016 Noviscient Pte Ltd (www.noviscient.com) 13
Capital
(risk premia)
Ideas
(alpha)
Infrastructure
(speed)
Strategy development - the challenge
Objective
• Prediction – we want to predict the future given only the information we have today
Problems
• Inputs are unknown
• Model linking the inputs to the outputs is unknown
• Noise / signal ratio is very high
• The data generating process generating the outputs is likely to be time-varying
November 2016 Noviscient Pte Ltd (www.noviscient.com) 14
Input (t) Output (t+1)Model (t)
Enter machine learning
November 2016 Noviscient Pte Ltd (www.noviscient.com) 15
Why now?
November 2016 Noviscient Pte Ltd (www.noviscient.com) 16
Machine Learning
Algorithms
Cloud
Computing
Big Data
Current applications
November 2016 Noviscient Pte Ltd (www.noviscient.com) 17
• http://www.deeplearningbook.org/
Often quite static and benefit from big data.
Strategy development framework
Systematic trading is a very competitive space with relatively low barriers to entry.
To build a sustainable business you need a robust and differentiated approach to
identify alpha opportunities.
This means being set up to take advantage of
November 2016 Noviscient Pte Ltd (www.noviscient.com) 18
Old New
Simple data Complex data
Linear models Non-linear models
Batch processing Online processing
Static Dynamic
Dynamic Adaptive
Daemon
Why?
• Complex data – sensors, data feeds, voice …
• Non-linear processing – filtering
• Online
• Dynamic
• Adaptive
November 2016 Noviscient Pte Ltd (www.noviscient.com) 19
Some of our research areas
Recursive least square filters
• an online filter that recursively looks for coefficients that minimize a weighted linear
least squares cost function
November 2016 Noviscient Pte Ltd (www.noviscient.com) 20
Some of our research areas
Extreme learning machines
• Feedforward neural network for classification (up /
down) with a single layer of hidden nodes, where the
weights connecting inputs to hidden nodes
• Very fast – only (?) matrix inversion
• Can use with recursive least squares
November 2016 Noviscient Pte Ltd (www.noviscient.com) 21
Some of our research areas
Use of autoencoding and deep learning
• Learn a representation of the data – similar
to dimensionality reduction
• Calculate the mutual information between
the stock an its encoded / decoded
representation
• Use deep learning on a ‘smart’ subset of the
stocks to achieve a certain portfolio return
objective
November 2016 Noviscient Pte Ltd (www.noviscient.com) 22
Wrap up
• The future is systematic
• Still early days – we are on or near the
ground floor for finance applications
• We also need to go towards online, non-
linear, dynamic and adaptive
• If you want to learn more from us at
Noviscient we have the first of series of
workshops being held in Singapore on 5-6
December (see our website for details).
Questions?
November 2016 Noviscient Pte Ltd (www.noviscient.com) 23

More Related Content

What's hot

"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
 
Quantopian: Crowd-sourced Systematic Alpha
Quantopian: Crowd-sourced Systematic AlphaQuantopian: Crowd-sourced Systematic Alpha
Quantopian: Crowd-sourced Systematic AlphaQuantopian
 
Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016
Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016
Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016Quantopian
 
Crowdsource Earnings Predictions and the Quantopian Research Platform
Crowdsource Earnings Predictions and the Quantopian Research PlatformCrowdsource Earnings Predictions and the Quantopian Research Platform
Crowdsource Earnings Predictions and the Quantopian Research PlatformQuantopian
 
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
 
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...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
 
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_fall2018Quantopian
 
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlphaQuantopian
 
The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...
The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...
The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...Quantopian
 
Quantopian is Launching a Crowd-sourced Hedge Fund
Quantopian is Launching a Crowd-sourced Hedge FundQuantopian is Launching a Crowd-sourced Hedge Fund
Quantopian is Launching a Crowd-sourced Hedge Fundkelmstrom
 
Data Driven Product Management - ProductTank Boston Feb '14
Data Driven Product Management - ProductTank Boston Feb '14Data Driven Product Management - ProductTank Boston Feb '14
Data Driven Product Management - ProductTank Boston Feb '14Quantopian
 
Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13Quantopian
 
Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...
Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...
Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...Quantopian
 
"A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ...
"A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ..."A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ...
"A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ...Quantopian
 
Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...
Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...
Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...Quantopian
 
"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
 
AbleOverview 20161107
AbleOverview 20161107AbleOverview 20161107
AbleOverview 20161107Steve Krawciw
 
Qwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod WilcoxQwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod WilcoxQuantUniversity
 

What's hot (20)

"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: Crowd-sourced Systematic Alpha
Quantopian: Crowd-sourced Systematic AlphaQuantopian: Crowd-sourced Systematic Alpha
Quantopian: Crowd-sourced Systematic Alpha
 
Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016
Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016
Should You Build Your Own Backtester? by Michael Halls-Moore at QuantCon 2016
 
Crowdsource Earnings Predictions and the Quantopian Research Platform
Crowdsource Earnings Predictions and the Quantopian Research PlatformCrowdsource Earnings Predictions and the Quantopian Research Platform
Crowdsource Earnings Predictions and the Quantopian Research Platform
 
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.
 
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
Finding Alpha from Stock Buyback Announcements in the Quantopian Research Pla...
 
“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...
 
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
 
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
"Fundamental Forecasts: Methods and Timing" by Vinesh Jha, CEO of ExtractAlpha
 
The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...
The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...
The Genesis of an Order Type by Dan Aisen, Co-founder and Quantitative Develo...
 
Quantopian is Launching a Crowd-sourced Hedge Fund
Quantopian is Launching a Crowd-sourced Hedge FundQuantopian is Launching a Crowd-sourced Hedge Fund
Quantopian is Launching a Crowd-sourced Hedge Fund
 
Data Driven Product Management - ProductTank Boston Feb '14
Data Driven Product Management - ProductTank Boston Feb '14Data Driven Product Management - ProductTank Boston Feb '14
Data Driven Product Management - ProductTank Boston Feb '14
 
Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13Pairs Trading from NYC Algorithmic Trading Meetup November '13
Pairs Trading from NYC Algorithmic Trading Meetup November '13
 
Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...
Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...
Using Domain Expertise to Improve Text Analysis, Evan Schnidman, Founder and ...
 
"A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ...
"A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ..."A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ...
"A Framework-Based Approach to Building Quantitative Trading Systems" by Dr. ...
 
Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...
Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...
Algorithmic trading and Machine Learning by Michael Kearns, Professor of Comp...
 
PyData NYC 2015
PyData NYC 2015PyData NYC 2015
PyData NYC 2015
 
"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...
 
AbleOverview 20161107
AbleOverview 20161107AbleOverview 20161107
AbleOverview 20161107
 
Qwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod WilcoxQwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod Wilcox
 

Similar to "Applying Deep Learning Techniques to Financial Time Series" by Scott Treloar, Founder of Noviscient

Quantlogic product & services offering
Quantlogic product & services offeringQuantlogic product & services offering
Quantlogic product & services offeringDileep Jacob
 
Digital Transformation: Using Open Standards to Accelerate the Journey
Digital Transformation: Using Open Standards to Accelerate the JourneyDigital Transformation: Using Open Standards to Accelerate the Journey
Digital Transformation: Using Open Standards to Accelerate the JourneySriram Sabesan
 
Classification of quantitative trading strategies webinar ppt
Classification of quantitative trading strategies webinar pptClassification of quantitative trading strategies webinar ppt
Classification of quantitative trading strategies webinar pptQuantInsti
 
Enterprise Semantic Technology
Enterprise Semantic TechnologyEnterprise Semantic Technology
Enterprise Semantic TechnologyThomas Kelly, PMP
 
Quantifi newsletter Insight spring 2014
Quantifi newsletter Insight spring 2014Quantifi newsletter Insight spring 2014
Quantifi newsletter Insight spring 2014Quantifi
 
Warehouse 4.0 today´s challenge, tomorrow´s solution
Warehouse 4.0 today´s challenge, tomorrow´s solutionWarehouse 4.0 today´s challenge, tomorrow´s solution
Warehouse 4.0 today´s challenge, tomorrow´s solutionSrpska Logistička Asocijacija
 
How to make your data scientists happy
How to make your data scientists happy How to make your data scientists happy
How to make your data scientists happy Hussain Sultan
 
How to leverage a market data inventory platform for enterprise-wide gains
How to leverage a market data inventory platform for enterprise-wide gainsHow to leverage a market data inventory platform for enterprise-wide gains
How to leverage a market data inventory platform for enterprise-wide gainsLeigh Hill
 
1340 keynote minkowski_using our laptop
1340 keynote minkowski_using our laptop1340 keynote minkowski_using our laptop
1340 keynote minkowski_using our laptopRising Media, Inc.
 
Chris Nagao Resume
Chris Nagao ResumeChris Nagao Resume
Chris Nagao ResumeChris Nagao
 
Tim Bertrand (VP of Worldwide Sales, Acquia) - Building a Formula One Sales M...
Tim Bertrand (VP of Worldwide Sales, Acquia) - Building a Formula One Sales M...Tim Bertrand (VP of Worldwide Sales, Acquia) - Building a Formula One Sales M...
Tim Bertrand (VP of Worldwide Sales, Acquia) - Building a Formula One Sales M...Sales Hacker
 
ppt bahasa arab.pptx
ppt bahasa arab.pptxppt bahasa arab.pptx
ppt bahasa arab.pptxputrinazia
 
Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016
Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016
Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016Jaemi Bremner
 
How First to Value Beats First to Market: Case Studies of Fast Data Success
How First to Value Beats First to Market: Case Studies of Fast Data SuccessHow First to Value Beats First to Market: Case Studies of Fast Data Success
How First to Value Beats First to Market: Case Studies of Fast Data SuccessVoltDB
 
Managing and Using Information Systems A Strategic Approa.docx
Managing and Using Information Systems A Strategic Approa.docxManaging and Using Information Systems A Strategic Approa.docx
Managing and Using Information Systems A Strategic Approa.docxcroysierkathey
 
Presentation title.pptx
Presentation title.pptxPresentation title.pptx
Presentation title.pptxrekhasaini22
 

Similar to "Applying Deep Learning Techniques to Financial Time Series" by Scott Treloar, Founder of Noviscient (20)

Quantlogic product & services offering
Quantlogic product & services offeringQuantlogic product & services offering
Quantlogic product & services offering
 
Digital Transformation: Using Open Standards to Accelerate the Journey
Digital Transformation: Using Open Standards to Accelerate the JourneyDigital Transformation: Using Open Standards to Accelerate the Journey
Digital Transformation: Using Open Standards to Accelerate the Journey
 
Classification of quantitative trading strategies webinar ppt
Classification of quantitative trading strategies webinar pptClassification of quantitative trading strategies webinar ppt
Classification of quantitative trading strategies webinar ppt
 
Enterprise Semantic Technology
Enterprise Semantic TechnologyEnterprise Semantic Technology
Enterprise Semantic Technology
 
Quantifi newsletter Insight spring 2014
Quantifi newsletter Insight spring 2014Quantifi newsletter Insight spring 2014
Quantifi newsletter Insight spring 2014
 
Warehouse 4.0 today´s challenge, tomorrow´s solution
Warehouse 4.0 today´s challenge, tomorrow´s solutionWarehouse 4.0 today´s challenge, tomorrow´s solution
Warehouse 4.0 today´s challenge, tomorrow´s solution
 
How to make your data scientists happy
How to make your data scientists happy How to make your data scientists happy
How to make your data scientists happy
 
How to leverage a market data inventory platform for enterprise-wide gains
How to leverage a market data inventory platform for enterprise-wide gainsHow to leverage a market data inventory platform for enterprise-wide gains
How to leverage a market data inventory platform for enterprise-wide gains
 
5W+1H.pptx
5W+1H.pptx5W+1H.pptx
5W+1H.pptx
 
Applied data science in decision making in sales department
Applied data science in decision making in sales departmentApplied data science in decision making in sales department
Applied data science in decision making in sales department
 
INPUT & OUTPUT.pptx
INPUT & OUTPUT.pptxINPUT & OUTPUT.pptx
INPUT & OUTPUT.pptx
 
1340 keynote minkowski_using our laptop
1340 keynote minkowski_using our laptop1340 keynote minkowski_using our laptop
1340 keynote minkowski_using our laptop
 
Chris Nagao Resume
Chris Nagao ResumeChris Nagao Resume
Chris Nagao Resume
 
Tim Bertrand (VP of Worldwide Sales, Acquia) - Building a Formula One Sales M...
Tim Bertrand (VP of Worldwide Sales, Acquia) - Building a Formula One Sales M...Tim Bertrand (VP of Worldwide Sales, Acquia) - Building a Formula One Sales M...
Tim Bertrand (VP of Worldwide Sales, Acquia) - Building a Formula One Sales M...
 
Relexin kasvutarina
Relexin kasvutarinaRelexin kasvutarina
Relexin kasvutarina
 
ppt bahasa arab.pptx
ppt bahasa arab.pptxppt bahasa arab.pptx
ppt bahasa arab.pptx
 
Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016
Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016
Saas and Martech Impact to Modern Pricing - Haas MBA Spring 2016
 
How First to Value Beats First to Market: Case Studies of Fast Data Success
How First to Value Beats First to Market: Case Studies of Fast Data SuccessHow First to Value Beats First to Market: Case Studies of Fast Data Success
How First to Value Beats First to Market: Case Studies of Fast Data Success
 
Managing and Using Information Systems A Strategic Approa.docx
Managing and Using Information Systems A Strategic Approa.docxManaging and Using Information Systems A Strategic Approa.docx
Managing and Using Information Systems A Strategic Approa.docx
 
Presentation title.pptx
Presentation title.pptxPresentation title.pptx
Presentation title.pptx
 

More from Quantopian

Tearsheet feedback webinar 10.10.18
Tearsheet feedback webinar 10.10.18Tearsheet feedback webinar 10.10.18
Tearsheet feedback webinar 10.10.18Quantopian
 
"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 AlphaQuantopian
 
"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
 
"Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas...
"Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas..."Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas...
"Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas...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
 
"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
 
"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
 
"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
 
"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ...
"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ..."Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ...
"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ...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
 
"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
 
"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)

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...
 
"Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas...
"Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas..."Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas...
"Quant Trading for a Living – Lessons from a Life in the Trenches" by Andreas...
 
“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...
 
"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...
 
"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...
 
"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...
 
"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ...
"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ..."Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ...
"Quantum Hierarchical Risk Parity - A Quantum-Inspired Approach to Portfolio ...
 
"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...
 
"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...
 
"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

20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdf20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdfAdnet Communications
 
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Pooja Nehwal
 
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...ssifa0344
 
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptxFinTech Belgium
 
The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfGale Pooley
 
Q3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesQ3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesMarketing847413
 
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home DeliveryPooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home DeliveryPooja Nehwal
 
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 Spiritegoetzinger
 
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptxFinTech Belgium
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designsegoetzinger
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdfFinTech Belgium
 
Quarter 4- Module 3 Principles of Marketing
Quarter 4- Module 3 Principles of MarketingQuarter 4- Module 3 Principles of Marketing
Quarter 4- Module 3 Principles of MarketingMaristelaRamos12
 
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptxFinTech Belgium
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...Call Girls in Nagpur High Profile
 
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...ssifa0344
 
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With RoomVIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Roomdivyansh0kumar0
 

Recently uploaded (20)

20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdf20240417-Calibre-April-2024-Investor-Presentation.pdf
20240417-Calibre-April-2024-Investor-Presentation.pdf
 
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
Dharavi Russian callg Girls, { 09892124323 } || Call Girl In Mumbai ...
 
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
TEST BANK For Corporate Finance, 13th Edition By Stephen Ross, Randolph Weste...
 
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
02_Fabio Colombo_Accenture_MeetupDora&Cybersecurity.pptx
 
Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024Commercial Bank Economic Capsule - April 2024
Commercial Bank Economic Capsule - April 2024
 
The Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdfThe Economic History of the U.S. Lecture 17.pdf
The Economic History of the U.S. Lecture 17.pdf
 
Q3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast SlidesQ3 2024 Earnings Conference Call and Webcast Slides
Q3 2024 Earnings Conference Call and Webcast Slides
 
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(DIYA) Bhumkar Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home DeliveryPooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
 
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
 
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
 
Instant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School DesignsInstant Issue Debit Cards - School Designs
Instant Issue Debit Cards - School Designs
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
 
Quarter 4- Module 3 Principles of Marketing
Quarter 4- Module 3 Principles of MarketingQuarter 4- Module 3 Principles of Marketing
Quarter 4- Module 3 Principles of Marketing
 
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Koregaon Park Call Me 7737669865 Budget Friendly No Advance Booking
 
Veritas Interim Report 1 January–31 March 2024
Veritas Interim Report 1 January–31 March 2024Veritas Interim Report 1 January–31 March 2024
Veritas Interim Report 1 January–31 March 2024
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx
 
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
VVIP Pune Call Girls Katraj (7001035870) Pune Escorts Nearby with Complete Sa...
 
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
 
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With RoomVIP Kolkata Call Girl Jodhpur Park 👉 8250192130  Available With Room
VIP Kolkata Call Girl Jodhpur Park 👉 8250192130 Available With Room
 

"Applying Deep Learning Techniques to Financial Time Series" by Scott Treloar, Founder of Noviscient

  • 1. Applying Deep Learning to Financial Time Series QuantCon Singapore November 2016
  • 2. Introduction Founder of Noviscient – a technology-led, research and proprietary trading firm. We apply statistical and machine learning technologies to investment management problems. • Experience: 20 years in finance • Learning: BEng, MBA, MQF, PhD candidate • Programming: Python (Matlab, C) • Trading: Asian markets • scott.treloar@noviscient.com November 2016 Noviscient Pte Ltd (www.noviscient.com) 2
  • 3. Introduction In this presentation we discuss a framework for predictive trading using deep learning • The context • General approach to systematic trading • The challenge (prediction) • Machine learning and deep learning • An approach • Some examples • Wrap up November 2016 Noviscient Pte Ltd (www.noviscient.com) 3
  • 4. The context: problems in traditional asset management November 2016 Noviscient Pte Ltd (www.noviscient.com) 4
  • 5. Context: drivers of change November 2016 Noviscient Pte Ltd (www.noviscient.com) 5 The North American asset management industry is on the brink of a once- in-a-generation shift in competitive dynamics, due to five converging trends McKinsey: Thriving in the New Abnormal (November 2016) • The end of 30 years of exceptional investment returns • A shake-up in active management - a large pool of benchmark-hugging active assets (up to $8 trillion) will be up for grabs over the next several years • The decline in average returns will also spur a third significant trend, a boost in the steady stream of assets moving into alternative investments • A true digital revolution in data and analytics – firms that can deliver both investment and operational alpha will be industry leaders in the coming years • An era of heightened regulation increasing legal and compliance costs and raising barriers to entry
  • 6. Context: the future of asset management November 2016 Noviscient Pte Ltd (www.noviscient.com) 6
  • 7. Change is coming November 2016 Noviscient Pte Ltd (www.noviscient.com) 7
  • 8. General approach to systematic trading Necessary conditions for a successful systematic trading business: 1. Source of trading ideas 2. Strategy development framework to review the ideas and find the edge 3. Infrastructure to execute on the edge November 2016 Noviscient Pte Ltd (www.noviscient.com) 8
  • 9. Necessary Condition 1 – source of trading ideas November 2016 Noviscient Pte Ltd (www.noviscient.com) 9
  • 10. Necessary Condition 2 – strategy development framework Trading is an information game. We are trying to input various traditional and alternative data sources into one or more models and combine the output to produce an attractive portfolio return distribution. • Choice of market instruments and trading frequency • Development of trading rules for entry and exit and any trailing stops or profit takes • Position-sizing and target volatility calculation • Method for incorporation into the broader portfolio • Robust backtesting methodology • Approach to forward testing All within a hypothesis-testing framework to reduce over-fitting problems November 2016 Noviscient Pte Ltd (www.noviscient.com) 10
  • 11. Necessary Condition 3 – infrastructure November 2016 Noviscient Pte Ltd (www.noviscient.com) 11 Principles • Cloud-hosted • Open-source • Single language • Modular • APIs • Messaging
  • 12. Digression November 2016 Noviscient Pte Ltd (www.noviscient.com) 12 Why are we here at this conference? • I think it is because we don’t really want to be employees in large institutions • Maybe we want to be our own boss, or work in small entrepreneurial teams where we control our own fate? • The infrastructure for institutional-level, systematic trading is becoming available through groups like Quantopian and Noviscient • We are getting to the point where we can build a career in systematic trading
  • 13. Digression Why now for systematic trading? Quantitative trading segments: • Low frequency risk premia traders • Mid frequency systematic traders • High frequency market makers The scarce resource for systematic trading is not capital or infrastructure. It is alpha generating capability. November 2016 Noviscient Pte Ltd (www.noviscient.com) 13 Capital (risk premia) Ideas (alpha) Infrastructure (speed)
  • 14. Strategy development - the challenge Objective • Prediction – we want to predict the future given only the information we have today Problems • Inputs are unknown • Model linking the inputs to the outputs is unknown • Noise / signal ratio is very high • The data generating process generating the outputs is likely to be time-varying November 2016 Noviscient Pte Ltd (www.noviscient.com) 14 Input (t) Output (t+1)Model (t)
  • 15. Enter machine learning November 2016 Noviscient Pte Ltd (www.noviscient.com) 15
  • 16. Why now? November 2016 Noviscient Pte Ltd (www.noviscient.com) 16 Machine Learning Algorithms Cloud Computing Big Data
  • 17. Current applications November 2016 Noviscient Pte Ltd (www.noviscient.com) 17 • http://www.deeplearningbook.org/ Often quite static and benefit from big data.
  • 18. Strategy development framework Systematic trading is a very competitive space with relatively low barriers to entry. To build a sustainable business you need a robust and differentiated approach to identify alpha opportunities. This means being set up to take advantage of November 2016 Noviscient Pte Ltd (www.noviscient.com) 18 Old New Simple data Complex data Linear models Non-linear models Batch processing Online processing Static Dynamic Dynamic Adaptive
  • 19. Daemon Why? • Complex data – sensors, data feeds, voice … • Non-linear processing – filtering • Online • Dynamic • Adaptive November 2016 Noviscient Pte Ltd (www.noviscient.com) 19
  • 20. Some of our research areas Recursive least square filters • an online filter that recursively looks for coefficients that minimize a weighted linear least squares cost function November 2016 Noviscient Pte Ltd (www.noviscient.com) 20
  • 21. Some of our research areas Extreme learning machines • Feedforward neural network for classification (up / down) with a single layer of hidden nodes, where the weights connecting inputs to hidden nodes • Very fast – only (?) matrix inversion • Can use with recursive least squares November 2016 Noviscient Pte Ltd (www.noviscient.com) 21
  • 22. Some of our research areas Use of autoencoding and deep learning • Learn a representation of the data – similar to dimensionality reduction • Calculate the mutual information between the stock an its encoded / decoded representation • Use deep learning on a ‘smart’ subset of the stocks to achieve a certain portfolio return objective November 2016 Noviscient Pte Ltd (www.noviscient.com) 22
  • 23. Wrap up • The future is systematic • Still early days – we are on or near the ground floor for finance applications • We also need to go towards online, non- linear, dynamic and adaptive • If you want to learn more from us at Noviscient we have the first of series of workshops being held in Singapore on 5-6 December (see our website for details). Questions? November 2016 Noviscient Pte Ltd (www.noviscient.com) 23