gtc 2018 silicon valley california
play

GTC 2018 Silicon Valley, California Predictive Learning of Factor - PowerPoint PPT Presentation

GTC 2018 Silicon Valley, California Predictive Learning of Factor Based Strategies using Deep Neural Networks for Investment and Risk Management Yigal Jhirad and Blay Tarnoff March 27, 2018 GTC 2018: Table of Contents I. Deep Learning in


  1. GTC 2018 Silicon Valley, California Predictive Learning of Factor Based Strategies using Deep Neural Networks for Investment and Risk Management Yigal Jhirad and Blay Tarnoff March 27, 2018

  2. GTC 2018: Table of Contents I. Deep Learning in Finance — Forecasting Factor Regimes — Machine Learning Landscape — Deep Learning + Neural Networks — Neural Networks – ANN, RNN, LSTM — Optimization II. Parallel Implementation III. Summary IV. Author Biographies DISCLAIMER: This presentation is for information purposes only. The presenter accepts no liability for the content of this presentation, or for the consequences of any actions taken on the basis of the information provided. Although the information in this presentation is considered to be accurate, this is not a representation that it is complete or should be relied upon as a sole resource, as the information contained herein is subject to change. 2

  3. GTC 2018: Deep Learning  Investment & Risk Management — Forecast Market Returns, Volatility Regimes, Factor Trends, Liquidity, Economic Cycles — Big Data including Time Series Data, Interday, and Intraday — Neural Networks: Black Box/Pattern Recognition — Complement existing quantitative and qualitative signals  Challenges include state dependency and stochastic nature of markets — Time series — Overfitting/Underfitting — Stochastic Nature of Data 3 3

  4. GTC 2018: Factor Analysis Factor Analysis  — Identify factors that are driving the market and predict relative factor performance — Establish a portfolio of sectors or stocks that benefits from factor performance — Align risk management with forecasts of volatility Identifying and Assessing factors driving performance  — Look at factors such as Value vs. Growth, Large Cap vs. Small Cap, Volatility Period:12/2016-12/2017 4

  5. Artificial Intelligence Machine Learning Data: Structured/Unstructured Asset Prices, Volatility Fundamentals ( P/E,PCE, Debt to Equity) Macro (GDP Growth, Interest Rates, Oil prices) Technical(Momentum) News Events Supervised Learning Unsupervised Learning Reinforcement Learning (Linear/Nonlinear ) Deep Learning Cluster Analysis Deep Learning Neural Networks Principal Components Q-Learning Expectation Maximization Trial & Error Support Vector Machines Classification & Regression Trees K-Nearest Neighbors Regression Jhirad, Yigal (2017) 5

  6. Supervised Learning: Neural Networks Feature(Factor)Identification & Regularization 𝑦 1 Inputs: ∑|∂ ∑|∂ 𝑦 2 Fundamental/Macro/Technical ∑|∂ Forecast: Price/Earnings Momentum/RSI Market Returns ∑|∂ 𝑦 3 ∑|∂ Realized & Implied Volatility Risk/Volatility Value vs Growth Liquidit y GDP Growth/Interest Rates 𝑦 4 ∑|∂ ∑|∂ Dollar Strength Credit Spreads 𝑦 5 Jhirad, Yigal (2017) 6

  7. Supervised Learning: Neural Networks Simple Feed-Forward Neural Network 𝑦 1 ∑|∂ ∑|∂ 𝑦 2 ∑|∂ Forecast: ∑|∂ Market Returns 𝑦 3 ∑|∂ Risk/Volatility Liquidity 𝑦 4 ∑|∂ ∑|∂ 𝑦 5 Recurrent Neural Network 𝑦 1 ∑|∂ ∑|∂ 𝑦 2 ∑|∂ Forecast: ∑|∂ Market Returns 𝑦 3 ∑|∂ Risk/Volatility Liquidity 𝑦 4 ∑|∂ ∑|∂ 𝑦 5 Jhirad, Yigal (2018) 7

  8. Neural Network Work Flow Input Data: Prices, Fundamentals, Macro, Technical Structured/Unstructured Data Pre-Processing Normalization & Determine Model Parameters Training/Validation/Test Feedforward/Back Propagation/Genetic Algorithm Forecast Outcome Jhirad, Yigal (2018) 8

  9. GTC 2018: LSTM Next Hidden Layer/Output 𝒊 𝒖 Long Term Forget Memory Gate 𝒅 𝒖−𝟐 + 𝒅 𝒖 ○ Previous Time Period t- 1 Next Time Period t +1 i 1 , … , i m {c 1 , … , c m }(t-1) Input ○ Gate g 1 , … , g m f 1 , … , f m o 1 , … , o m ○ 𝒙 𝒑 𝒙 𝒈 𝒙 𝒈𝒋 𝒙 𝒋 Short Term Output Memory Gate 𝒊 𝒖−𝟐 𝒊 𝒖 𝒊 𝒖 ({h 1 , … , h m }(t-1)) , ( {x i , … , x n } (t)) X ∈ ℝ factors×timeperiods {h 1 , … , h m }(t-1) Inputs/Factors 𝐘 𝒋 Fundamental Economic Style/Factor P/E GDP Momentum Debt/Equity Interest Rates Value/Growth Yield ( {x 1 , … , x n } (t)) Currency Volatility t -1 t +1 t Time Jhirad, Yigal (2018) 9

  10. GTC 2018: Predicting Volatility Regimes with LSTM 10

  11. GTC 2018: Neural Networks  Neural Networks — Feed-Forward vs. Recurrent Neural Networks — LSTM captures the temporal nature of financial data — Complement existing quantitative and qualitative signals  Advantages — Captures non-linearity that are prevalent in financial data — Time Sequencing, Pattern Recognition — Modularity — Parallel Processing  Considerations — Black Box — Overfitting/Underfitting — Optimization/Local Minima 11 11

  12. GTC 2018: Genetic Algorithms • Gradient Descent may not be efficient • Local Minimums pose a challenge • Genetic Algorithms complement traditional optimization techniques Apply the computational power within CUDA to create a more robust • evolutionary algorithm to drive multi-layer Neural Networks Local Maximum Local Minimum Local Maximum 12

  13. Neural Architecture Feed forward: 4 layers: input, 2 hidden, output Output Layer Normal Normal Normal Hidden Layer 2 ● ● ● Long-term Long-term LSTM LSTM LSTM Memory Memory Short-term Short-term Hidden Layer 1 Long-term Long-term LSTM LSTM LSTM Memory Memory Short-term Short-term Input Layer t = 1 t = 2 t = 3 ● ● ● 13

  14. Neural Architecture Transitional layer: Normal Weights (-1 to 1) × 14

  15. Neural Architecture Transitional layer: LSTM   + ●  ● ● Forget Remember Input Output 15

  16. Training Supervised  4 matrices of weights in each LSTM layer plus one in normal layer equals 9 weight matrices  Goal of training is to find weights to populate those matrices that convert the input values to output values which most accurately reflect reality  Output values are computed from input values period-by-period and compared to actual values to yield mean squared error  Weight matrices are modified and process is re-run repeatedly until mean squared error ceases to improve 16

  17. Training Supervised: feed forward Compute mean squared error Modify weights 17

  18. Training Genetic algorithm: terminology  Gene: one matrix of weights  Organism: a set of 9 weight matrices  Fitness: the mean squared error generated by an organism over the timeframe  Breeding population: set of organisms that have the lowest mean squared errors  Mating: process of splicing the corresponding genes of two organisms in randomly selected locations to produce new organisms  Mutation: the re-setting of randomly selected weights to new random values during the mating process  Generation: one iteration in which the breeding population mates and produces offspring 18

  19. Training Genetic algorithm  Create a set of organisms (population) by creating a set of weight matrices for each, populated with random weights  Evaluate the fitness of each organism by feeding forward the input matrix through the neural network period-by-period and comparing the outputs to the matrix of actual values, yielding a mean squared error  Rank the organisms by their mean squared errors  Select mates for the fittest organisms and produce offspring: two new organisms  Add the offspring to the population, evaluate their fitness and re-rank the population  Drop the least fit organisms from the population to maintain the population size  Repeat the previous three steps until no offspring survive the previous step for some number of generations  Fittest organism is now a trained neural network 19

  20. Training Genetic algorithm: mating  For each member of the breeding population, randomly select one of the remaining members of the population as a mate  For each weight matrix (gene), randomly select a splice point between 1 and half the size of the matrix  Swap the section of each mate’s matrix that begins at the splice point and ends at twice the splice point with the other mate, yielding two offspring  Randomly pick a set number of weights and change them to new random values (mutate) 20

  21. CUDA Architecture Genetic algorithm: parallelism Network composed entirely of non-recurrent layers enables 3 levels of parallelism  Each organism can be run in parallel at grid level  Each period can also be run in parallel  at grid level, since periods are independent Each matrix multiplication can be run in parallel at thread block level 21

  22. CUDA Architecture Genetic algorithm: parallelism Network that contains a recurrent layer loses period-level parallelism at that layer  Each organism can be run in parallel at grid level  Each matrix multiplication can be run in parallel at thread block level 22

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend