SlideShare ist ein Scribd-Unternehmen logo
1 von 51
Downloaden Sie, um offline zu lesen
The Hunt For Alpha AmongThe Hunt For Alpha Among
Alternative Data SourcesAlternative Data Sources
QuantCon Singapore – 11QuantCon Singapore – 11thth
November 2016November 2016
Michael Halls-MooreMichael Halls-Moore
QuantStart.comQuantStart.com
Talk OutlineTalk Outline
● About QuantStart
● Our goal as quant traders
● The problem of Alpha Decay
● Alpha from new data sources
● Which new data sources?
● Tools to quantify new data sources
● Alpha-generating strategies based on new data
● Where to go from here?
About QuantStart.comAbout QuantStart.com
About QuantStart.comAbout QuantStart.com
● QuantStart was founded in 2012
● Educational portal for quantitative trading
● Talks about algo trading, backtesting and machine learning
● Mainly Python and open-source backtesting
● My background is originally in:
– Computational Fluid Dynamics (CFD) research
– Quantitative development at small London quant fund
Our Goal as Quant TradersOur Goal as Quant Traders
The Hunt for AlphaThe Hunt for Alpha
● Our goal is to search for “alpha”
● Alpha is a new stream of returns uncorrelated with other
“known” sources of returns
● Purely, it is a function applied to a time series that produces
predictions/weights of assets for the next time-
period/rebalance Roughly the “strategy”→
● The main idea is to look for approaches that others don't
know about otherwise it's not “alpha”
The Problem – Alpha DecayThe Problem – Alpha Decay
Alpha DecayAlpha Decay
● Very cheap to get quality asset pricing and fundamentals data
● Easy to “wrangle” data into the correct format
● Can analyse thousands of strategies with cloud computing
● Diffusion of information and “democratisation” of technology
ensures faster “alpha decay”
● Need to look for alpha elsewhere
– Alternative data sources!
The Solution – Alternative DataThe Solution – Alternative Data
Alternative DataAlternative Data
● New alpha can be found in alternative data
● Quant funds, family offices and prop trading desks are already
using it successfully
● Standard practice for retail quants within next five years
● Those who don't use it will be on the wrong side of the
informational edge
What Data Sources are Available?What Data Sources are Available?
● Satellite data - Visual, IR
● Aerial/drone data – Visual, LiDAR, IR
● Social media data – Blogs, FB, Twitter, Instagram, Reddit...
● Internet-of-Things data – Smartphones, car logs, sensors
● Energy supply/demand data – Oil, natural gas, consumer demand
● Weather data – Wind, temperature, rainfall
● Automated email receipts - E-commerce purchases
● Geolocation monitoring - Shipping, airline and freight locations
● Many, many more...
Alternative Data ExamplesAlternative Data Examples
Remote Observation Data AbundanceRemote Observation Data Abundance
● Satellite imagery and aerial drones
● Multiple EM wavelengths → “Hyperspectral”
● Microsats becoming cheaper to develop and launch
● Drones are cheap to build, fly and collect data with
● Vendors offering frequent high-resolution observation data
from both at low(ish) cost
Remote Observation Data UsesRemote Observation Data Uses
● Estimating oil volume by calculating oil storage floating-tank
height with their shadows
● Air and marine freight traffic location determination
● Counting cars in retail car parking lots to estimate sales
● Hyperspectral crop yield estimation for “softs” trading
● Estimating mining yields via LiDAR volume calculation
● Previously this data had to be collected in-person, by hand
Oil Depot Floating Tank Shadow HeightOil Depot Floating Tank Shadow Height
Source: DigitalGlobe Inc.Source: DigitalGlobe Inc.
Mining Yields from Raw Material StockpilesMining Yields from Raw Material Stockpiles
Crop Yields via “AgTech” Drone UsageCrop Yields via “AgTech” Drone Usage
Sentiment AnalysisSentiment Analysis
● Numerous vendors – Gnip, DataSift, Quandl, AlchemyAPI
● Provides access to thousands of news sources as well as
Disqus, FB, Instagram, Reddit, Twitter, YouTube and more
● Datasets are large YouTube added 1PB→ per day in 2015
● Often used for equities returns prediction through news,
tweets and earnings reports
● Challenging to make effective strategy!
Sentiment Analysis ChallengesSentiment Analysis Challenges
● Rapidity: Requires fast trade execution after receipt of news
● Relevance: Which equities does news affect and how much?
– e.g. new Tesla car release impacts Ford, GM, Google
● Categorisation: Each category has variable market response
– e.g. surprise earnings vs legal battle
● Novelty: Market only moves if news not “priced in”
– Must account for relative value of news
News API VendorsNews API Vendors
Sentiment Analysis API VendorsSentiment Analysis API Vendors
Internet-of-Things (IoT) DataInternet-of-Things (IoT) Data
● Smartphones, GPS, sensors All→ internet-connected
● Huge impact in O&G/energy, AgTech, healthcare and insurance
● Vendors beginning to anonymise and sell data
● Hedge funds are first to exploit alpha in these datasets
– e.g. Consumer footfall via GPS/smartphones for retail sales
estimation ahead of analyst expectations
Energy and Weather DataEnergy and Weather Data
● Physical weather data and energy supply/demand
● Funds/banks use this to trade commodity futures, cat bonds
and weather derivatives
– One example is London-based Cumulus fund
– Reported to be able to predict weather better than Met Office
● Many companies rely on favourable weather for revenue
– Retail, adventure sports, agriculture, energy
– Motivates earnings-based trading ideas
E-Commerce Purchase Receipts DataE-Commerce Purchase Receipts Data
● Some startups have indirect visibility into email inboxes
– Gmail, productivity apps, to-do apps
● Vendors now provide millions of anonymised emails as data
● Trading strategy estimates quarterly revenues from email
purchase receipts and trades when expectations differ
● Quandl.com talks about this at length in blog posts
Pros and ConsPros and Cons
Advantages of Alternative DataAdvantages of Alternative Data
● Good signal-to-noise ratio compared to pricing data
● Often uncorrelated to other financial data sources
● Many off-the-shelf techniques available to quantify the data
● Competitive advantage once 'data pipeline' is built and tested
● New data sources appear frequently
● Retail traders can compete with funds in niches
– Open source data science tools freely available
– Compute power in the cloud is cheap
Disadvantages of Alternative DataDisadvantages of Alternative Data
● Often non-quantitative – Video, imagery, text
● Extremely high-dimensional – Video, imagery, text
● Unstructured/hierarchical – no key-value schema
● Missing values – Interpolation or imputation required
● Data vendors all have differing formats
● Data vendor quality is highly variable
● Some datasets can be prohibitively expensive for retail
Alternative Data for Quant TradingAlternative Data for Quant Trading
● Prediction: Volume, volatility, returns?
● Liquidity: Can you actually trade on it?
● Timeframe: HF microstructure or longer-term macro trends?
● Exclusivity: Too many users causes alpha decay
● Domain Expertise: Can data be used “out of the box”?
● Consistency: Does the data format change over time?
Overcoming Alternative Data ChallengesOvercoming Alternative Data Challenges
● Alternative data can be terabytes or petabytes in size
● Often requires quantification through vectorisation
● Software and algorithms need to be highly parallelisable
● “Big Data” era requires new data science tools
– Storage/Processing: AWS S3, Hadoop, HDF5, MapD
– Analysis: Machine Learning
Machine LearningMachine Learning
Machine LearningMachine Learning
● A mechanism for extracting useful signals from alternative data
● Learns model from the data
– Not pre-programmed “if-then-else” rules
● Main goals are prediction and classification
● Machine learning is pervasive in quant finance
● Three main areas:
– Supervised Learning: Asset Price Prediction, Trade Parameter Optimisation
– Unsupervised Learning: Factor Analysis, Portfolio Clustering
– Reinforcement Learning: Optimising execution algos
Supervised LearningSupervised Learning
● Attempt to match inputs with known outputs
– Predicting tomorrow's stock price from the previous ten days of prices
– Classifying a text document into a set of known categories
● Advantage:
– State-of-the-art for classification tasks in alternative data
● Disadvantages:
– Data must be labelled, which is costly
– Prone to overfitting – performance might not generalise
– Requires substantial training data to perform well
Unsupervised LearningUnsupervised Learning
● Find useful structure in the data – no “outputs”
– Which equity returns tend to cluster together?
– Which factors drive equity returns?
● Advantages:
– Most data in the world is unlabelled so UL is widely applicable
– Used to reduce dimensionality of high-dimensional alternative data
● Disadvantage:
– Lack of consistent evaluation mechanism makes it hard to know if
algorithm is effective
Reinforcement LearningReinforcement Learning
● Agent interacting with environment via actions and rewards
● More challenging than supervised and unsupervised learning
● Has recently become very famous due to DeepMind success on
Atari 2600 games and AlphaGo competition
● Recent promise has prompted many to apply it to quant trading
– Stochastic environment and noisy reward signal make it tricky
– Is used in execution algo optimisation (discussed here at QuantCon!)
Deep LearningDeep Learning
● Deep learning is a state-of-the-art machine learning technique
● It involves 'deep' neural networks with many 'hidden' layers
● Allows feature extraction that other ML methods can't achieve
● Primary method for extracting signal from alternative data
● Advantages:
– Usually the 'best' method to extract signal for image, text or audio datasets
● Disadvantages:
– Steep learning curve, requires a good background in ML
– Significant trial-and-error needed to achieve best results
Analysing Alternative DataAnalysing Alternative Data
Quantification of Alternative DataQuantification of Alternative Data
● Quantification Steps:
– Vectorise the data into numerical form
– Reduce the dimensionality of the data
– Scale the data to make it comparable across different datasets
● Image/Video:
– Convert each pixel into grayscale [0, 1] intensity value vector
● Text:
– Each word is a dimension representing weighted frequency in a
document (TF-IDF)
Image VectorisationImage Vectorisation
● 14x14 greyscale image converted into 196-dimensional vector
Data Science Tools for Exploratory AnalysisData Science Tools for Exploratory Analysis
● Freely-available open-source tools
are best for the job
– Top-tier quant funds, big Silicon Valley
firms, data scientists and retail traders
● Python
– Anaconda Research environment→
– NumPy/Pandas Data wrangling→
– Scikit-Learn Unified SL and UL API→
– TensorFlow Deep Learning→
● Goal: Check data for alpha!
Compute Power via The CloudCompute Power via The Cloud
● Previously it was expensive to get
access to highly-parallelised
supercomputing
● Required complex HPC machines with
many CPU cores
● GPUs and cloud vendors have
changed the economics significantly
● GPU compute power in the cloud
– Amazon EC2 p2.xlarge instance -
$0.90/hr
– Amazon EC2 p2.16xlarge instance -
$14.40/hr
Quant Trading on Alternative DataQuant Trading on Alternative Data
Quant Trading on Alternative DataQuant Trading on Alternative Data
● Must have underlying economic rationale for strategy
● Model the factors that move asset prices:
– Supply/Demand Physical, statistical, network/graph models→
– Market Sentiment Text, news, social sentiment analysis models→
● Generate better estimates than “the market”
● Ensure model produces alpha-generating predictions
– Accounting for liquidity constraints and transaction costs
Low-Frequency Oil ModelLow-Frequency Oil Model
Oil Model SketchOil Model Sketch
● Attempt to model major drivers of the oil price via alternative data sources
– Specifically supply/demand imbalance and market sentiment
– Alpha should decay slowly as model will be tricky to replicate
● Trading strategy is likely to work:
– Current oil inventory data is based on estimates
– Estimates have varying levels of quality and truthfulness across regions
– We can generate better estimates via alternative data
● Trade weekly when our predictions differ from market expectations
– Oil futures CL→
– Oil ETFs USO, XOP, UCO→
Oil Price Drivers EstimationOil Price Drivers Estimation
● Estimating Supply:
– Satellite: Global oil depot tank classification and volume
– Satellite: US domestic fracking output Indirectly via transportation→
data (e.g. counting tanker-wagons on freight trains via satellite)
– Geolocation: MarineTraffic.com for oil tanker locations/destinations
● Estimating Demand:
– Economics: Population models, cars per household, freight truck usage,
avg miles driven, efficiency of cars, local gasoline taxation
● Estimating Sentiment:
– OPEC/trading sentiment via Twitter, media and research reports
High-Frequency Weather ModelHigh-Frequency Weather Model
Weather Model SketchWeather Model Sketch
● Attempt to model major drivers of weather derivatives via alternative data
– Alpha is generated through better predictions at intraday frequencies
– Must be able to predict local weather to an extremely high accuracy
– Strategy likely to require a small data-science/quant/developer team
● For accurate temperature/rainfall prediction at major cities we can combine:
– Numerical Weather Prediction (NWP) model and statistical ensemble of forecasts
– Entity extraction/sentiment analysis from social/text sources in geo-referenced posts
● Can create portfolio of weather derivatives to bet on predictions
– CMEGroup provides futures/options for larger US cities as well as London and Amsterdam
Weather Derivatives Model DetailsWeather Derivatives Model Details
● Backtesting will be challenging:
– Potential illiquidity of weather derivatives
– Market impact is tough to simulate
– Combining NWP with statistical ensemble intraday will require
sophisticated HPC infrastructure
● Advantages:
– Capacity constraint of assets limit it to smaller funds or small team
– Alpha will likely decay slowly as it requires expertise in many areas
Where To Go From Here?Where To Go From Here?
Where To Go From Here?Where To Go From Here?
● Beginner Data Science Tutorials:
– Scikit-Learn: http://scikit-learn.org/stable/tutorial
– TensorFlow: https://www.tensorflow.org/tutorials
– Kaggle/Quantopian: Practice, practice, practice!
● Data Vendors:
– Quandl, Gnip, DataSift, AlchemyAPI, PyschSignal
– Forecast.io, NOAA, FlightRadar24, MarineTraffic
● Compute Power:
– Buy Nvidia Titan X GPU $1200→
– Rent p2.xlarge Amazon EC2 instance ~$670/month→
Thank you!Thank you!
Q&A?Q&A?

Weitere ähnliche Inhalte

Was ist angesagt?

Itg investor presentation_1mar16 web
Itg investor presentation_1mar16 webItg investor presentation_1mar16 web
Itg investor presentation_1mar16 webInvestment_Tech_Group
 
Aly presentation nov 2017
Aly presentation nov 2017Aly presentation nov 2017
Aly presentation nov 2017Capitalcube CC
 
ITG Investor Presentation February 2014
ITG Investor Presentation February 2014ITG Investor Presentation February 2014
ITG Investor Presentation February 2014Investment_Tech_Group
 
Careers in Finance for Tech Graduates
Careers in Finance for Tech GraduatesCareers in Finance for Tech Graduates
Careers in Finance for Tech GraduatesQuantInsti
 
Marketwall update oct 2015 public
Marketwall update oct 2015 publicMarketwall update oct 2015 public
Marketwall update oct 2015 publicVikram kanghati
 
AbleOverview 20161107
AbleOverview 20161107AbleOverview 20161107
AbleOverview 20161107Steve Krawciw
 
ICIC 2014 The Information World Doesn’t Stop at Patents!
ICIC 2014 The Information World Doesn’t Stop at Patents! ICIC 2014 The Information World Doesn’t Stop at Patents!
ICIC 2014 The Information World Doesn’t Stop at Patents! Dr. Haxel Consult
 
Qwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod WilcoxQwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod WilcoxQuantUniversity
 
Fraudulent credit card cash-out detection On Graphs
Fraudulent credit card cash-out detection On GraphsFraudulent credit card cash-out detection On Graphs
Fraudulent credit card cash-out detection On GraphsTigerGraph
 

Was ist angesagt? (18)

Itg investor-presentation05may16
Itg investor-presentation05may16Itg investor-presentation05may16
Itg investor-presentation05may16
 
Itg investor presentation_01june16
Itg investor presentation_01june16Itg investor presentation_01june16
Itg investor presentation_01june16
 
Itg investor presentation 12feb16
Itg investor presentation 12feb16Itg investor presentation 12feb16
Itg investor presentation 12feb16
 
Itg investor presentation_1mar16 web
Itg investor presentation_1mar16 webItg investor presentation_1mar16 web
Itg investor presentation_1mar16 web
 
Itg investor presentation_30apr15
Itg investor presentation_30apr15Itg investor presentation_30apr15
Itg investor presentation_30apr15
 
Aly presentation nov 2017
Aly presentation nov 2017Aly presentation nov 2017
Aly presentation nov 2017
 
Itg investor ppt 20 march17 final
Itg investor ppt 20 march17 finalItg investor ppt 20 march17 final
Itg investor ppt 20 march17 final
 
Itg investor ppt 11 sept18 final
Itg investor ppt 11 sept18 finalItg investor ppt 11 sept18 final
Itg investor ppt 11 sept18 final
 
ITG Investor Presentation February 2014
ITG Investor Presentation February 2014ITG Investor Presentation February 2014
ITG Investor Presentation February 2014
 
Careers in Finance for Tech Graduates
Careers in Finance for Tech GraduatesCareers in Finance for Tech Graduates
Careers in Finance for Tech Graduates
 
Marketwall update oct 2015 public
Marketwall update oct 2015 publicMarketwall update oct 2015 public
Marketwall update oct 2015 public
 
AbleOverview 20161107
AbleOverview 20161107AbleOverview 20161107
AbleOverview 20161107
 
Relexin kasvutarina
Relexin kasvutarinaRelexin kasvutarina
Relexin kasvutarina
 
AlgoBit - One Pager
AlgoBit - One PagerAlgoBit - One Pager
AlgoBit - One Pager
 
ICIC 2014 The Information World Doesn’t Stop at Patents!
ICIC 2014 The Information World Doesn’t Stop at Patents! ICIC 2014 The Information World Doesn’t Stop at Patents!
ICIC 2014 The Information World Doesn’t Stop at Patents!
 
Qwafafew meeting 4
Qwafafew meeting 4Qwafafew meeting 4
Qwafafew meeting 4
 
Qwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod WilcoxQwafafew meeting - July 2020 - Jarrod Wilcox
Qwafafew meeting - July 2020 - Jarrod Wilcox
 
Fraudulent credit card cash-out detection On Graphs
Fraudulent credit card cash-out detection On GraphsFraudulent credit card cash-out detection On Graphs
Fraudulent credit card cash-out detection On Graphs
 

Ähnlich wie "The Hunt For Alpha Among Alternative Data Sources" by Dr. Michael Halls-Moore, Founder of QuantStart.com

Large Scale Graph Processing & Machine Learning Algorithms for Payment Fraud ...
Large Scale Graph Processing & Machine Learning Algorithms for Payment Fraud ...Large Scale Graph Processing & Machine Learning Algorithms for Payment Fraud ...
Large Scale Graph Processing & Machine Learning Algorithms for Payment Fraud ...DataWorks Summit
 
Big data analytics presented at meetup big data for decision makers
Big data analytics presented at meetup big data for decision makersBig data analytics presented at meetup big data for decision makers
Big data analytics presented at meetup big data for decision makersRuhollah Farchtchi
 
Big Data overview
Big Data overviewBig Data overview
Big Data overviewalexisroos
 
[Strata NYC 2019] Turning big data into knowledge: Managing metadata and data...
[Strata NYC 2019] Turning big data into knowledge: Managing metadata and data...[Strata NYC 2019] Turning big data into knowledge: Managing metadata and data...
[Strata NYC 2019] Turning big data into knowledge: Managing metadata and data...Kaan Onuk
 
Skylads - Big Data for Telcos
Skylads - Big Data for TelcosSkylads - Big Data for Telcos
Skylads - Big Data for TelcosXavier Litt
 
Hedge Fund case study solution - Credit default swaps execution system and Gr...
Hedge Fund case study solution - Credit default swaps execution system and Gr...Hedge Fund case study solution - Credit default swaps execution system and Gr...
Hedge Fund case study solution - Credit default swaps execution system and Gr...Naveen Kumar
 
UNIT - 1 : Part 1: Data Warehousing and Data Mining
UNIT - 1 : Part 1: Data Warehousing and Data MiningUNIT - 1 : Part 1: Data Warehousing and Data Mining
UNIT - 1 : Part 1: Data Warehousing and Data MiningNandakumar P
 
Capturing online customer data to create better insights and targeted actions...
Capturing online customer data to create better insights and targeted actions...Capturing online customer data to create better insights and targeted actions...
Capturing online customer data to create better insights and targeted actions...yalisassoon
 
Real-Time With AI – The Convergence Of Big Data And AI by Colin MacNaughton
Real-Time With AI – The Convergence Of Big Data And AI by Colin MacNaughtonReal-Time With AI – The Convergence Of Big Data And AI by Colin MacNaughton
Real-Time With AI – The Convergence Of Big Data And AI by Colin MacNaughtonSynerzip
 
10 Lessons Learned from Meeting with 150 Banks Across the Globe
10 Lessons Learned from Meeting with 150 Banks Across the Globe10 Lessons Learned from Meeting with 150 Banks Across the Globe
10 Lessons Learned from Meeting with 150 Banks Across the GlobeDataWorks Summit
 
Turning big data to business outcomes
Turning big data to business outcomes Turning big data to business outcomes
Turning big data to business outcomes Rolta
 
Big Data LDN 2018: DATA MANAGEMENT AUTOMATION AND THE INFORMATION SUPPLY CHAI...
Big Data LDN 2018: DATA MANAGEMENT AUTOMATION AND THE INFORMATION SUPPLY CHAI...Big Data LDN 2018: DATA MANAGEMENT AUTOMATION AND THE INFORMATION SUPPLY CHAI...
Big Data LDN 2018: DATA MANAGEMENT AUTOMATION AND THE INFORMATION SUPPLY CHAI...Matt Stubbs
 
Google Cloud Machine Learning
 Google Cloud Machine Learning  Google Cloud Machine Learning
Google Cloud Machine Learning India Quotient
 
BigDataFinal.pptx
BigDataFinal.pptxBigDataFinal.pptx
BigDataFinal.pptxPentaTech
 
Stora Enso&Wipro - Stora Enso Rethinks Supply Chain - ProcessForum Nordic, No...
Stora Enso&Wipro - Stora Enso Rethinks Supply Chain - ProcessForum Nordic, No...Stora Enso&Wipro - Stora Enso Rethinks Supply Chain - ProcessForum Nordic, No...
Stora Enso&Wipro - Stora Enso Rethinks Supply Chain - ProcessForum Nordic, No...Software AG
 
Slash n 2018 - Just In Time Personalization
Slash n  2018 - Just In Time Personalization Slash n  2018 - Just In Time Personalization
Slash n 2018 - Just In Time Personalization FlipkartStories
 
Strategyzing big data in telco industry
Strategyzing big data in telco industryStrategyzing big data in telco industry
Strategyzing big data in telco industryParviz Iskhakov
 

Ähnlich wie "The Hunt For Alpha Among Alternative Data Sources" by Dr. Michael Halls-Moore, Founder of QuantStart.com (20)

Large Scale Graph Processing & Machine Learning Algorithms for Payment Fraud ...
Large Scale Graph Processing & Machine Learning Algorithms for Payment Fraud ...Large Scale Graph Processing & Machine Learning Algorithms for Payment Fraud ...
Large Scale Graph Processing & Machine Learning Algorithms for Payment Fraud ...
 
Big data analytics presented at meetup big data for decision makers
Big data analytics presented at meetup big data for decision makersBig data analytics presented at meetup big data for decision makers
Big data analytics presented at meetup big data for decision makers
 
Big Data overview
Big Data overviewBig Data overview
Big Data overview
 
[Strata NYC 2019] Turning big data into knowledge: Managing metadata and data...
[Strata NYC 2019] Turning big data into knowledge: Managing metadata and data...[Strata NYC 2019] Turning big data into knowledge: Managing metadata and data...
[Strata NYC 2019] Turning big data into knowledge: Managing metadata and data...
 
Skylads - Big Data for Telcos
Skylads - Big Data for TelcosSkylads - Big Data for Telcos
Skylads - Big Data for Telcos
 
Hedge Fund case study solution - Credit default swaps execution system and Gr...
Hedge Fund case study solution - Credit default swaps execution system and Gr...Hedge Fund case study solution - Credit default swaps execution system and Gr...
Hedge Fund case study solution - Credit default swaps execution system and Gr...
 
UNIT - 1 : Part 1: Data Warehousing and Data Mining
UNIT - 1 : Part 1: Data Warehousing and Data MiningUNIT - 1 : Part 1: Data Warehousing and Data Mining
UNIT - 1 : Part 1: Data Warehousing and Data Mining
 
Capturing online customer data to create better insights and targeted actions...
Capturing online customer data to create better insights and targeted actions...Capturing online customer data to create better insights and targeted actions...
Capturing online customer data to create better insights and targeted actions...
 
Active Learning for Fraud Prevention
Active Learning for Fraud PreventionActive Learning for Fraud Prevention
Active Learning for Fraud Prevention
 
Real-Time With AI – The Convergence Of Big Data And AI by Colin MacNaughton
Real-Time With AI – The Convergence Of Big Data And AI by Colin MacNaughtonReal-Time With AI – The Convergence Of Big Data And AI by Colin MacNaughton
Real-Time With AI – The Convergence Of Big Data And AI by Colin MacNaughton
 
10 Lessons Learned from Meeting with 150 Banks Across the Globe
10 Lessons Learned from Meeting with 150 Banks Across the Globe10 Lessons Learned from Meeting with 150 Banks Across the Globe
10 Lessons Learned from Meeting with 150 Banks Across the Globe
 
Turning big data to business outcomes
Turning big data to business outcomes Turning big data to business outcomes
Turning big data to business outcomes
 
Big Data LDN 2018: DATA MANAGEMENT AUTOMATION AND THE INFORMATION SUPPLY CHAI...
Big Data LDN 2018: DATA MANAGEMENT AUTOMATION AND THE INFORMATION SUPPLY CHAI...Big Data LDN 2018: DATA MANAGEMENT AUTOMATION AND THE INFORMATION SUPPLY CHAI...
Big Data LDN 2018: DATA MANAGEMENT AUTOMATION AND THE INFORMATION SUPPLY CHAI...
 
Taming Big Data With Modern Software Architecture
Taming Big Data  With Modern Software ArchitectureTaming Big Data  With Modern Software Architecture
Taming Big Data With Modern Software Architecture
 
Google Cloud Machine Learning
 Google Cloud Machine Learning  Google Cloud Machine Learning
Google Cloud Machine Learning
 
BigDataFinal.pptx
BigDataFinal.pptxBigDataFinal.pptx
BigDataFinal.pptx
 
Stora Enso&Wipro - Stora Enso Rethinks Supply Chain - ProcessForum Nordic, No...
Stora Enso&Wipro - Stora Enso Rethinks Supply Chain - ProcessForum Nordic, No...Stora Enso&Wipro - Stora Enso Rethinks Supply Chain - ProcessForum Nordic, No...
Stora Enso&Wipro - Stora Enso Rethinks Supply Chain - ProcessForum Nordic, No...
 
Slash n 2018 - Just In Time Personalization
Slash n  2018 - Just In Time Personalization Slash n  2018 - Just In Time Personalization
Slash n 2018 - Just In Time Personalization
 
Strategyzing big data in telco industry
Strategyzing big data in telco industryStrategyzing big data in telco industry
Strategyzing big data in telco industry
 
Machine Learning For Stock Broking
Machine Learning For Stock BrokingMachine Learning For Stock Broking
Machine Learning For Stock Broking
 

Mehr von 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_fall2018Quantopian
 
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
 
"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
 
"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
 
"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
 
"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
 
"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
 
"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
 

Mehr von 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,...
 
"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...
 
"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
 
"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...
 
"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...
 
"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. ...
 
"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 ...
 

Kürzlich hochgeladen

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
 
(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
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfGale Pooley
 
The Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdfThe Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdfGale Pooley
 
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...dipikadinghjn ( Why You Choose Us? ) Escorts
 
The Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdfThe Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdfGale Pooley
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptxFinTech Belgium
 
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
 
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
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
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfGale Pooley
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...ssifa0344
 
The Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfThe Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfGale Pooley
 
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Vinodha Devi
 
The Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdfThe Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdfGale Pooley
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...dipikadinghjn ( Why You Choose Us? ) Escorts
 

Kürzlich hochgeladen (20)

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
 
(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...
 
The Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdfThe Economic History of the U.S. Lecture 22.pdf
The Economic History of the U.S. Lecture 22.pdf
 
The Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdfThe Economic History of the U.S. Lecture 26.pdf
The Economic History of the U.S. Lecture 26.pdf
 
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
VIP Independent Call Girls in Bandra West 🌹 9920725232 ( Call Me ) Mumbai Esc...
 
The Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdfThe Economic History of the U.S. Lecture 25.pdf
The Economic History of the U.S. Lecture 25.pdf
 
00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx00_Main ppt_MeetupDORA&CyberSecurity.pptx
00_Main ppt_MeetupDORA&CyberSecurity.pptx
 
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 ...
 
(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7
(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7
(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7
 
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
 
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
 
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANIKA) Budhwar Peth Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
The Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdfThe Economic History of the U.S. Lecture 20.pdf
The Economic History of the U.S. Lecture 20.pdf
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
 
The Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfThe Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdf
 
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
 
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Shivane  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Shivane 6297143586 Call Hot Indian Gi...
 
Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.Gurley shaw Theory of Monetary Economics.
Gurley shaw Theory of Monetary Economics.
 
The Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdfThe Economic History of the U.S. Lecture 18.pdf
The Economic History of the U.S. Lecture 18.pdf
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
 

"The Hunt For Alpha Among Alternative Data Sources" by Dr. Michael Halls-Moore, Founder of QuantStart.com

  • 1. The Hunt For Alpha AmongThe Hunt For Alpha Among Alternative Data SourcesAlternative Data Sources QuantCon Singapore – 11QuantCon Singapore – 11thth November 2016November 2016 Michael Halls-MooreMichael Halls-Moore QuantStart.comQuantStart.com
  • 2. Talk OutlineTalk Outline ● About QuantStart ● Our goal as quant traders ● The problem of Alpha Decay ● Alpha from new data sources ● Which new data sources? ● Tools to quantify new data sources ● Alpha-generating strategies based on new data ● Where to go from here?
  • 4. About QuantStart.comAbout QuantStart.com ● QuantStart was founded in 2012 ● Educational portal for quantitative trading ● Talks about algo trading, backtesting and machine learning ● Mainly Python and open-source backtesting ● My background is originally in: – Computational Fluid Dynamics (CFD) research – Quantitative development at small London quant fund
  • 5. Our Goal as Quant TradersOur Goal as Quant Traders
  • 6. The Hunt for AlphaThe Hunt for Alpha ● Our goal is to search for “alpha” ● Alpha is a new stream of returns uncorrelated with other “known” sources of returns ● Purely, it is a function applied to a time series that produces predictions/weights of assets for the next time- period/rebalance Roughly the “strategy”→ ● The main idea is to look for approaches that others don't know about otherwise it's not “alpha”
  • 7. The Problem – Alpha DecayThe Problem – Alpha Decay
  • 8. Alpha DecayAlpha Decay ● Very cheap to get quality asset pricing and fundamentals data ● Easy to “wrangle” data into the correct format ● Can analyse thousands of strategies with cloud computing ● Diffusion of information and “democratisation” of technology ensures faster “alpha decay” ● Need to look for alpha elsewhere – Alternative data sources!
  • 9. The Solution – Alternative DataThe Solution – Alternative Data
  • 10. Alternative DataAlternative Data ● New alpha can be found in alternative data ● Quant funds, family offices and prop trading desks are already using it successfully ● Standard practice for retail quants within next five years ● Those who don't use it will be on the wrong side of the informational edge
  • 11. What Data Sources are Available?What Data Sources are Available? ● Satellite data - Visual, IR ● Aerial/drone data – Visual, LiDAR, IR ● Social media data – Blogs, FB, Twitter, Instagram, Reddit... ● Internet-of-Things data – Smartphones, car logs, sensors ● Energy supply/demand data – Oil, natural gas, consumer demand ● Weather data – Wind, temperature, rainfall ● Automated email receipts - E-commerce purchases ● Geolocation monitoring - Shipping, airline and freight locations ● Many, many more...
  • 13. Remote Observation Data AbundanceRemote Observation Data Abundance ● Satellite imagery and aerial drones ● Multiple EM wavelengths → “Hyperspectral” ● Microsats becoming cheaper to develop and launch ● Drones are cheap to build, fly and collect data with ● Vendors offering frequent high-resolution observation data from both at low(ish) cost
  • 14. Remote Observation Data UsesRemote Observation Data Uses ● Estimating oil volume by calculating oil storage floating-tank height with their shadows ● Air and marine freight traffic location determination ● Counting cars in retail car parking lots to estimate sales ● Hyperspectral crop yield estimation for “softs” trading ● Estimating mining yields via LiDAR volume calculation ● Previously this data had to be collected in-person, by hand
  • 15. Oil Depot Floating Tank Shadow HeightOil Depot Floating Tank Shadow Height Source: DigitalGlobe Inc.Source: DigitalGlobe Inc.
  • 16. Mining Yields from Raw Material StockpilesMining Yields from Raw Material Stockpiles
  • 17. Crop Yields via “AgTech” Drone UsageCrop Yields via “AgTech” Drone Usage
  • 18. Sentiment AnalysisSentiment Analysis ● Numerous vendors – Gnip, DataSift, Quandl, AlchemyAPI ● Provides access to thousands of news sources as well as Disqus, FB, Instagram, Reddit, Twitter, YouTube and more ● Datasets are large YouTube added 1PB→ per day in 2015 ● Often used for equities returns prediction through news, tweets and earnings reports ● Challenging to make effective strategy!
  • 19. Sentiment Analysis ChallengesSentiment Analysis Challenges ● Rapidity: Requires fast trade execution after receipt of news ● Relevance: Which equities does news affect and how much? – e.g. new Tesla car release impacts Ford, GM, Google ● Categorisation: Each category has variable market response – e.g. surprise earnings vs legal battle ● Novelty: Market only moves if news not “priced in” – Must account for relative value of news
  • 20. News API VendorsNews API Vendors
  • 21. Sentiment Analysis API VendorsSentiment Analysis API Vendors
  • 22. Internet-of-Things (IoT) DataInternet-of-Things (IoT) Data ● Smartphones, GPS, sensors All→ internet-connected ● Huge impact in O&G/energy, AgTech, healthcare and insurance ● Vendors beginning to anonymise and sell data ● Hedge funds are first to exploit alpha in these datasets – e.g. Consumer footfall via GPS/smartphones for retail sales estimation ahead of analyst expectations
  • 23. Energy and Weather DataEnergy and Weather Data ● Physical weather data and energy supply/demand ● Funds/banks use this to trade commodity futures, cat bonds and weather derivatives – One example is London-based Cumulus fund – Reported to be able to predict weather better than Met Office ● Many companies rely on favourable weather for revenue – Retail, adventure sports, agriculture, energy – Motivates earnings-based trading ideas
  • 24. E-Commerce Purchase Receipts DataE-Commerce Purchase Receipts Data ● Some startups have indirect visibility into email inboxes – Gmail, productivity apps, to-do apps ● Vendors now provide millions of anonymised emails as data ● Trading strategy estimates quarterly revenues from email purchase receipts and trades when expectations differ ● Quandl.com talks about this at length in blog posts
  • 25. Pros and ConsPros and Cons
  • 26. Advantages of Alternative DataAdvantages of Alternative Data ● Good signal-to-noise ratio compared to pricing data ● Often uncorrelated to other financial data sources ● Many off-the-shelf techniques available to quantify the data ● Competitive advantage once 'data pipeline' is built and tested ● New data sources appear frequently ● Retail traders can compete with funds in niches – Open source data science tools freely available – Compute power in the cloud is cheap
  • 27. Disadvantages of Alternative DataDisadvantages of Alternative Data ● Often non-quantitative – Video, imagery, text ● Extremely high-dimensional – Video, imagery, text ● Unstructured/hierarchical – no key-value schema ● Missing values – Interpolation or imputation required ● Data vendors all have differing formats ● Data vendor quality is highly variable ● Some datasets can be prohibitively expensive for retail
  • 28. Alternative Data for Quant TradingAlternative Data for Quant Trading ● Prediction: Volume, volatility, returns? ● Liquidity: Can you actually trade on it? ● Timeframe: HF microstructure or longer-term macro trends? ● Exclusivity: Too many users causes alpha decay ● Domain Expertise: Can data be used “out of the box”? ● Consistency: Does the data format change over time?
  • 29. Overcoming Alternative Data ChallengesOvercoming Alternative Data Challenges ● Alternative data can be terabytes or petabytes in size ● Often requires quantification through vectorisation ● Software and algorithms need to be highly parallelisable ● “Big Data” era requires new data science tools – Storage/Processing: AWS S3, Hadoop, HDF5, MapD – Analysis: Machine Learning
  • 31. Machine LearningMachine Learning ● A mechanism for extracting useful signals from alternative data ● Learns model from the data – Not pre-programmed “if-then-else” rules ● Main goals are prediction and classification ● Machine learning is pervasive in quant finance ● Three main areas: – Supervised Learning: Asset Price Prediction, Trade Parameter Optimisation – Unsupervised Learning: Factor Analysis, Portfolio Clustering – Reinforcement Learning: Optimising execution algos
  • 32. Supervised LearningSupervised Learning ● Attempt to match inputs with known outputs – Predicting tomorrow's stock price from the previous ten days of prices – Classifying a text document into a set of known categories ● Advantage: – State-of-the-art for classification tasks in alternative data ● Disadvantages: – Data must be labelled, which is costly – Prone to overfitting – performance might not generalise – Requires substantial training data to perform well
  • 33. Unsupervised LearningUnsupervised Learning ● Find useful structure in the data – no “outputs” – Which equity returns tend to cluster together? – Which factors drive equity returns? ● Advantages: – Most data in the world is unlabelled so UL is widely applicable – Used to reduce dimensionality of high-dimensional alternative data ● Disadvantage: – Lack of consistent evaluation mechanism makes it hard to know if algorithm is effective
  • 34. Reinforcement LearningReinforcement Learning ● Agent interacting with environment via actions and rewards ● More challenging than supervised and unsupervised learning ● Has recently become very famous due to DeepMind success on Atari 2600 games and AlphaGo competition ● Recent promise has prompted many to apply it to quant trading – Stochastic environment and noisy reward signal make it tricky – Is used in execution algo optimisation (discussed here at QuantCon!)
  • 35. Deep LearningDeep Learning ● Deep learning is a state-of-the-art machine learning technique ● It involves 'deep' neural networks with many 'hidden' layers ● Allows feature extraction that other ML methods can't achieve ● Primary method for extracting signal from alternative data ● Advantages: – Usually the 'best' method to extract signal for image, text or audio datasets ● Disadvantages: – Steep learning curve, requires a good background in ML – Significant trial-and-error needed to achieve best results
  • 37. Quantification of Alternative DataQuantification of Alternative Data ● Quantification Steps: – Vectorise the data into numerical form – Reduce the dimensionality of the data – Scale the data to make it comparable across different datasets ● Image/Video: – Convert each pixel into grayscale [0, 1] intensity value vector ● Text: – Each word is a dimension representing weighted frequency in a document (TF-IDF)
  • 38. Image VectorisationImage Vectorisation ● 14x14 greyscale image converted into 196-dimensional vector
  • 39. Data Science Tools for Exploratory AnalysisData Science Tools for Exploratory Analysis ● Freely-available open-source tools are best for the job – Top-tier quant funds, big Silicon Valley firms, data scientists and retail traders ● Python – Anaconda Research environment→ – NumPy/Pandas Data wrangling→ – Scikit-Learn Unified SL and UL API→ – TensorFlow Deep Learning→ ● Goal: Check data for alpha!
  • 40. Compute Power via The CloudCompute Power via The Cloud ● Previously it was expensive to get access to highly-parallelised supercomputing ● Required complex HPC machines with many CPU cores ● GPUs and cloud vendors have changed the economics significantly ● GPU compute power in the cloud – Amazon EC2 p2.xlarge instance - $0.90/hr – Amazon EC2 p2.16xlarge instance - $14.40/hr
  • 41. Quant Trading on Alternative DataQuant Trading on Alternative Data
  • 42. Quant Trading on Alternative DataQuant Trading on Alternative Data ● Must have underlying economic rationale for strategy ● Model the factors that move asset prices: – Supply/Demand Physical, statistical, network/graph models→ – Market Sentiment Text, news, social sentiment analysis models→ ● Generate better estimates than “the market” ● Ensure model produces alpha-generating predictions – Accounting for liquidity constraints and transaction costs
  • 44. Oil Model SketchOil Model Sketch ● Attempt to model major drivers of the oil price via alternative data sources – Specifically supply/demand imbalance and market sentiment – Alpha should decay slowly as model will be tricky to replicate ● Trading strategy is likely to work: – Current oil inventory data is based on estimates – Estimates have varying levels of quality and truthfulness across regions – We can generate better estimates via alternative data ● Trade weekly when our predictions differ from market expectations – Oil futures CL→ – Oil ETFs USO, XOP, UCO→
  • 45. Oil Price Drivers EstimationOil Price Drivers Estimation ● Estimating Supply: – Satellite: Global oil depot tank classification and volume – Satellite: US domestic fracking output Indirectly via transportation→ data (e.g. counting tanker-wagons on freight trains via satellite) – Geolocation: MarineTraffic.com for oil tanker locations/destinations ● Estimating Demand: – Economics: Population models, cars per household, freight truck usage, avg miles driven, efficiency of cars, local gasoline taxation ● Estimating Sentiment: – OPEC/trading sentiment via Twitter, media and research reports
  • 47. Weather Model SketchWeather Model Sketch ● Attempt to model major drivers of weather derivatives via alternative data – Alpha is generated through better predictions at intraday frequencies – Must be able to predict local weather to an extremely high accuracy – Strategy likely to require a small data-science/quant/developer team ● For accurate temperature/rainfall prediction at major cities we can combine: – Numerical Weather Prediction (NWP) model and statistical ensemble of forecasts – Entity extraction/sentiment analysis from social/text sources in geo-referenced posts ● Can create portfolio of weather derivatives to bet on predictions – CMEGroup provides futures/options for larger US cities as well as London and Amsterdam
  • 48. Weather Derivatives Model DetailsWeather Derivatives Model Details ● Backtesting will be challenging: – Potential illiquidity of weather derivatives – Market impact is tough to simulate – Combining NWP with statistical ensemble intraday will require sophisticated HPC infrastructure ● Advantages: – Capacity constraint of assets limit it to smaller funds or small team – Alpha will likely decay slowly as it requires expertise in many areas
  • 49. Where To Go From Here?Where To Go From Here?
  • 50. Where To Go From Here?Where To Go From Here? ● Beginner Data Science Tutorials: – Scikit-Learn: http://scikit-learn.org/stable/tutorial – TensorFlow: https://www.tensorflow.org/tutorials – Kaggle/Quantopian: Practice, practice, practice! ● Data Vendors: – Quandl, Gnip, DataSift, AlchemyAPI, PyschSignal – Forecast.io, NOAA, FlightRadar24, MarineTraffic ● Compute Power: – Buy Nvidia Titan X GPU $1200→ – Rent p2.xlarge Amazon EC2 instance ~$670/month→