Applications of Neural Networks

Size: px
Start display at page:

Download "Applications of Neural Networks"

Transcription

1 Applications of Neural Networks MPhil ACS Advanced Topics in NLP Laura Rimell 25 February

2 NLP Neural Network Applications Language Models Word Embeddings Tagging Parsing Sentiment Machine Translation A neural network dream (Google Research) 2

3 Outline Neural network basics NN architectures Feedforward Networks and Backpropagation Recursive Neural Networks Recurrent Neural Networks Applications Tagging Parsing Machine Translation and Encoder-Decoder Networks 3

4 Neuron input variables x 1 x 2 neuron h non-linear activation function output x 3 x 4 w yh w h5 y = w f( w x + b) y x 5 yh hi i b 4

5 Neural Network input layer hidden layer output layer x 1 x 2 w 11 w 21 y 1 v 11 v 21 x 3 y 2 x 4 x 5 w 35 v 33 y 3 b y = V f(w x + b) YH HX 5

6 Neural Network W HX V YH input layer hidden layer output layer x h = f(w x) y =Vh HX 6

7 Outline Neural network basics NN architectures Feedforward Networks and Backpropagation Recursive Neural Networks Recurrent Neural Networks Applications Tagging Parsing Machine Translation and Encoder-Decoder Networks 7

8 Deep Feed-Forward Network W 1 W 2 W 3 W 4 W 5 8

9 Output Layers vector softmax y = k 3 l = 1 e w x i ki i e w x i li i 9

10 Backpropagation Δw = -α δe δw mean squared error 1 2 E = (t - y ) n k k w Gradient descent 1 E = - t ln(y ) + (1-t )ln(y ) n k k k k cross-entropy SGD, Adagrad, Adadelta,... 10

11 Feed-Forward Network Limitations Fixed-size input vector Fixed-size output vector Fixed number of computational steps (layers) 11

12 Outline Neural network basics NN architectures Feedforward Networks and Backpropagation Recursive Neural Networks Recurrent Neural Networks Applications Tagging Parsing Machine Translation and Encoder-Decoder Networks 12

13 Recursive Neural Network (RecNN) One weight matrix (simplest version) f(w(x1 x2)) W H2X 13

14 Outline Neural network basics NN architectures Feedforward Networks and Backpropagation Recursive Neural Networks Recurrent Neural Networks Applications Tagging Parsing Machine Translation and Encoder-Decoder Networks 14

15 Recurrent Neural Network o(t) = g(vs(t)) V YH output layer o(t) hidden layer s(t) (state) s(t) = f(ux(t) + Ws(t-1)) W HH input layer x(t) U HX 15

16 Unfolded RNN o(t-1) o(t) o(t+1) V s(t-1) W V s(t) W V s(t+1) U U U x(t-1) x(t) x(t+1) 16

17 Backpropagation Through Time o(t-1) o(t) w s(t) Δw = -α δe δw x(t-1) x(t) Problem: vanishing gradients

18 RNN Language Model As seen in Word Embeddings topic Bengio et al.,

19 Long Short Term Memory (LSTM) Preserves error to help with vanishing gradients Gate to keep or discard information Each cell has own set of learned weights 19

20 Gated Recurrent Unit (GRU) Chung et al., arxiv

21 Outline Neural network basics NN architectures Feedforward networks and backpropagation Recursive Neural Networks Recurrent Neural Networks Applications Tagging Parsing Machine Translation and Encoder-Decoder Networks 21

22 Tagging The cat sat on the mat. DET NN1 VBD PRP DET NN1 PUNCT NP/N N S[dcl]\NP (S[dcl]\NP)/NP NP/N N PUNCT B_NP I_NP B_VP B_PP B_NP I_NP O 22

23 Tagging with Feed-Forward Network Collobert et al., JMLR 2011 Lewis & Steedman, EMNLP

24 Tagging with RNN Task: detect and tag Direct Subjective Expressions, Expressive Subjective Expressions Irsoy & Cardie, EMNLP

25 Deep Bidirectional RNN Bidirectional RNN incorporates info from preceding and following words h = [h; h] represents past and future around a word Deep (stacked) RNN Irsoy & Cardie, EMNLP

26 Outline Neural network basics NN architectures Feedforward Networks and Backpropagation Recursive Neural Networks Recurrent Neural Networks Applications Tagging Parsing Machine Translation Back to architectures for MT Encoder-Decoder Networks 26

27 Constituent Parsing

28 Constituent Parsing with Feed-Forward NN Neural embeddings replace sparse features in CRF parser Durret & Klein, ACL

29 Constituent Parsing with RecNN Used for re-ranking n-best PCFG parser output Socher et al., ACL

30 Dependency Parsing Chen & Manning, EMNLP

31 Dependency Parsing with Feed-Forward NN Chen & Manning, EMNLP

32 Dependency Parsing with RNN (v1) Yazdani & Henderson, CoNLL

33 Dependency Parsing with RNN (v2) Stack LSTM: adds stack pointer Dyer et al., ACL

34 Dependency Parsing with RNN (v2) sentence: an overhasty decision was made Dyer et al., ACL

35 Outline Neural network basics NN architectures Feedforward Networks and Backpropagation Recursive Neural Networks Recurrent Neural Networks Applications Tagging Parsing Machine Translation and Encoder-Decoder Networks 35

36 Machine Translation 36

37 Encoder-Decoder Network (RNN) (gen l idea) Example from Richard Socher lecture 37

38 Encoder-Decoder Network (RNN) (v1) Used for scoring phrase pairs in phrase table of standard SMT system Cho et al., EMNLP

39 Encoder-Decoder Network (RNN) (v2) Used for direct translation with beam search decoder 4-layer deep LSTM Input words in reverse order Sutskever et al., ANIPS

40 NLP Neural Network Applications 40

Deep Learning for Time Series Analysis

Deep Learning for Time Series Analysis CS898 Deep Learning and Application Deep Learning for Time Series Analysis Bo Wang Scientific Computation Lab 1 Department of Computer Science University of Waterloo Outline 1. Background Knowledge 2.

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

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

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

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

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

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

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

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

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

distribution of the best bid and ask prices upon the change in either of them. Architecture Each neural network has 4 layers. The standard neural netw

distribution of the best bid and ask prices upon the change in either of them. Architecture Each neural network has 4 layers. The standard neural netw A Survey of Deep Learning Techniques Applied to Trading Published on July 31, 2016 by Greg Harris http://gregharris.info/a-survey-of-deep-learning-techniques-applied-t o-trading/ Deep learning has been

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

Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex

Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex Stock Market Index Prediction Using Multilayer Perceptron and Long Short Term Memory Networks: A Case Study on BSE Sensex R. Arjun Raj # # Research Scholar, APJ Abdul Kalam Technological University, College

More information

Stock Market Trend Prediction Using Recurrent Convolutional Neural Networks

Stock Market Trend Prediction Using Recurrent Convolutional Neural Networks Stock Market Trend Prediction Using Recurrent Convolutional Neural Networks Bo Xu, Dongyu Zhang, Shaowu Zhang, Hengchao Li, and Hongfei Lin (&) School of Computer Science and Technology, Dalian University

More information

STOCK market price behavior has been studied extensively.

STOCK market price behavior has been studied extensively. 1 Stock Market Prediction through Technical and Public Sentiment Analysis Kien Wei Siah, Paul Myers I. INTRODUCTION STOCK market price behavior has been studied extensively. It is influenced by a myriad

More information

Stock Price Prediction using combination of LSTM Neural Networks, ARIMA and Sentiment Analysis

Stock Price Prediction using combination of LSTM Neural Networks, ARIMA and Sentiment Analysis Stock Price Prediction using combination of LSTM Neural Networks, ARIMA and Sentiment Analysis Omkar S. Deorukhkar 1, Shrutika H. Lokhande 2, Vanishree R. Nayak 3, Amit A. Chougule 4 1,2,3Student, Department

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

arxiv: v1 [q-fin.cp] 19 Mar 2018

arxiv: v1 [q-fin.cp] 19 Mar 2018 Exploring the predictability of range-based volatility estimators using RNNs Gábor Petneházi 1 and József Gáll 2 arxiv:1803.07152v1 [q-fin.cp] 19 Mar 2018 1 Doctoral School of Mathematical and Computational

More information

On stock return prediction with LSTM networks

On stock return prediction with LSTM networks On stock return prediction with LSTM networks Magnus Hansson hansson.carl.magnus@gmail.com supervised by Prof. Birger Nilsson Department of Economics Lund University Seminar: 1 st of June 2017, 4:15 pm,

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

Deep Learning in Asset Pricing

Deep Learning in Asset Pricing Deep Learning in Asset Pricing Luyang Chen 1 Markus Pelger 1 Jason Zhu 1 1 Stanford University November 17th 2018 Western Mathematical Finance Conference 2018 Motivation Hype: Machine Learning in Investment

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

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

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai

AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE. By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE OIL FUTURE By Dr. PRASANT SARANGI Director (Research) ICSI-CCGRT, Navi Mumbai AN ARTIFICIAL NEURAL NETWORK MODELING APPROACH TO PREDICT CRUDE

More information

Machine Learning for Physicists Lecture 10. Summer 2017 University of Erlangen-Nuremberg Florian Marquardt

Machine Learning for Physicists Lecture 10. Summer 2017 University of Erlangen-Nuremberg Florian Marquardt Machine Learning for Physicists Lecture 10 Summer 2017 University of Erlangen-Nuremberg Florian Marquardt Function/Image representation Image classification [Handwriting recognition] Convolutional nets

More information

arxiv: v1 [stat.ml] 13 Nov 2017

arxiv: v1 [stat.ml] 13 Nov 2017 Improving Factor-Based Quantitative Investing by Forecasting Company Fundamentals arxiv:1711.04837v1 [stat.ml] 13 Nov 2017 John Alberg Euclidean Technologies john.alberg@euclidean.com Abstract Zachary

More information

Barapatre Omprakash et.al; International Journal of Advance Research, Ideas and Innovations in Technology

Barapatre Omprakash et.al; International Journal of Advance Research, Ideas and Innovations in Technology ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Stock Price Prediction using Artificial Neural Network Omprakash Barapatre omprakashbarapatre@bitraipur.ac.in

More information

Forecasting Stock Prices from the Limit Order Book using Convolutional Neural Networks

Forecasting Stock Prices from the Limit Order Book using Convolutional Neural Networks Forecasting Stock Prices from the Limit Order Book using Convolutional Neural Networks Avraam Tsantekidis, Nikolaos Passalis, Anastasios Tefas, Juho Kanniainen, Moncef Gabbouj and Alexandros Iosifidis

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

The Influence of News Articles on The Stock Market.

The Influence of News Articles on The Stock Market. The Influence of News Articles on The Stock Market. COMP4560 Presentation Supervisor: Dr Timothy Graham U6015364 Zhiheng Zhou Australian National University At Ian Ross Design Studio On 2018-5-18 Motivation

More information

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION

STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION STOCK PRICE PREDICTION: KOHONEN VERSUS BACKPROPAGATION Alexey Zorin Technical University of Riga Decision Support Systems Group 1 Kalkyu Street, Riga LV-1658, phone: 371-7089530, LATVIA E-mail: alex@rulv

More information

Dependency Parsing. CS5740: Natural Language Processing Spring Instructor: Yoav Artzi

Dependency Parsing. CS5740: Natural Language Processing Spring Instructor: Yoav Artzi CS5740: Natural Language Processing Spring 2018 Dependency Parsing Instructor: Yoav Artzi Slides adapted from Dan Klein, Luke Zettlemoyer, Chris Manning, and Dan Jurafsky, and David Weiss Overview The

More information

Lazy Prices: Vector Representations of Financial Disclosures and Market Outperformance

Lazy Prices: Vector Representations of Financial Disclosures and Market Outperformance Lazy Prices: Vector Representations of Financial Disclosures and Market Outperformance Kuspa Kai kuspakai@stanford.edu Victor Cheung hoche@stanford.edu Alex Lin alin719@stanford.edu Abstract The Efficient

More information

Foreign Exchange Forecasting via Machine Learning

Foreign Exchange Forecasting via Machine Learning Foreign Exchange Forecasting via Machine Learning Christian González Rojas cgrojas@stanford.edu Molly Herman mrherman@stanford.edu I. INTRODUCTION The finance industry has been revolutionized by the increased

More information

Deep Learning - Financial Time Series application

Deep Learning - Financial Time Series application Chen Huang Deep Learning - Financial Time Series application Use Deep learning to learn an existing strategy Warning Don t Try this at home! Investment involves risk. Make sure you understand the risk

More information

Extreme Market Prediction for Trading Signal with Deep Recurrent Neural Network

Extreme Market Prediction for Trading Signal with Deep Recurrent Neural Network Extreme Market Prediction for Trading Signal with Deep Recurrent Neural Network Zhichen Lu 1,2,3, Wen Long 1,2,3, and Ying Guo 1,2,3 School of Economics & Management, University of Chinese Academy of Sciences,

More information

arxiv: v1 [q-fin.tr] 14 Jul 2017

arxiv: v1 [q-fin.tr] 14 Jul 2017 Sequence Classification of the Limit Order Book using Recurrent Neural Networks arxiv:1707.05642v1 [q-fin.tr] 14 Jul 2017 Matthew Dixon 1 1 Stuart School of Business, Illinois Institute of Technology,

More information

Machine Learning in Finance: The Case of Deep Learning for Option Pricing

Machine Learning in Finance: The Case of Deep Learning for Option Pricing Machine Learning in Finance: The Case of Deep Learning for Option Pricing Robert Culkin & Sanjiv R. Das Santa Clara University August 2, 2017 Abstract Modern advancements in mathematical analysis, computational

More information

Machine Learning and Options Pricing: A Comparison of Black-Scholes and a Deep Neural Network in Pricing and Hedging DAX 30 Index Options

Machine Learning and Options Pricing: A Comparison of Black-Scholes and a Deep Neural Network in Pricing and Hedging DAX 30 Index Options Machine Learning and Options Pricing: A Comparison of Black-Scholes and a Deep Neural Network in Pricing and Hedging DAX 30 Index Options Student Number: 484862 Department of Finance Aalto University School

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

Using Deep Learning to Detect Price Change Indications in Financial Markets

Using Deep Learning to Detect Price Change Indications in Financial Markets Using Deep Learning to Detect Price Change Indications in Financial Markets Avraam Tsantekidis, Nikolaos Passalis, Anastasios Tefas, Juho Kanniainen, Moncef Gaouj and Alexandros Iosifidis Department of

More information

An enhanced artificial neural network for stock price predications

An enhanced artificial neural network for stock price predications An enhanced artificial neural network for stock price predications Jiaxin MA Silin HUANG School of Engineering, The Hong Kong University of Science and Technology, Hong Kong SAR S. H. KWOK HKUST Business

More information

AI in Actuarial Science Ronald Richman

AI in Actuarial Science Ronald Richman AI in Actuarial Science Ronald Richman 01 AGENDA 1. Introduction 2. Background Machine Learning Deep Learning Five Main Deep Architectures 3. Applications in Actuarial Science 4. Discussion and Conclusion

More information

Deep Portfolio Theory

Deep Portfolio Theory Deep Portfolio Theory J. B. Heaton N. G. Polson J. H. Witte arxiv:1605.07230v2 [q-fin.pm] 14 Jan 2018 May 2016 Abstract We construct a deep portfolio theory. By building on Markowitz s classic risk-return

More information

Role of soft computing techniques in predicting stock market direction

Role of soft computing techniques in predicting stock market direction REVIEWS Role of soft computing techniques in predicting stock market direction Panchal Amitkumar Mansukhbhai 1, Dr. Jayeshkumar Madhubhai Patel 2 1. Ph.D Research Scholar, Gujarat Technological University,

More information

Backpropagation. Deep Learning Theory and Applications. Kevin Moon Guy Wolf

Backpropagation. Deep Learning Theory and Applications. Kevin Moon Guy Wolf Deep Learning Theory and Applications Backpropagation Kevin Moon (kevin.moon@yale.edu) Guy Wolf (guy.wolf@yale.edu) CPSC/AMTH 663 Calculating the gradients We showed how neural networks can learn weights

More information

Disclosure Risk Measurement with Entropy in Sample Based Frequency Tables

Disclosure Risk Measurement with Entropy in Sample Based Frequency Tables Disclosure Risk Measurement with Entropy in Sample Based Frequency Tables L. Antal N. Shlomo M. Elliot laszlo.antal@postgrad.manchester.ac.uk University of Manchester New Techniques and Technologies for

More information

INDIAN STOCK MARKET PREDICTOR SYSTEM

INDIAN STOCK MARKET PREDICTOR SYSTEM INDIAN STOCK MARKET PREDICTOR SYSTEM 1 VIVEK JOHN GEORGE, 2 DARSHAN M. S, 3 SNEHA PRICILLA, 4 ARUN S, 5 CH. VANIPRIYA Department of Computer Science and Engineering, Sir M Visvesvarya Institute of Technology,

More information

arxiv: v2 [stat.ap] 18 May 2018

arxiv: v2 [stat.ap] 18 May 2018 DeepTriangle: A Deep Learning Approach to Loss Reserving Kevin Kuo a a RStudio, 250 Northern Ave, Boston, MA 02210, United States arxiv:1804.09253v2 [stat.ap] 18 May 2018 Abstract We propose a novel approach

More information

MS&E 448 Cluster-based Strategy

MS&E 448 Cluster-based Strategy MS&E 448 Cluster-based Strategy Anran Lu Huanzhong Xu Atharva Parulekar Stanford University June 5, 2018 Summary Background Summary Background Trading Algorithm Summary Background Trading Algorithm Simulation

More information

Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network

Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network Universal Journal of Mechanical Engineering 5(3): 77-86, 2017 DOI: 10.13189/ujme.2017.050302 http://www.hrpub.org Forecasting Currency Exchange Rates via Feedforward Backpropagation Neural Network Joseph

More information

Journal of Internet Banking and Commerce

Journal of Internet Banking and Commerce Journal of Internet Banking and Commerce An open access Internet journal (http://www.icommercecentral.com) Journal of Internet Banking and Commerce, December 2017, vol. 22, no. 3 STOCK PRICE PREDICTION

More information

Wide and Deep Learning for Peer-to-Peer Lending

Wide and Deep Learning for Peer-to-Peer Lending Wide and Deep Learning for Peer-to-Peer Lending Kaveh Bastani 1 *, Elham Asgari 2, Hamed Namavari 3 1 Unifund CCR, LLC, Cincinnati, OH 2 Pamplin College of Business, Virginia Polytechnic Institute, Blacksburg,

More information

Notes on the EM Algorithm Michael Collins, September 24th 2005

Notes on the EM Algorithm Michael Collins, September 24th 2005 Notes on the EM Algorithm Michael Collins, September 24th 2005 1 Hidden Markov Models A hidden Markov model (N, Σ, Θ) consists of the following elements: N is a positive integer specifying the number of

More information

arxiv: v1 [q-fin.st] 29 May 2018

arxiv: v1 [q-fin.st] 29 May 2018 LONG SHORT-TERM MEMORY NETWORKS FOR CSI300 VOLATILITY PREDICTION WITH BAIDU SEARCH VOLUME YU-LONG ZHOU, SCHOOL OF MATHEMATICS, YUNNAN NORMAL UNIVERSITY, KUNMING, P. R. CHINA. REN-JIE HAN, COLLEGE OF ECONOMICS,

More information

Stock Price Prediction using Recurrent Neural Network (RNN) Algorithm on Time-Series Data

Stock Price Prediction using Recurrent Neural Network (RNN) Algorithm on Time-Series Data Stock Price Prediction using Recurrent Neural Network (RNN) Algorithm on Time-Series Data Israt Jahan Department of Computer Science and Operations Research North Dakota State University Fargo, ND 58105

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

Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of Stock Market *

Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of Stock Market * Proceedings of the 6th World Congress on Intelligent Control and Automation, June - 3, 006, Dalian, China Application of Innovations Feedback Neural Networks in the Prediction of Ups and Downs Value of

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

Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns

Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns Backpropagation and Recurrent Neural Networks in Financial Analysis of Multiple Stock Market Returns Jovina Roman and Akhtar Jameel Department of Computer Science Xavier University of Louisiana 7325 Palmetto

More information

arxiv: v2 [cs.lg] 13 Jun 2017

arxiv: v2 [cs.lg] 13 Jun 2017 arxiv:1603.08604v2 [cs.lg] 13 Jun 2017 Classification-based Financial Markets Prediction using Deep Neural Networks Matthew Dixon 1, Diego Klabjan 2, and Jin Hoon Bang 3 1 Stuart School of Business, Illinois

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

Forecasting of Jump Arrivals in Stock Prices: New Attention-based Network Architecture using Limit Order Book Data

Forecasting of Jump Arrivals in Stock Prices: New Attention-based Network Architecture using Limit Order Book Data Forecasting of Jump Arrivals in Stock Prices: New Attention-based Network Architecture using Limit Order Book Data Milla Mäkinen a, Juho Kanniainen b,, Moncef Gabbouj a, Alexandros Iosifidis c a Laboratory

More information

Performance analysis of Neural Network Algorithms on Stock Market Forecasting

Performance analysis of Neural Network Algorithms on Stock Market Forecasting www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3 Issue 9 September, 2014 Page No. 8347-8351 Performance analysis of Neural Network Algorithms on Stock Market

More information

Universal features of price formation in financial markets: perspectives from Deep Learning. March 20, 2018

Universal features of price formation in financial markets: perspectives from Deep Learning. March 20, 2018 Universal features of price formation in financial markets: perspectives from Deep Learning Justin Sirignano and Rama Cont March 20, 2018 arxiv:1803.06917v1 [q-fin.st] 19 Mar 2018 Abstract Using a large-scale

More information

Design and implementation of artificial neural network system for stock market prediction (A case study of first bank of Nigeria PLC Shares)

Design and implementation of artificial neural network system for stock market prediction (A case study of first bank of Nigeria PLC Shares) International Journal of Advanced Engineering and Technology ISSN: 2456-7655 www.newengineeringjournal.com Volume 1; Issue 1; March 2017; Page No. 46-51 Design and implementation of artificial neural network

More information

Design and Application of Artificial Neural Networks for Predicting the Values of Indexes on the Bulgarian Stock Market

Design and Application of Artificial Neural Networks for Predicting the Values of Indexes on the Bulgarian Stock Market Design and Application of Artificial Neural Networks for Predicting the Values of Indexes on the Bulgarian Stock Market Veselin L. Shahpazov Institute of Information and Communication Technologies, Bulgarian

More information

Financial traders network and systemic risk spillover channels

Financial traders network and systemic risk spillover channels Financial traders network and systemic risk spillover channels Jaehak Hwang 18.1.2018 Abstract In this paper I estimate the financial network among 8 types of traders across 5 different capital markets,

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

Measuring DAX Market Risk: A Neural Network Volatility Mixture Approach

Measuring DAX Market Risk: A Neural Network Volatility Mixture Approach Measuring DAX Market Risk: A Neural Network Volatility Mixture Approach Kai Bartlmae, Folke A. Rauscher DaimlerChrysler AG, Research and Technology FT3/KL, P. O. Box 2360, D-8903 Ulm, Germany E mail: fkai.bartlmae,

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 Volume XII, Issue II, Feb. 18, www.ijcea.com ISSN 31-3469 AN INVESTIGATION OF FINANCIAL TIME SERIES PREDICTION USING BACK PROPAGATION NEURAL NETWORKS K. Jayanthi, Dr. K. Suresh 1 Department of Computer

More information

Machine Learning in mathematical Finance

Machine Learning in mathematical Finance Machine Learning in mathematical Finance Josef Teichmann ETH Zürich December 15, 2017 Josef Teichmann (ETH Zürich) Machine Learning in mathematical Finance December 15, 2017 1 / 37 1 Introduction 2 Machine

More information

Final Examination CS540: Introduction to Artificial Intelligence

Final Examination CS540: Introduction to Artificial Intelligence Final Examination CS540: Introduction to Artificial Intelligence December 2008 LAST NAME: FIRST NAME: Problem Score Max Score 1 15 2 15 3 10 4 20 5 10 6 20 7 10 Total 100 Question 1. [15] Probabilistic

More information

Accepted Manuscript AIRMS: A RISK MANAGEMENT TOOL USING MACHINE LEARNING. Spyros K. Chandrinos, Georgios Sakkas, Nikos D. Lagaros

Accepted Manuscript AIRMS: A RISK MANAGEMENT TOOL USING MACHINE LEARNING. Spyros K. Chandrinos, Georgios Sakkas, Nikos D. Lagaros Accepted Manuscript AIRMS: A RISK MANAGEMENT TOOL USING MACHINE LEARNING Spyros K. Chandrinos, Georgios Sakkas, Nikos D. Lagaros PII: DOI: Reference: S0957-4174(18)30190-8 10.1016/j.eswa.2018.03.044 ESWA

More information

Who s Afraid of Artificial Intelligence? Frank Cuypers

Who s Afraid of Artificial Intelligence? Frank Cuypers Who s Afraid of Artificial Intelligence? Frank Cuypers Scenario 2016 2020 2025 2030 2035 Solvency II initiates New players flood the market with digital alternatives to insurance Insurance industry flood

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

Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning

Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning Stock Price and Index Forecasting by Arbitrage Pricing Theory-Based Gaussian TFA Learning Kai Chun Chiu and Lei Xu Department of Computer Science and Engineering The Chinese University of Hong Kong, Shatin,

More information

An Improved Approach for Business & Market Intelligence using Artificial Neural Network

An Improved Approach for Business & Market Intelligence using Artificial Neural Network Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

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

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

Feedforward Neural Networks for Sentiment Detection in Financial News

Feedforward Neural Networks for Sentiment Detection in Financial News World Journal of Social Sciences Vol. 2. No. 4. July 2012. Pp. 218 234 Feedforward Neural Networks for Sentiment Detection in Financial News Caslav Bozic* and Detlef Seese* With a rise of algorithmic trading

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

arxiv: v2 [q-fin.cp] 11 Jul 2018

arxiv: v2 [q-fin.cp] 11 Jul 2018 Thresholded ConvNet Ensembles: Neural Networks for Technical Forecasting arxiv:1807.03192v2 [q-fin.cp] 11 Jul 2018 ABSTRACT Sid Ghoshal Department of Engineering Science Oxford-Man Institute of Quantitative

More information

arxiv: v3 [q-fin.cp] 20 Sep 2018

arxiv: v3 [q-fin.cp] 20 Sep 2018 arxiv:1809.02233v3 [q-fin.cp] 20 Sep 2018 Applying Deep Learning to Derivatives Valuation Ryan Ferguson and Andrew Green 16/09/2018 Version 1.3 Abstract This paper uses deep learning to value derivatives.

More information

Improving Long Term Stock Market Prediction with Text Analysis

Improving Long Term Stock Market Prediction with Text Analysis Western University Scholarship@Western Electronic Thesis and Dissertation Repository May 2017 Improving Long Term Stock Market Prediction with Text Analysis Tanner A. Bohn The University of Western Ontario

More information

A Neural Stochastic Volatility Model

A Neural Stochastic Volatility Model A Neural Stochastic Volatility Model Rui Luo, Weinan Zhang, Xiaojun Xu, and Jun Wang University College London and Shanghai Jiao Tong University {r.luo,j.wang}@cs.ucl.ac.uk, {wnzhang,xuxj}@apex.sjtu.edu.cn

More information

Y. Yang, Y. Zheng and T. Hospedales. Updated: 2016/09/21. Queen Mary, University of London

Y. Yang, Y. Zheng and T. Hospedales. Updated: 2016/09/21. Queen Mary, University of London GATED NEURAL NETWORKS FOR OPTION PRICING ENFORCING SANITY IN A BLACK BOX MODEL Y. Yang, Y. Zheng and T. Hospedales Updated: 2016/09/21 Queen Mary, University of London Overview ML for Option Pricing. With

More information

A Neural Stochastic Volatility Model

A Neural Stochastic Volatility Model A Neural Stochastic Volatility Model Rui Luo, Weinan Zhang, Xiaojun Xu, and Jun Wang University College London and Shanghai Jiao Tong University {r.luo,j.wang}@cs.ucl.ac.uk, {wnzhang,xuxj}@apex.sjtu.edu.cn

More information

ECS171: Machine Learning

ECS171: Machine Learning ECS171: Machine Learning Lecture 15: Tree-based Algorithms Cho-Jui Hsieh UC Davis March 7, 2018 Outline Decision Tree Random Forest Gradient Boosted Decision Tree (GBDT) Decision Tree Each node checks

More information

Stock Market Forecasting Using Artificial Neural Networks

Stock Market Forecasting Using Artificial Neural Networks Stock Market Forecasting Using Artificial Neural Networks Burak Gündoğdu Abstract Many papers on forecasting the stock market have been written by the academia. In addition to that, stock market prediction

More information

AI in Actuarial Science

AI in Actuarial Science AI in Actuarial Science By Ronald Richman Presented at the Actuarial Society of South Africa s 2018 Convention 24 25 October 2018, Cape Town International Convention Centre ABSTRACT Rapid advances in Artificial

More information

arxiv: v2 [stat.ml] 19 Oct 2017

arxiv: v2 [stat.ml] 19 Oct 2017 Time Series Prediction: Predicting Stock Price Aaron Elliot ellioa2@bu.edu Cheng Hua Hsu jack0617@bu.edu arxiv:1710.05751v2 [stat.ml] 19 Oct 2017 Abstract Time series forecasting is widely used in a multitude

More information

HKUST CSE FYP , TEAM RO4 OPTIMAL INVESTMENT STRATEGY USING SCALABLE MACHINE LEARNING AND DATA ANALYTICS FOR SMALL-CAP STOCKS

HKUST CSE FYP , TEAM RO4 OPTIMAL INVESTMENT STRATEGY USING SCALABLE MACHINE LEARNING AND DATA ANALYTICS FOR SMALL-CAP STOCKS HKUST CSE FYP 2017-18, TEAM RO4 OPTIMAL INVESTMENT STRATEGY USING SCALABLE MACHINE LEARNING AND DATA ANALYTICS FOR SMALL-CAP STOCKS MOTIVATION MACHINE LEARNING AND FINANCE MOTIVATION SMALL-CAP MID-CAP

More information

Two kinds of neural networks, a feed forward multi layer Perceptron (MLP)[1,3] and an Elman recurrent network[5], are used to predict a company's

Two kinds of neural networks, a feed forward multi layer Perceptron (MLP)[1,3] and an Elman recurrent network[5], are used to predict a company's LITERATURE REVIEW 2. LITERATURE REVIEW Detecting trends of stock data is a decision support process. Although the Random Walk Theory claims that price changes are serially independent, traders and certain

More information

DeepCredit: Exploiting User Cickstream for Loan Risk Prediction in P2P Lending

DeepCredit: Exploiting User Cickstream for Loan Risk Prediction in P2P Lending Proceedings of the Twelfth International AAAI Conference on Web and Social Media (ICWSM 218) DeepCredit: Exploiting User Cickstream for Loan Risk Prediction in P2P Lending Zhi Yang, Yusi Zhang, Binghui

More information

A Machine Learning Investigation of One-Month Momentum. Ben Gum

A Machine Learning Investigation of One-Month Momentum. Ben Gum A Machine Learning Investigation of One-Month Momentum Ben Gum Contents Problem Data Recent Literature Simple Improvements Neural Network Approach Conclusion Appendix : Some Background on Neural Networks

More information

Using neural network to approximate macroeconomic forecast models for BRICS nations

Using neural network to approximate macroeconomic forecast models for BRICS nations Using neural network to approximate macroeconomic forecast models for BRICS nations Three strategies are used to train neural network economic forecast models on temporal data: a standard feedforward neural

More information

Neuro-Genetic System for DAX Index Prediction

Neuro-Genetic System for DAX Index Prediction Neuro-Genetic System for DAX Index Prediction Marcin Jaruszewicz and Jacek Mańdziuk Faculty of Mathematics and Information Science, Warsaw University of Technology, Plac Politechniki 1, 00-661 Warsaw,

More information

3 METHODS OF SENTIMENT ANALYSIS. 3.1 Preprocessing Procedure. 2.2 Collected Data. 3.2 Bullish/Bearish Sentiment Models

3 METHODS OF SENTIMENT ANALYSIS. 3.1 Preprocessing Procedure. 2.2 Collected Data. 3.2 Bullish/Bearish Sentiment Models Fine-Grained Analysis of Financial Tweets Chung-Chi Chen 1, Hen-Hsen Huang 1, and Hsin-Hsi Chen 1,2 1 Department of Computer Science and Information Engineering National Taiwan University, Taipei, Taiwan

More information

Neural Lattice-to-Sequence Models for Uncertain Inputs

Neural Lattice-to-Sequence Models for Uncertain Inputs Neural Lattice-to-Sequence Models for Uncertain Inputs Matthias Sperber 1, Graham Neubig 2, Jan Niehues 1, Alex Waibel 1 1 Karlsruhe Institute of Technology, Germany 2 Carnegie Mellon University, USA matthias.sperber@kit.edu

More information