Neural networks. Computer vision - discrete convolution

Size: px
Start display at page:

Download "Neural networks. Computer vision - discrete convolution"

Transcription

1 Neural networks Computer vision - discrete convolution

2 Topics: parameter sharing Each 2 Abst Jarret et al. 29 Math for my slides Computer vision. feature map forms a 2D grid of features can be computed with a discrete convolution H X ( ) of a kernel matrix kij which is Bank - FCSG : its therowsinput of a flipped filter bank the hiddenlayer weights matrix Wij with and columns re u at fe ilter r is a 3D array with n1 2D feature maps of size n2 n3. h component is denoted xijk, and each feature map is xi is the ith channel of input oted xi. The output is also a 3D array, y composed of kij is the convolution kernelfigure 1. A example of fe eature maps of size m2 m3. A filter in the bank gj isfilter a learned scaling factorrabs N PA. An i yj ismap the hidden layer has size l1 l2 and connects input feature xi to through a non-linear fil ut feature map yj. The module computes: (could have added a bias) contrast normalization an! yj = gj tanh( kij xi ) (1) layer with 4x4 down-s m s ap Figure 1. A example of feature extraction s i

3 3 The convolution of an image x with a kernel k is computed as follows: (x * k) ij = x i+p,j+q k r-p,r-q pq Example: k~ = k with rows and columns flipped x.25 * =.5 1 k

4 4 The convolution of an image x with a kernel k is computed as follows: (x * k) ij = x i+p,j+q k r-p,r-q pq Example: 1 x +.5 x x 2 + x * k = 45 x

5 5 The convolution of an image x with a kernel k is computed as follows: (x * k) ij = x i+p,j+q k r-p,r-q pq Example: 1 x x +.25 x + x * k = x

6 6 The convolution of an image x with a kernel k is computed as follows: Example: (x * k) ij = x i+p,j+q k r-p,r-q 1 x x +.25 x + x * = x pq k 45 11

7 7 The convolution of an image x with a kernel k is computed as follows: Example: (x * k) ij = x i+p,j+q k r-p,r-q pq x 1 x +.5 x +.25 x + x * k = 45 11

8 8 Pre-activations from channel x i into feature map y j can be computed by: getting the convolution kernel where kij =Wij from the connection matrix Wij ~ applying the convolution xi * kij This is equivalent to computing the discrete correlation of x i with W ij

9 9 Simple illustration: xi * kij where Wij =Wij ~ %.5%.5% % % % % 255% % %.5%.5% % % 255% % % % % % 255% % % % 255% % % % 255% % % % % W % 128% 128% % % 128% 128% % % 255% % % 255% % % % x i x i * k ij X W %%%%% %%%%%

10 1 With a non-linearity, we get a detector of a feature at any position in the image % % 255% % %.2% %.19% 128%.19% 128%.2% % % % 255% % %.2% %.19% 128%.19% 128%.2% % % % 255% % %.2% %.75% 255%.2% %.2% % % 255% % % %.75% 255%.2% %.2% %.2% % 255% % % % % %%%%% x sigm(.2 x i Logis6c(%(%%%%%%%%%%%%%n%2 i * k ij -4)

11 11 Can use zero padding to allow going over the borders ( * ) %.5% % % % % % % %.5% % % % % 255% % % % % % % 255% % % % % % % 255% % % % % % 255% % % % % % 255% % % % % % %%%%% % % % % % % % % x i couche)d entrée) W % % % 128% % % % % 128% 128% % % % % 128% 128% % % % % 255% % % % % 255% % % % % 128% % % % % % %%%%% % x i * k ij couche)«)simple)cell)»)

Stock Price Prediction using Deep Learning

Stock Price Prediction using Deep Learning San Jose State University SJSU ScholarWorks Master's Projects Master's Theses and Graduate Research Spring 2018 Stock Price Prediction using Deep Learning Abhinav Tipirisetty San Jose State University

More information

A model reduction approach to numerical inversion for parabolic partial differential equations

A model reduction approach to numerical inversion for parabolic partial differential equations A model reduction approach to numerical inversion for parabolic partial differential equations Liliana Borcea Alexander V. Mamonov 2, Vladimir Druskin 3, Mikhail Zaslavsky 3 University of Michigan, Ann

More information

Iran s Stock Market Prediction By Neural Networks and GA

Iran s Stock Market Prediction By Neural Networks and GA Iran s Stock Market Prediction By Neural Networks and GA Mahmood Khatibi MS. in Control Engineering mahmood.khatibi@gmail.com Habib Rajabi Mashhadi Associate Professor h_mashhadi@ferdowsi.um.ac.ir Electrical

More information

Understanding neural networks

Understanding neural networks Machine Learning Neural Networks Understanding neural networks An Artificial Neural Network (ANN) models the relationship between a set of input signals and an output signal using a model derived from

More information

Application of Deep Learning to Algorithmic Trading

Application of Deep Learning to Algorithmic Trading Application of Deep Learning to Algorithmic Trading Guanting Chen [guanting] 1, Yatong Chen [yatong] 2, and Takahiro Fushimi [tfushimi] 3 1 Institute of Computational and Mathematical Engineering, Stanford

More information

A model reduction approach to numerical inversion for parabolic partial differential equations

A model reduction approach to numerical inversion for parabolic partial differential equations A model reduction approach to numerical inversion for parabolic partial differential equations Liliana Borcea Alexander V. Mamonov 2, Vladimir Druskin 2, Mikhail Zaslavsky 2 University of Michigan, Ann

More information

II. Random Variables

II. Random Variables II. Random Variables Random variables operate in much the same way as the outcomes or events in some arbitrary sample space the distinction is that random variables are simply outcomes that are represented

More information

Machine Learning and the Insurance Industry Prof. John D. Kelleher

Machine Learning and the Insurance Industry Prof. John D. Kelleher Machine Learning and the Insurance Industry Prof. John D. Kelleher ADAPT Centre, Dublin Institute of Technology john.d.kelleher@dit.ie The ADAPT Centre is funded under the SFI Research Centres Programme

More information

arxiv: v1 [cs.ce] 11 Sep 2018

arxiv: v1 [cs.ce] 11 Sep 2018 Visual Attention Model for Cross-sectional Stock Return Prediction and End-to-End Multimodal Market Representation Learning Ran Zhao Carnegie Mellon University rzhao1@cs.cmu.edu Arun Verma Bloomberg averma3@bloomberg.net

More information

Barrier Option. 2 of 33 3/13/2014

Barrier Option. 2 of 33 3/13/2014 FPGA-based Reconfigurable Computing for Pricing Multi-Asset Barrier Options RAHUL SRIDHARAN, GEORGE COOKE, KENNETH HILL, HERMAN LAM, ALAN GEORGE, SAAHPC '12, PROCEEDINGS OF THE 2012 SYMPOSIUM ON APPLICATION

More information

v CORRELATION MATRIX

v CORRELATION MATRIX v CORRELATION MATRIX 1. About correlation... 2 2. Using the Correlation Matrix... 3 2.1 The matrix... 3 2.2 Changing the parameters for the calculation... 3 2.3 Highlighting correlation strength... 4 2.4

More information

Lecture 3: Factor models in modern portfolio choice

Lecture 3: Factor models in modern portfolio choice Lecture 3: Factor models in modern portfolio choice Prof. Massimo Guidolin Portfolio Management Spring 2016 Overview The inputs of portfolio problems Using the single index model Multi-index models Portfolio

More information

Hidden Markov Model for High Frequency Data

Hidden Markov Model for High Frequency Data Hidden Markov Model for High Frequency Data Department of Mathematics, Florida State University Joint Math Meeting, Baltimore, MD, January 15 What are HMMs? A Hidden Markov model (HMM) is a stochastic

More information

Using Structured Events to Predict Stock Price Movement: An Empirical Investigation. Yue Zhang

Using Structured Events to Predict Stock Price Movement: An Empirical Investigation. Yue Zhang Using Structured Events to Predict Stock Price Movement: An Empirical Investigation Yue Zhang My research areas This talk Reading news from the Internet and predicting the stock market Outline Introduction

More information

Predictive Model Learning of Stochastic Simulations. John Hegstrom, FSA, MAAA

Predictive Model Learning of Stochastic Simulations. John Hegstrom, FSA, MAAA Predictive Model Learning of Stochastic Simulations John Hegstrom, FSA, MAAA Table of Contents Executive Summary... 3 Choice of Predictive Modeling Techniques... 4 Neural Network Basics... 4 Financial

More information

Bayesian Finance. Christa Cuchiero, Irene Klein, Josef Teichmann. Obergurgl 2017

Bayesian Finance. Christa Cuchiero, Irene Klein, Josef Teichmann. Obergurgl 2017 Bayesian Finance Christa Cuchiero, Irene Klein, Josef Teichmann Obergurgl 2017 C. Cuchiero, I. Klein, and J. Teichmann Bayesian Finance Obergurgl 2017 1 / 23 1 Calibrating a Bayesian model: a first trial

More information

Applying Image Recognition to Insurance

Applying Image Recognition to Insurance Applying Image Recognition to Insurance June 2018 2 Applying Image Recognition to Insurance AUTHOR Kailan Shang, FSA, CFA, PRM, SCJP SPONSOR Society of Actuaries Research Expanding Boundaries Pool Caveat

More information

Morningstar Office Academy Day 4: Research and Workspace

Morningstar Office Academy Day 4: Research and Workspace Morningstar Office Academy Day 4: Research and Workspace - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 Lesson 1: Modifying Research Settings.......................................

More information

Appendix. A.1 Independent Random Effects (Baseline)

Appendix. A.1 Independent Random Effects (Baseline) A Appendix A.1 Independent Random Effects (Baseline) 36 Table 2: Detailed Monte Carlo Results Logit Fixed Effects Clustered Random Effects Random Coefficients c Coeff. SE SD Coeff. SE SD Coeff. SE SD Coeff.

More information

CS221 Project Final Report Deep Reinforcement Learning in Portfolio Management

CS221 Project Final Report Deep Reinforcement Learning in Portfolio Management CS221 Project Final Report Deep Reinforcement Learning in Portfolio Management Ruohan Zhan Tianchang He Yunpo Li rhzhan@stanford.edu th7@stanford.edu yunpoli@stanford.edu Abstract Portfolio management

More information

Bond Market Prediction using an Ensemble of Neural Networks

Bond Market Prediction using an Ensemble of Neural Networks Bond Market Prediction using an Ensemble of Neural Networks Bhagya Parekh Naineel Shah Rushabh Mehta Harshil Shah ABSTRACT The characteristics of a successful financial forecasting system are the exploitation

More information

Oracle Financial Services Market Risk User Guide

Oracle Financial Services Market Risk User Guide Oracle Financial Services User Guide Release 8.0.4.0.0 March 2017 Contents 1. INTRODUCTION... 1 PURPOSE... 1 SCOPE... 1 2. INSTALLING THE SOLUTION... 3 2.1 MODEL UPLOAD... 3 2.2 LOADING THE DATA... 3 3.

More information

BCJR Algorithm. Veterbi Algorithm (revisted) Consider covolutional encoder with. And information sequences of length h = 5

BCJR Algorithm. Veterbi Algorithm (revisted) Consider covolutional encoder with. And information sequences of length h = 5 Chapter 2 BCJR Algorithm Ammar Abh-Hhdrohss Islamic University -Gaza ١ Veterbi Algorithm (revisted) Consider covolutional encoder with And information sequences of length h = 5 The trellis diagram has

More information

Understand general-equilibrium relationships, such as the relationship between barriers to trade, and the domestic distribution of income.

Understand general-equilibrium relationships, such as the relationship between barriers to trade, and the domestic distribution of income. Review of Production Theory: Chapter 2 1 Why? Understand the determinants of what goods and services a country produces efficiently and which inefficiently. Understand how the processes of a market economy

More information

International Journal of Computer Communication and Information System ( IJCCIS) Vol2. No1. ISSN: July Dec 2010

International Journal of Computer Communication and Information System ( IJCCIS) Vol2. No1. ISSN: July Dec 2010 Skewness based Artificial Neural Network Model for Zone wise Classification of Cavitation Signals from Pressure Drop Devices of Prototype Fast Breeder Reactor Ramadevi.R 1, Sheela Rani.B 2, Prakash.V 3,

More information

Visual Attention Model for Cross-sectional Stock Return Prediction and End-to-End Multimodal Market Representation Learning

Visual Attention Model for Cross-sectional Stock Return Prediction and End-to-End Multimodal Market Representation Learning Visual Attention Model for Cross-sectional Stock Return Prediction and End-to-End Multimodal Market Representation Learning Ran Zhao Carnegie Mellon University rzhao1@cs.cmu.edu Arun Verma Bloomberg averma3@bloomberg.net

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2010, Mr. Ruey S. Tsay Solutions to Final Exam The University of Chicago, Booth School of Business Business 410, Spring Quarter 010, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (4 pts) Answer briefly the following questions. 1. Questions 1

More information

Budgeting Best Practices

Budgeting Best Practices Budgeting Best Practices Presented by Rob Iversen with Who am I? Rob Iversen Denver, Colorado 20+ Years CPM Implementation Experience Recovering Accountant Who is this session for? Audience for Budgeting

More information

STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING

STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING STOCK MARKET PREDICTION AND ANALYSIS USING MACHINE LEARNING Sumedh Kapse 1, Rajan Kelaskar 2, Manojkumar Sahu 3, Rahul Kamble 4 1 Student, PVPPCOE, Computer engineering, PVPPCOE, Maharashtra, India 2 Student,

More information

Pattern Recognition by Neural Network Ensemble

Pattern Recognition by Neural Network Ensemble IT691 2009 1 Pattern Recognition by Neural Network Ensemble Joseph Cestra, Babu Johnson, Nikolaos Kartalis, Rasul Mehrab, Robb Zucker Pace University Abstract This is an investigation of artificial neural

More information

$tock Forecasting using Machine Learning

$tock Forecasting using Machine Learning $tock Forecasting using Machine Learning Greg Colvin, Garrett Hemann, and Simon Kalouche Abstract We present an implementation of 3 different machine learning algorithms gradient descent, support vector

More information

Lecture 4 - k-layer Neural Networks

Lecture 4 - k-layer Neural Networks Lecture 4 - k-layer Neural Networks DD2424 May 9, 207 A new class of scoring functions Linear scoring function s = W x + b 2-layer Neural Network s = W x + b h = max(0, s ) s = W 2 h + b 2 xd xd. s3. s,m

More information

Implied Systemic Risk Index (work in progress, still at an early stage)

Implied Systemic Risk Index (work in progress, still at an early stage) Implied Systemic Risk Index (work in progress, still at an early stage) Carole Bernard, joint work with O. Bondarenko and S. Vanduffel IPAM, March 23-27, 2015: Workshop I: Systemic risk and financial networks

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2012, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (40 points) Answer briefly the following questions. 1. Consider

More information

Wada s Representations of the. Pure Braid Group of High Degree

Wada s Representations of the. Pure Braid Group of High Degree Theoretical Mathematics & Applications, vol2, no1, 2012, 117-125 ISSN: 1792-9687 (print), 1792-9709 (online) International Scientific Press, 2012 Wada s Representations of the Pure Braid Group of High

More information

k-layer neural networks: High capacity scoring functions + tips on how to train them

k-layer neural networks: High capacity scoring functions + tips on how to train them k-layer neural networks: High capacity scoring functions + tips on how to train them A new class of scoring functions Linear scoring function s = W x + b 2-layer Neural Network s 1 = W 1 x + b 1 h = max(0,

More information

FIT5124 Advanced Topics in Security. Lecture 1: Lattice-Based Crypto. I

FIT5124 Advanced Topics in Security. Lecture 1: Lattice-Based Crypto. I FIT5124 Advanced Topics in Security Lecture 1: Lattice-Based Crypto. I Ron Steinfeld Clayton School of IT Monash University March 2016 Acknowledgements: Some figures sourced from Oded Regev s Lecture Notes

More information

Course in Applied CGE Modeling

Course in Applied CGE Modeling Course in Applied CGE Modeling 21st International Input-Output Conference Kitakyushu, Japan July 2013 Eduardo Haddad Outline Introduction How to carry out a simulation? How to implement the SJ model in

More information

Oracle Financial Services Market Risk User Guide

Oracle Financial Services Market Risk User Guide Oracle Financial Services User Guide Release 8.0.1.0.0 August 2016 Contents 1. INTRODUCTION... 1 1.1 PURPOSE... 1 1.2 SCOPE... 1 2. INSTALLING THE SOLUTION... 3 2.1 MODEL UPLOAD... 3 2.2 LOADING THE DATA...

More information

Final Exam Suggested Solutions

Final Exam Suggested Solutions University of Washington Fall 003 Department of Economics Eric Zivot Economics 483 Final Exam Suggested Solutions This is a closed book and closed note exam. However, you are allowed one page of handwritten

More information

School BPS. Authors Details. Document History. Release Version Name Date Sign. Prepared by Suresh Vishwanath 06/04/2017

School BPS. Authors Details. Document History. Release Version Name Date Sign. Prepared by Suresh Vishwanath 06/04/2017 School BPS Release Version 10.1.0.0 Authors Details Name Date Sign Prepared by Suresh Vishwanath 06/04/2017 Reviewed by Chethan Bharadwaj 19/06/2017 Approved by Pete Jones 29/06/2017 Document History Version

More information

Portfolio Recommendation System Stanford University CS 229 Project Report 2015

Portfolio Recommendation System Stanford University CS 229 Project Report 2015 Portfolio Recommendation System Stanford University CS 229 Project Report 205 Berk Eserol Introduction Machine learning is one of the most important bricks that converges machine to human and beyond. Considering

More information

b) [3 marks] Give one more optimal solution (different from the one computed in a). 2. [10 marks] Consider the following linear program:

b) [3 marks] Give one more optimal solution (different from the one computed in a). 2. [10 marks] Consider the following linear program: Be sure this eam has 5 pages. THE UNIVERSITY OF BRITISH COLUMBIA Sessional Eamination - April 21 200 MATH 340: Linear Programming Instructors: Dr. R. Anstee, Section 201 Dr. Guangyue Han, Section 202 Special

More information

Binomial Probability

Binomial Probability Binomial Probability Features of a Binomial Experiment 1. There are a fixed number of trials. We denote this number by the letter n. Features of a Binomial Experiment 2. The n trials are independent and

More information

Symmetry, Sliding Windows and Transfer Matrices.

Symmetry, Sliding Windows and Transfer Matrices. Symmetry, Sliding Windows and Transfer Matrices Alexander Shpunt Department of Physics, Massachusetts Institute of Technology, Cambridge, MA 02139, USA (Dated: May 16, 2008) In this paper we study 1D k-neighbor

More information

Estimating term structure of interest rates: neural network vs one factor parametric models

Estimating term structure of interest rates: neural network vs one factor parametric models Estimating term structure of interest rates: neural network vs one factor parametric models F. Abid & M. B. Salah Faculty of Economics and Busines, Sfax, Tunisia Abstract The aim of this paper is twofold;

More information

Leverage Financial News to Predict Stock Price Movements Using Word Embeddings and Deep Neural Networks

Leverage Financial News to Predict Stock Price Movements Using Word Embeddings and Deep Neural Networks Leverage Financial News to Predict Stock Price Movements Using Word Embeddings and Deep Neural Networks Yangtuo Peng A THESIS SUBMITTED TO THE FACULTY OF GRADUATE STUDIES IN PARTIAL FULFILLMENT OF THE

More information

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index

The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index The Use of Artificial Neural Network for Forecasting of FTSE Bursa Malaysia KLCI Stock Price Index Soleh Ardiansyah 1, Mazlina Abdul Majid 2, JasniMohamad Zain 2 Faculty of Computer System and Software

More information

Behavioral Theories of the Business Cycle

Behavioral Theories of the Business Cycle Behavioral Theories of the Business Cycle Nir Jaimovich and Sergio Rebelo September 2006 Abstract We explore the business cycle implications of expectation shocks and of two well-known psychological biases,

More information

Technical Note: Reconciling the AP Past-Due Aging Report and Accounts Payable GL Account Balance

Technical Note: Reconciling the AP Past-Due Aging Report and Accounts Payable GL Account Balance Article # 1152 Technical Note: Reconciling the AP Past-Due Aging Report and Accounts Payable GL Account Balance Difficulty Level: Intermediate Level AccountMate User Version(s) Affected: AccountMate 6/6.5

More information

Deep learning analysis of limit order book

Deep learning analysis of limit order book Washington University in St. Louis Washington University Open Scholarship Arts & Sciences Electronic Theses and Dissertations Arts & Sciences Spring 5-18-2018 Deep learning analysis of limit order book

More information

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam

Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay. Solutions to Final Exam Graduate School of Business, University of Chicago Business 41202, Spring Quarter 2007, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (30 pts) Answer briefly the following questions. 1. Suppose that

More information

CS 798: Homework Assignment 4 (Game Theory)

CS 798: Homework Assignment 4 (Game Theory) 0 5 CS 798: Homework Assignment 4 (Game Theory) 1.0 Preferences Assigned: October 28, 2009 Suppose that you equally like a banana and a lottery that gives you an apple 30% of the time and a carrot 70%

More information

Automated PSF measurement and homogenization in DESDM

Automated PSF measurement and homogenization in DESDM Automated PSF measurement and homogenization in DESDM E.Bertin (IAP) E. Bertin DES Munich meeting 05/2010 1 PSF homogenization History Science requirements PSFEX internals Point source selection PSF modeling

More information

Novel Approaches to Sentiment Analysis for Stock Prediction

Novel Approaches to Sentiment Analysis for Stock Prediction Novel Approaches to Sentiment Analysis for Stock Prediction Chris Wang, Yilun Xu, Qingyang Wang Stanford University chrwang, ylxu, iriswang @ stanford.edu Abstract Stock market predictions lend themselves

More information

Based on BP Neural Network Stock Prediction

Based on BP Neural Network Stock Prediction Based on BP Neural Network Stock Prediction Xiangwei Liu Foundation Department, PLA University of Foreign Languages Luoyang 471003, China Tel:86-158-2490-9625 E-mail: liuxwletter@163.com Xin Ma Foundation

More information

Exploring the Potential of Image-based Deep Learning in Insurance. Luisa F. Polanía Cabrera

Exploring the Potential of Image-based Deep Learning in Insurance. Luisa F. Polanía Cabrera Exploring the Potential of Image-based Deep Learning in Insurance Luisa F. Polanía Cabrera 1 Madison, Wisconsin based American Family Insurance is the nation's third-largest mutual property/casualty insurance

More information

Markov Decision Processes

Markov Decision Processes Markov Decision Processes Robert Platt Northeastern University Some images and slides are used from: 1. CS188 UC Berkeley 2. AIMA 3. Chris Amato Stochastic domains So far, we have studied search Can use

More information

Financial Analysis The Price of Risk. Skema Business School. Portfolio Management 1.

Financial Analysis The Price of Risk. Skema Business School. Portfolio Management 1. Financial Analysis The Price of Risk bertrand.groslambert@skema.edu Skema Business School Portfolio Management Course Outline Introduction (lecture ) Presentation of portfolio management Chap.2,3,5 Introduction

More information

UNDERSTANDING ML/DL MODELS USING INTERACTIVE VISUALIZATION TECHNIQUES

UNDERSTANDING ML/DL MODELS USING INTERACTIVE VISUALIZATION TECHNIQUES UNDERSTANDING ML/DL MODELS USING INTERACTIVE VISUALIZATION TECHNIQUES Chakri Cherukuri Senior Researcher Quantitative Financial Research Group 1 OUTLINE Introduction Applied machine learning in finance

More information

Deep Learning for Forecasting Stock Returns in the Cross-Section

Deep Learning for Forecasting Stock Returns in the Cross-Section Deep Learning for Forecasting Stock Returns in the Cross-Section Masaya Abe 1 and Hideki Nakayama 2 1 Nomura Asset Management Co., Ltd., Tokyo, Japan m-abe@nomura-am.co.jp 2 The University of Tokyo, Tokyo,

More information

REGRESSION WEIGHTING METHODS FOR SIPP DATA

REGRESSION WEIGHTING METHODS FOR SIPP DATA REGRESSION WEIGHTING METHODS FOR SIPP DATA Anthony B. An, F. Jay Breidt, and Wayne A. Fuller, Iowa State University Anthony B. An, Statistical Laboratory, Iowa State University, Ames, Iowa 50011 Key Words:

More information

THE UNIVERSITY OF BRITISH COLUMBIA

THE UNIVERSITY OF BRITISH COLUMBIA Be sure this eam has pages. THE UNIVERSITY OF BRITISH COLUMBIA Sessional Eamination - June 12 2003 MATH 340: Linear Programming Instructor: Dr. R. Anstee, section 921 Special Instructions: No calculators.

More information

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers

Diploma Part 2. Quantitative Methods. Examiner s Suggested Answers Diploma Part 2 Quantitative Methods Examiner s Suggested Answers Question 1 (a) The binomial distribution may be used in an experiment in which there are only two defined outcomes in any particular trial

More information

Predicting stock prices for large-cap technology companies

Predicting stock prices for large-cap technology companies Predicting stock prices for large-cap technology companies 15 th December 2017 Ang Li (al171@stanford.edu) Abstract The goal of the project is to predict price changes in the future for a given stock.

More information

STA 4504/5503 Sample questions for exam True-False questions.

STA 4504/5503 Sample questions for exam True-False questions. STA 4504/5503 Sample questions for exam 2 1. True-False questions. (a) For General Social Survey data on Y = political ideology (categories liberal, moderate, conservative), X 1 = gender (1 = female, 0

More information

JEFF MACKIE-MASON. x is a random variable with prior distrib known to both principal and agent, and the distribution depends on agent effort e

JEFF MACKIE-MASON. x is a random variable with prior distrib known to both principal and agent, and the distribution depends on agent effort e BASE (SYMMETRIC INFORMATION) MODEL FOR CONTRACT THEORY JEFF MACKIE-MASON 1. Preliminaries Principal and agent enter a relationship. Assume: They have access to the same information (including agent effort)

More information

Finding Mixed-strategy Nash Equilibria in 2 2 Games ÙÛ

Finding Mixed-strategy Nash Equilibria in 2 2 Games ÙÛ Finding Mixed Strategy Nash Equilibria in 2 2 Games Page 1 Finding Mixed-strategy Nash Equilibria in 2 2 Games ÙÛ Introduction 1 The canonical game 1 Best-response correspondences 2 A s payoff as a function

More information

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0

yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 yuimagui: A graphical user interface for the yuima package. User Guide yuimagui v1.0 Emanuele Guidotti, Stefano M. Iacus and Lorenzo Mercuri February 21, 2017 Contents 1 yuimagui: Home 3 2 yuimagui: Data

More information

Homework solutions, Chapter 8

Homework solutions, Chapter 8 Homework solutions, Chapter 8 NOTE: We might think of 8.1 as being a section devoted to setting up the networks and 8.2 as solving them, but only 8.2 has a homework section. Section 8.2 2. Use Dijkstra

More information

CREDIT SCORING USING LOGISTIC REGRESSION

CREDIT SCORING USING LOGISTIC REGRESSION San Jose State University SJSU ScholarWorks Master's Projects Master's Theses and Graduate Research Spring 5-25-2017 CREDIT SCORING USING LOGISTIC REGRESSION Ansen Mathew San Jose State University Follow

More information

International Journal of Advance Engineering and Research Development. Stock Market Prediction Using Neural Networks

International Journal of Advance Engineering and Research Development. Stock Market Prediction Using Neural Networks Scientific Journal of Impact Factor (SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 2, Issue 12, December -2015 Stock Market Prediction Using Neural Networks

More information

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often

Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often Abstract Making good predictions for stock prices is an important task for the financial industry. The way these predictions are carried out is often by using artificial intelligence that can learn from

More information

KERNEL PROBABILITY DENSITY ESTIMATION METHODS

KERNEL PROBABILITY DENSITY ESTIMATION METHODS 5.- KERNEL PROBABILITY DENSITY ESTIMATION METHODS S. Towers State University of New York at Stony Brook Abstract Kernel Probability Density Estimation techniques are fast growing in popularity in the particle

More information

Module 3: Sampling Distributions and the CLT Statistics (OA3102)

Module 3: Sampling Distributions and the CLT Statistics (OA3102) Module 3: Sampling Distributions and the CLT Statistics (OA3102) Professor Ron Fricker Naval Postgraduate School Monterey, California Reading assignment: WM&S chpt 7.1-7.3, 7.5 Revision: 1-12 1 Goals for

More information

PCLaw Tips and Tricks

PCLaw Tips and Tricks PCLaw Tips and Tricks Presented by Cindy Emmerson Affinity Consulting Group, LLC Topics Understanding the Billing Fees Journal Time entry and value heat map Lawyer Budgeting Applying payments by client

More information

Application of Support Vector Machine on Algorithmic Trading

Application of Support Vector Machine on Algorithmic Trading 400 Int'l Conf. Artificial Intelligence ICAI'18 Application of Support Vector Machine on Algorithmic Trading Szklarz J 1., Rosillo R 2., Alvarez N 2., Fernández I 2., and Garcia N 2. 1 Programmer, Izertis

More information

MATH 10 INTRODUCTORY STATISTICS

MATH 10 INTRODUCTORY STATISTICS MATH 10 INTRODUCTORY STATISTICS Tommy Khoo Your friendly neighbourhood graduate student. Midterm Exam ٩(^ᴗ^)۶ In class, next week, Thursday, 26 April. 1 hour, 45 minutes. 5 questions of varying lengths.

More information

International Trade and Income Differences

International Trade and Income Differences International Trade and Income Differences By Michael E. Waugh AER (Dec. 2010) Content 1. Motivation 2. The theoretical model 3. Estimation strategy and data 4. Results 5. Counterfactual simulations 6.

More information

Arrow Debreu Equilibrium. October 31, 2015

Arrow Debreu Equilibrium. October 31, 2015 Arrow Debreu Equilibrium October 31, 2015 Θ 0 = {s 1,...s S } - the set of (unknown) states of the world assuming there are S unknown states. information is complete but imperfect n - number of consumers

More information

Bayesian Multinomial Model for Ordinal Data

Bayesian Multinomial Model for Ordinal Data Bayesian Multinomial Model for Ordinal Data Overview This example illustrates how to fit a Bayesian multinomial model by using the built-in mutinomial density function (MULTINOM) in the MCMC procedure

More information

Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction

Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction Development and Performance Evaluation of Three Novel Prediction Models for Mutual Fund NAV Prediction Ananya Narula *, Chandra Bhanu Jha * and Ganapati Panda ** E-mail: an14@iitbbs.ac.in; cbj10@iitbbs.ac.in;

More information

Margin Direct User Guide

Margin Direct User Guide Version 2.0 xx August 2016 Legal Notices No part of this document may be copied, reproduced or translated without the prior written consent of ION Trading UK Limited. ION Trading UK Limited 2016. All Rights

More information

Recurrent Residual Network

Recurrent Residual Network Recurrent Residual Network 2016/09/23 Abstract This work briefly introduces the recurrent residual network which is a combination of the residual network and the long short term memory network(lstm). The

More information

Econ 172A, W2002: Final Examination, Solutions

Econ 172A, W2002: Final Examination, Solutions Econ 172A, W2002: Final Examination, Solutions Comments. Naturally, the answers to the first question were perfect. I was impressed. On the second question, people did well on the first part, but had trouble

More information

Chapter 3. Numerical Descriptive Measures. Copyright 2016 Pearson Education, Ltd. Chapter 3, Slide 1

Chapter 3. Numerical Descriptive Measures. Copyright 2016 Pearson Education, Ltd. Chapter 3, Slide 1 Chapter 3 Numerical Descriptive Measures Copyright 2016 Pearson Education, Ltd. Chapter 3, Slide 1 Objectives In this chapter, you learn to: Describe the properties of central tendency, variation, and

More information

Oracle Financial Services FATCA Management User Guide. Release 1.0 January 2013

Oracle Financial Services FATCA Management User Guide. Release 1.0 January 2013 Oracle Financial Services FATCA Management User Guide Release 1.0 January 2013 Oracle Financial Services FATCA Management User Guide Release 1.0 January 2013 Document Control Number: 9RVE1181001-0001

More information

LITERATURE REVIEW. can mimic the brain. A neural network consists of an interconnected nnected group of

LITERATURE REVIEW. can mimic the brain. A neural network consists of an interconnected nnected group of 10 CHAPTER 2 LITERATURE REVIEW 2.1 Artificial Neural Network Artificial neural network (ANN), usually ly called led Neural Network (NN), is an algorithm that was originally motivated ted by the goal of

More information

Predicting the Daily Efficiency of Tehran Stock Share Price by Using of Artificial Neural Networks, Cascade Forward

Predicting the Daily Efficiency of Tehran Stock Share Price by Using of Artificial Neural Networks, Cascade Forward Journal of Novel Applied Sciences Available online at www.jnasci.org 2014 JNAS Journal-2014-3-S2/1602-1611 ISSN 2322-5149 2014 JNAS Predicting the Daily Efficiency of Tehran Stock Share Price by Using

More information

STOCK MARKET TRENDS PREDICTION USING NEURAL NETWORK BASED HYBRID MODEL

STOCK MARKET TRENDS PREDICTION USING NEURAL NETWORK BASED HYBRID MODEL International Journal of Computer Science Engineering and Information Technology Research (IJCSEITR) ISSN 2249-6831 Vol. 3, Issue 1, Mar 2013, 11-18 TJPRC Pvt. Ltd. STOCK MARKET TRENDS PREDICTION USING

More information

MAKING SENSE OF DATA Essentials series

MAKING SENSE OF DATA Essentials series MAKING SENSE OF DATA Essentials series THE NORMAL DISTRIBUTION Copyright by City of Bradford MDC Prerequisites Descriptive statistics Charts and graphs The normal distribution Surveys and sampling Correlation

More information

A 2009 Social Accounting Matrix (SAM) for South Africa

A 2009 Social Accounting Matrix (SAM) for South Africa A 2009 Social Accounting Matrix (SAM) for South Africa Rob Davies a and James Thurlow b a Human Sciences Research Council (HSRC), Pretoria, South Africa b International Food Policy Research Institute,

More information

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, ISSN

International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18,   ISSN International Journal of Computer Engineering and Applications, Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL

More information

15.053/8 February 28, person 0-sum (or constant sum) game theory

15.053/8 February 28, person 0-sum (or constant sum) game theory 15.053/8 February 28, 2013 2-person 0-sum (or constant sum) game theory 1 Quotes of the Day My work is a game, a very serious game. -- M. C. Escher (1898-1972) Conceal a flaw, and the world will imagine

More information

Applying Independent Component Analysis to Factor Model in Finance

Applying Independent Component Analysis to Factor Model in Finance In Intelligent Data Engineering and Automated Learning - IDEAL 2000, Data Mining, Financial Engineering, and Intelligent Agents, ed. K.S. Leung, L.W. Chan and H. Meng, Springer, Pages 538-544, 2000. Applying

More information

Math 546 Homework Problems. Due Wednesday, January 25. This homework has two types of problems.

Math 546 Homework Problems. Due Wednesday, January 25. This homework has two types of problems. Math 546 Homework 1 Due Wednesday, January 25. This homework has two types of problems. 546 Problems. All students (students enrolled in 546 and 701I) are required to turn these in. 701I Problems. Only

More information

Keywords: artificial neural network, backpropagtion algorithm, derived parameter.

Keywords: artificial neural network, backpropagtion algorithm, derived parameter. Volume 5, Issue 2, February 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Stock Price

More information

What is Value? Engineering Economics: Session 2. Page 1

What is Value? Engineering Economics: Session 2. Page 1 Engineering Economics: Session 2 Engineering Economic Analysis: Slide 26 What is Value? Engineering Economic Analysis: Slide 27 Page 1 Review: Cash Flow Equivalence Type otation Formula Excel Single Uniform

More information

Online Appendix. Do Funds Make More When They Trade More?

Online Appendix. Do Funds Make More When They Trade More? Online Appendix to accompany Do Funds Make More When They Trade More? Ľuboš Pástor Robert F. Stambaugh Lucian A. Taylor April 4, 2016 This Online Appendix presents additional empirical results, mostly

More information

INVESTMENT ALLOWANCE AND PRIVATE CORPORATE INVESTMENT IN INDIA J.V.M. SARMA. No, 22 SEPTEMBER 1986

INVESTMENT ALLOWANCE AND PRIVATE CORPORATE INVESTMENT IN INDIA J.V.M. SARMA. No, 22 SEPTEMBER 1986 INVESTMENT ALLOWANCE AND PRIVATE CORPORATE INVESTMENT IN INDIA J.V.M. SARMA No, 22 SEPTEMBER 1986 NATIONAL INSTITUTE OP PUBLIC FINANCE AND POLICY l8/2# SATSANG VIHAR MARG SPECIAL INSTITUTIONAL AREA NEW

More information