arxiv: v1 [cs.lg] 6 Mar 2018

Size: px
Start display at page:

Download "arxiv: v1 [cs.lg] 6 Mar 2018"

Transcription

1 Deep Information Networks Giulio Franzese, Monica Vist Dipartimento di Elettronica e Telecomunicazioni Politecnico di Toro, Italy giulio.franzese@polito.it, monica.vist@polito.it arxiv: v1 [cs.lg] 6 Mar 2018 Abstract We describe a novel classifier with a tree structure, designed usg formation theory concepts. This Information Network is made of formation nodes, that compress the put data, and multiplexers, that connect two or more put nodes to an put node. Each formation node is traed, dependently of the others, to mimize a local cost function that mimizes the mutual formation between its put and put with the constrat of keepg a given mutual formation between its put and the target (formation bottleneck). We show that the system is able to provide good results terms of accuracy, while it shows many advantages terms of modularity and reduced complexity. Keywords: Information Bottleneck, Classifier, Neural Network, Information Theory. 1 Introduction The so-called formation bottleneck was described [1, 2], where it was employed to analyze how the formation flows side a classification neural network. We here propose to exploit the same idea to build a supervised learng mache that compresses the put data and generates the estimated class, usg a modular structure with a tree topology. The key element of the proposed Deep Information Network (DIN) is the formation node, that compresses the put while keepg its formation content: durg the trag phase the node evaluates the conditional probabilities P (X = j X = i) that mimize the mutual formation I(X ; X ) between its put X and put X for a given mutual formation between its put and the target I(X ; Y ). The put of each formation node at the first layer is one of the features/attributes of the data; once the conditional probabilities are found, the node randomly generates its put accordg to them. The second element of the DIN is the multiplexer that combes the puts of two or more formation nodes to generate the put of the subsequent one. The mache is therefore made of several layers, and the number of formation nodes per layer decreases from layer to layer, thanks to the presence of multiplexers, until a unique formation node is obtaed the last layer, whose task is to provide the estimated class of the put. Thus a DIN is similar to a neural network, but the workg prciple is completely different. In particular, there is no global objective function and each formation node is separately traed, usg only its put and the target class. The layers are traed order: the nodes of the first layer are traed usg the available raw data (one node for each of the available features) and stochastically generate the data for the multiplexers that feed the second layer; the nodes at the second layer are traed usg their put (ideally the formation contaed two or more features the raw data) and the target, etc. Each formation node has no 1

2 knowledge ab the put and put of other nodes. From layer to layer, the formation nodes and the multiplexers allow to extract the formation content of the origal data as if they were siftg it. Whereas algorithm C4.5 by Quland [3] builds a hierarchical decision tree startg from the root, we here propose a way to build a similar tree, but startg from the leaves. The advantages of DINs are clear: extreme flexibility, high modularity, complexity that learly depends on the number of nodes, overall number of nodes that learly depends on the number of features of the data. Sce the mache works with formation theory, categorical and missg data are easily managed; on the other hand, contuous data should be first quantized, but the true quantization can be left to the first layer formation nodes. What has to be assessed for the proposed mache is the performance: does it provide good results terms of misclassification probability? are there constrats on its parameters? Section 2 more precisely describes the structure of the DIN, section 3 gives some sight on the theoretical properties and section 4 comments the results obtaed with a dataset available on the web. Conclusions are fally drawn section 5. 2 The formation network As poted 1, the mache is made of formation nodes, described section 2.1, and multiplexers joed together through a network described section The formation node Each formation node, described Fig. 2.1, has an put vector x, whose elements take values a set of cardality N, and an put vector x, whose elements take values a set of cardality N ; moreover the target class vector y tra is available as put, with elements the set [0, N class 1]; all the vectors have the same size N tra. By settg N < N, the formation node performs a compression (source encodg). Let X (X, Y ) identify the random variable whose samples are stored vector x (x, y). In the trag phase, the formation node randomly generates the put vector x, accordg to the conditional probability mass function that satisfies equation [1] P (X = j X = i) = where 1 Z(i; β) P (X = j)e βd(i,j), i = 0,..., N 1, j = 0,..., N 1 (1) x N y x N Figure 1: Schematic representation of an formation node, showg the put and put vectors, with alphabets of cardality N and N, respectively, and the target vector y which is available durg the trag phase. 2

3 P (X = j) is the probability mass function of the put random variable X P (X = j) = 1 i=0 d(i, j) is the Kullback-Leibler divergence and d(i, j) = N class 1 m=0 P (X = i)p (X = j X = i), j = 0,..., N 1 (2) P (Y = m X = i) log 2 P (Y = m X = i) P (Y = m X = j) = KL(P (Y X = i) P (Y X = j)) (3) P (Y = m X = j) = β is a real positive parameter N 1 i=0 Z(i; β) is a normalizg coefficient that allows to get 1 j=1 P (Y = m X = i)p (X = i X = j), m = 0,..., N class 1, j = 0,..., N 1 (4) P (X = j X = i) = 1 (5) The probabilities P (X = j X = i) can be iteratively found usg the Blahut-Arimoto algorithm [1]. Accordg to [1], Eqn. (1) solves the formation bottleneck: it mimizes the mutual formation I(X ; X ) under the constrat of a given mutual formation I(Y ; X ). In particular, eqn. (1) is the solution of the mimization of the Lagrangian L = I(X ; X ) βi(y ; X ) (6) If the Lagrangian multiplier β is creased, then the constrat is privileged and the formation node tends to maximize the mutual formation between its put X and the class Y ; if β is reduced, then mimization of I(X ; X ) is obtaed, thus a compression is obtaed. The formation node must actually balance compression from X to X and propagation of the formation on Y, order to correctly decide its value. In our implementation, the compression is also imposed by the fact that the cardality of the put alphabet N is smaller than that of the put alphabet N. 2.2 The network Fig. 2 shows an example of a DIN, where we assume that the dataset is made of a matrix X with N rows and D = 8 columns (features) and the correspondg class vector y; we use N tra rows for the trag phase and N test = N N tra rows for the testg phase, gettg matrices X tra and X test (see Fig. 3). Now refer to Fig. 2. The k-th column x(k) of matrix X tra should be, together with vector y tra, the put of the formation node (k, 0) at layer 0 of the structure. However the algorithm needs a fite number of values the put vectors, and a pre-processg 3

4 N x q (0) x q (1) x q (2) x q (3) x q (4) x q (5) x q (6) x q (7) 0, 0 1, 0 3, 0 4, 0 5, 0 6, 0 7, 0 2, 0 Layer 0 x (0, 0) x (1, 0) x (0, 1) 0, 1 1, 1 2, 1 3, 1 x (0, 1) x (1, 1) Layer 1 x (0, 2) 0, 2 N (2) 1, 2 N (2) Layer 2 x (0, 2) x (1, 2) N (2) N (2) x t (0, 3) x (0, 3) 0, 3 N (3) N (3) = N classes Layer 3 Figure 2: Architecture of a simple formation node network for D = 8: each fo node is represented by a circle, the numbers side the circle identify the node, the triangles identify the mixers, N (k) (k) is the number of values taken by the put of the fo node at layer k, N is the number of values taken by the put of the fo node at layer k. X y Ntra Ntest x(0) x(1) Xtest Xtra x(d 1) ytest ytra D Figure 3: Defition of matrices, vectors and their dimensions 4

5 quantization phase is needed. Quantization (uniform, Max-Lloyd, etc.) is not discussed here, the example described Sect 4 we used lear quantization. Thus the true put of node (k, 0) is x q (k), the quantized version of x(k). Of course quantization is not necessary for categorical data. The number of nodes at layer 0 of the structure is D, equal to the number of columns of X. Information node (k, 0) at layer 0 thus processes x q (k) and y tra, and generates the put vector x (k, 0) with alphabet of cardality. Note that this put vector is randomly generated by the formation node, accordg to its probability matrix P k,0, whose element i, j is P (X = j X = i) as found by the algorithm described section 2.1. The put vectors x (2k, 0) and x (2k + 1, 0) are combed together by a multiplexer (shown as a triangle Fig. 2) that puts x (k, 1) = x (2k, 0) + x (2k + 1, 0) (7) Vector x (k, 1) is now the put of the formation node (k, 1) of layer 1, and has an alphabet with cardality = The topology is iterated halvg the number of formation nodes from layer to layer, until an isolated formation node is obtaed at layer d = log 2 (D), that has put vector x (0, d) with alphabet cardality N (d) and put vector x (0, d), whose alphabet cardality must be N (d) = N class, the number of classes the target vector y tra. If the parameters are correctly chosen, the put vector x (0, d) is equal to y tra, and the probability matrix P d,0 has just one value equal to 1 each of its rows. A tree topology is thus obtaed. In the overall, the topology proposed Fig. 2 requires a number of formation nodes equal to (8) N nodes = D + D 2 + D = 2D 1 (9) and a number of mixers equal to N mixers = D 2 + D = D 1 (10) All the nodes run exactly the same algorithm and all the mixers are equal, apart from the put/put vector alphabet cardalities. If the cardalities of the alphabets are all equal, i.e. N (i) (i) and N do not depend on the layer i, then all the nodes and all the mixers are exactly equal, which might help a possible hardware implementation. 2.3 The testg/runng phase Durg the testg or runng phase, the quantized columns of matrix X test are used as puts and each node simply generates the put vector x accordg to the put vector x, usg the probability matrix P that has been optimized durg the trag phase. For example, if the n-th value stored the vector x (k, l) of node k, l is i, then the n-th value vector x (k, l) is j with probability P k,l (i, j). Each node then generates a stochastic put, accordg to its probability matrix. 3 Analysis In the followg, the DIN is studied considerg first the overall conditional probabilities between the put features and the put, and second the formation flow side it. 5

6 X,a N0 N 0 X,b a b X,a N 1 N 1 X,b X,c N 1 N 1 c X,c N 2 Figure 4: Sub-network used for the evaluation of the probability matrix; X,a, X,a, X,b, X,b, X,c, X,c are all random variables; N 0 is the number of values taken by X,a and X,b, N 1 is the number of values taken by X,a and X,b, N 2 is the number of values taken by X,c. 3.1 The probabilistic pot of view Consider the case of the sub-network made of nodes a, b, c as shown Fig. 4; the alphabet cardality at the put of nodes a and b is N 0, the cardality at the put of nodes a and b is N 1, the alphabet cardality at the put of node c is N 1 N 1, the cardality at its put is N 2. Node a is characterized by matrix P a, whose element P a (i, j) is P (X,a = j X,a = i); similar defitions hold for P b and P c. Note that P a and P b have N 0 rows and N 1 columns, whereas P c has N 1 N 1 rows and N 2 columns; the overall probability matrix between the puts X,a, X,b and the put X,c is P with N 0 N 0 rows and N 2 columns. Then P (X,c = i X,a = j, X,b = k) = = = r=0 r=0 r=0 s=0 s=0 s=0 It can be shown that P (X,c = i, X,a = r, X,b = s X,a = j, X,b = k) P (X,c = i X,b = r, x,c = s)p (X,a = r X,a = j)p (X,b = s X,b = k) P (X,c = i X,b = r, X,c = s)p a (j, r)p b (k, s) (11) P = (P a P b )P c (12) where identifies the Kronecker matrix multiplication; note that P a P b has N 0 N 0 rows and N 1 N 1 columns. By iteratively applyg the above rule, we can get the expression of the 6

7 overall matrix P for the exact topology of Fig. 2, with 8 put nodes and four layers: [ ] [ ] P = {[(P0,0 } P 1,0)P 0,1 (P2,0 P 3,0 )P 1,1 P 0,2 { [(P4,0 ] [ ] } ] P 5,0 )P 2,1 (P6,0 P 7,0 )P 3,1 P 1,2 P 0,3 (13) The DIN then behaves like a one-layer system that generates the put accordg to matrix P, whose size might be impractically large (with D features all quantized with N 0 levels, matrix P has size N0 D 2). The proposed layered structure needs smaller probability matrices, which makes the system computationally efficient. 3.2 The formation theory pot of view Each formation node compresses the data and therefore, by a basic application of data processg equality, we have I(X ; Y ) I(X ; Y ) (14) Consider now the puts X (2k, i) and X (2k + 1, i) of two nodes at layer i that are combed by the mixer to generate X (k, i + 1). It is terestg for analysis and tegrity purposes to derive an upper and a lower bound of the total amount of formation obtaed at the put of the mixer. First of all notice that, from an formation theoretic pot of view, we can write I(X (k, i + 1); Y ) = I([X (2k, i), X (2k + 1, i)]; Y ) (15) We can expand (15) as I([X (2k, i), X (2k + 1, i)]; Y ) = H([X (2k, i), X (2k + 1, i)]) H([X (2k, i), X (2k + 1, i)] Y ) = H(X (2k + 1, i) X (2k, i)) + H(X (2k, i)) (H(X (2k + 1, i) X (2k, i), Y ) H(X (2k, i)) Y ) = I(X (2k, i); Y ) + I(X (2k + 1, i) X (2k, i); Y ) (16) = I(X (2k + 1, i); Y ) + I(X (2k, i) X (2k + 1, i); Y ) (17) where the last equality is due to evident symmetries the equations. Combg (16) and (17), and due to non-negativity of mutual formation, we obta I(X (k, i + 1); Y ) max{i(x (2k, i); Y ), I(X (2k + 1, i); Y )} (18) where equality is attaed when H(X (2k + 1, i) X (2k, i)) = 0 (i.e. when X (2k + 1, i) can be exactly predicted if X (2k, i) is known). We can also derive an upper bound for the total mutual formation. First we observe that H([X (2k, i), X (2k + 1, i)]) H(X (2k, i)) + H(X (2k + 1, i)) (19) H([X (2k, i), X (2k + 1, i)] Y ) max{h(x (2k, i) Y ), H(X (2k + 1, i) Y )} (20) and thus we can derive, usg (19) and (20), that I(X (k, i + 1); Y ) = H([X (2k, i), X (2k + 1, i)]) H([X (2k, i), X (2k + 1, i)] Y ) H([X (2k, i), X (2k + 1, i)]) H(X (2k, i) Y ) H(X (2k, i)) + H(X (2k + 1, i)) H(X (2k, i) Y ) = I(X (2k, i); Y ) + H(X (2k + 1, i)) (21) = I(X (2k + 1, i); Y ) + H(X (2k, i)) (22) 7

8 where aga the last equality is due to symmetry. We can then combe (21) and (22) I(X (k, i + 1); Y ) m{i(x (2k, i); Y ) + H(X (2k + 1, i)), I(X (2k + 1, i); Y ) + H(X (2k, i))} (23) Fally, combg (18) and (23) max{i(x (2k, i); Y ), I(X (2k + 1, i); Y )} I(X (k, i + 1); Y ) m{i(x (2k, i); Y ) + H(X (2k + 1, i)), I(X (2k + 1, i); Y ) + H(X (2k, i))} (24) obtag an upper and lower bound for the mutual formation. 4 The Kidney Disease experiment In this section we present the results of an experiment performed on the UCI Kidney Disease dataset [5, 6]. The dataset has a total of 24 medical features, consistg of mixed categorical, teger and real values, with missg values present. The aim of the experiment is to correctly classify patients affected by chronic kidney disease. Remember that the mache works also with missg values, sce they are seen a a special categorical value, whose probability is the only required measure. In the proposed formation network, layer zero has as many formation nodes as the number of features (i.e. 24), and the put of each node is one of the quantized features; these nodes are traed parallel. Then the puts of layer zero are mixed two at a time and they become the put of layer one with 12 formation nodes. These 12 nodes are merged to 6 nodes to layer two and the 6 nodes are mixed to 3 nodes layer three. Fally the three nodes are combed to the unique fal node whose put cardality is equal to 2 (correspondg to ill or healthy). The 24 put features are uniformly quantized with different values of, dependg on the feature (from 2 to 470); on the contrary the value of N is 3 for all the nodes apart from the last one. The multiplexers generate vectors takg values the range [0, 8], and the formation nodes compress these values the range [0, 2]. The value of β is equal to 5; the number of trag pots is equal to N tra = 200 (half of which positive), the number of testg pots is aga N test = 200. Figure 5 shows how the mutual formation I(X; Y ) evolves the DIN, and it is possible to appreciate that it creases from the first to the last layer. In particular I(X (2k, i); Y ) and I(X (2k + 1, i); Y ), represented as circles, are lked through segments to I(X (k, i + 1); Y ), represented as a triangle, to show that the lower bound (24) holds from i = 0 (blue markers), to i = 3 (black markers). Figure 5 also shows that I(X (k, 1); Y ) (blue triangle) is higher than I(X (k, 1); Y ) (green circle at the same x-value), which is due to the compression performed by the formation node, that reduces the cardality of X (k, 1) to just three values; this is true general when I(X (k, i); Y ) is compared to I(X (k, i); Y ) for all values of k and i. In terms of performance, the results listed table 1 were obtaed: some form of overfittg is present when N (i) = 3 and better results are obtaed when N (i) = 2, i = 1,..., 3 accuracy, specificity and sensitivity are high all the considered cases when N (i) = 2, the accuracy obtaed with N tra = 200 is similar to that obtaed with N test = 320, which shows that 200 patients are enough to tra the DIN 8

9 Figure 5: Mutual formation the network: circles correspond to puts of the multiplexers, triangles to their puts, each dotted le represents the maximum value of the mutual formation at the put of the multixers of a given layer. Results obtaed durg one run of the trag phase with N tra = 200 (half ill, half healthy), N (i) = 3. N (i) N tra N test Accuracy Sensitivity Specificity F1 score trag testg trag testg trag testg trag testg Table 1: Results obtaed with DINs on the Kidney Disease dataset; averages over 1000 runs; β = 5, the specified value of N (i) (4) is valid for i = 0, 1, 2, 3, the last layer has N = N classes = 2. 9

10 results obtaed with N tra = 320 and N test = 80 can be comparable with those obtaed [6] usg other algorithms (k-nearest neighbour, random forest, neural networks) Notice that the DINs were run one thousand times, each time randomly changg the subsets of patients used for the trag and the testg phases; table 1 shows the average results. 5 Conclusions The proposed Deep Information Network (DIN) shows good results terms of accuracy and represents a new simple modular structure, flexible and useful for various applications. Further optimization might be obtaed by usg a different value of N for each of the formation nodes (not necessarily all equal at each layer) and appropriately selectg the value of the Lagrangian multiplier β. References [1] N. Tishby, N. Zaslavsky, Deep Learng and the Information Bottleneck Prciple arxiv: v1 [cs.lg], March 2015 [2] N. Tishby, F. C. Pereira, W. Bialek The formation bottleneck method arxiv:physics/ v1, April 2000 [3] J. R. Qulan, C4.5: Programs for Mache Learng. Morgan Kaufmann Publishers, 1993 [4] M. Cover, J. A. Thomas, Elements of Information Theory, 2nd Edition (Wiley Series Telecommunications and Signal Processg), 2006 [5] M. Lichman, UCI Mache Learng Repository, University of California, Irve, School of Information and Computer Sciences, [6] A. Salek, J. Stankovic, Detection of Chronic Kidney Disease and Selectg Important Predictive Attributes, 2016 IEEE International Conference on Healthcare Informatics (ICHI), 4-7 Oct. 2016, DOI: /ICHI

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques

Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques Stock Trading Following Stock Price Index Movement Classification Using Machine Learning Techniques 6.1 Introduction Trading in stock market is one of the most popular channels of financial investments.

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

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

Introducing GEMS a Novel Technique for Ensemble Creation

Introducing GEMS a Novel Technique for Ensemble Creation Introducing GEMS a Novel Technique for Ensemble Creation Ulf Johansson 1, Tuve Löfström 1, Rikard König 1, Lars Niklasson 2 1 School of Business and Informatics, University of Borås, Sweden 2 School of

More information

The Loans_processed.csv file is the dataset we obtained after the pre-processing part where the clean-up python code was used.

The Loans_processed.csv file is the dataset we obtained after the pre-processing part where the clean-up python code was used. Machine Learning Group Homework 3 MSc Business Analytics Team 9 Alexander Romanenko, Artemis Tomadaki, Justin Leiendecker, Zijun Wei, Reza Brianca Widodo The Loans_processed.csv file is the dataset we

More information

EC316a: Advanced Scientific Computation, Fall Discrete time, continuous state dynamic models: solution methods

EC316a: Advanced Scientific Computation, Fall Discrete time, continuous state dynamic models: solution methods EC316a: Advanced Scientific Computation, Fall 2003 Notes Section 4 Discrete time, continuous state dynamic models: solution methods We consider now solution methods for discrete time models in which decisions

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

Yao s Minimax Principle

Yao s Minimax Principle Complexity of algorithms The complexity of an algorithm is usually measured with respect to the size of the input, where size may for example refer to the length of a binary word describing the input,

More information

Prior knowledge in economic applications of data mining

Prior knowledge in economic applications of data mining Prior knowledge in economic applications of data mining A.J. Feelders Tilburg University Faculty of Economics Department of Information Management PO Box 90153 5000 LE Tilburg, The Netherlands A.J.Feelders@kub.nl

More information

DATA MINING FOR OPTIMAL GAMBLING.

DATA MINING FOR OPTIMAL GAMBLING. DATA MINING FOR OPTIMAL GAMBLING. Gabriele Torre 1 and Fabrizio Malfanti 2 1 Dipartimento di Matematica, Università degli Studi di Genova, via Dodecaneso 35, 16146, Genova, Italy. (e-mail: torre@dima.unige.it)

More information

Essays on Some Combinatorial Optimization Problems with Interval Data

Essays on Some Combinatorial Optimization Problems with Interval Data Essays on Some Combinatorial Optimization Problems with Interval Data a thesis submitted to the department of industrial engineering and the institute of engineering and sciences of bilkent university

More information

Richardson Extrapolation Techniques for the Pricing of American-style Options

Richardson Extrapolation Techniques for the Pricing of American-style Options Richardson Extrapolation Techniques for the Pricing of American-style Options June 1, 2005 Abstract Richardson Extrapolation Techniques for the Pricing of American-style Options In this paper we re-examine

More information

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks

Research Article Design and Explanation of the Credit Ratings of Customers Model Using Neural Networks Research Journal of Applied Sciences, Engineering and Technology 7(4): 5179-5183, 014 DOI:10.1906/rjaset.7.915 ISSN: 040-7459; e-issn: 040-7467 014 Maxwell Scientific Publication Corp. Submitted: February

More information

CS188 Spring 2012 Section 4: Games

CS188 Spring 2012 Section 4: Games CS188 Spring 2012 Section 4: Games 1 Minimax Search In this problem, we will explore adversarial search. Consider the zero-sum game tree shown below. Trapezoids that point up, such as at the root, represent

More information

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data

Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Statistical and Machine Learning Approach in Forex Prediction Based on Empirical Data Sitti Wetenriajeng Sidehabi Department of Electrical Engineering Politeknik ATI Makassar Makassar, Indonesia tenri616@gmail.com

More information

Game-Theoretic Risk Analysis in Decision-Theoretic Rough Sets

Game-Theoretic Risk Analysis in Decision-Theoretic Rough Sets Game-Theoretic Risk Analysis in Decision-Theoretic Rough Sets Joseph P. Herbert JingTao Yao Department of Computer Science, University of Regina Regina, Saskatchewan, Canada S4S 0A2 E-mail: [herbertj,jtyao]@cs.uregina.ca

More information

EE/AA 578 Univ. of Washington, Fall Homework 8

EE/AA 578 Univ. of Washington, Fall Homework 8 EE/AA 578 Univ. of Washington, Fall 2016 Homework 8 1. Multi-label SVM. The basic Support Vector Machine (SVM) described in the lecture (and textbook) is used for classification of data with two labels.

More information

Intro to GLM Day 2: GLM and Maximum Likelihood

Intro to GLM Day 2: GLM and Maximum Likelihood Intro to GLM Day 2: GLM and Maximum Likelihood Federico Vegetti Central European University ECPR Summer School in Methods and Techniques 1 / 32 Generalized Linear Modeling 3 steps of GLM 1. Specify the

More information

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS

COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Asian Academy of Management Journal, Vol. 7, No. 2, 17 25, July 2002 COGNITIVE LEARNING OF INTELLIGENCE SYSTEMS USING NEURAL NETWORKS: EVIDENCE FROM THE AUSTRALIAN CAPITAL MARKETS Joachim Tan Edward Sek

More information

Modelling the Sharpe ratio for investment strategies

Modelling the Sharpe ratio for investment strategies Modelling the Sharpe ratio for investment strategies Group 6 Sako Arts 0776148 Rik Coenders 0777004 Stefan Luijten 0783116 Ivo van Heck 0775551 Rik Hagelaars 0789883 Stephan van Driel 0858182 Ellen Cardinaels

More information

A Novel Iron Loss Reduction Technique for Distribution Transformers Based on a Combined Genetic Algorithm Neural Network Approach

A Novel Iron Loss Reduction Technique for Distribution Transformers Based on a Combined Genetic Algorithm Neural Network Approach 16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART C: APPLICATIONS AND REVIEWS, VOL. 31, NO. 1, FEBRUARY 2001 A Novel Iron Loss Reduction Technique for Distribution Transformers Based on a Combined

More information

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets

Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets 76 Cognitive Pattern Analysis Employing Neural Networks: Evidence from the Australian Capital Markets Edward Sek Khin Wong Faculty of Business & Accountancy University of Malaya 50603, Kuala Lumpur, Malaysia

More information

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants

Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Fuzzy and Neuro-Symbolic Approaches to Assessment of Bank Loan Applicants Ioannis Hatzilygeroudis a, Jim Prentzas b a University of Patras, School of Engineering Department of Computer Engineering & Informatics

More information

Lecture 9: Classification and Regression Trees

Lecture 9: Classification and Regression Trees Lecture 9: Classification and Regression Trees Advanced Applied Multivariate Analysis STAT 2221, Spring 2015 Sungkyu Jung Department of Statistics, University of Pittsburgh Xingye Qiao Department of Mathematical

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

1 Asset Pricing: Bonds vs Stocks

1 Asset Pricing: Bonds vs Stocks Asset Pricing: Bonds vs Stocks The historical data on financial asset returns show that one dollar invested in the Dow- Jones yields 6 times more than one dollar invested in U.S. Treasury bonds. The return

More information

Forecasting stock market prices

Forecasting stock market prices ICT Innovations 2010 Web Proceedings ISSN 1857-7288 107 Forecasting stock market prices Miroslav Janeski, Slobodan Kalajdziski Faculty of Electrical Engineering and Information Technologies, Skopje, Macedonia

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

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization

Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization 2017 International Conference on Materials, Energy, Civil Engineering and Computer (MATECC 2017) Neural Network Prediction of Stock Price Trend Based on RS with Entropy Discretization Huang Haiqing1,a,

More information

Credit Card Default Predictive Modeling

Credit Card Default Predictive Modeling Credit Card Default Predictive Modeling Background: Predicting credit card payment default is critical for the successful business model of a credit card company. An accurate predictive model can help

More information

Energy Procurement Strategies in the Presence of Intermittent Sources

Energy Procurement Strategies in the Presence of Intermittent Sources Energy Procurement Strategies the Presence of Intermittent Sources Jayakrishnan Nair Centrum Wiskunde & Informatica Sach Adlakha California Institute of Technology Adam Wierman California Institute of

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

A Novel Prediction Method for Stock Index Applying Grey Theory and Neural Networks

A Novel Prediction Method for Stock Index Applying Grey Theory and Neural Networks The 7th International Symposium on Operations Research and Its Applications (ISORA 08) Lijiang, China, October 31 Novemver 3, 2008 Copyright 2008 ORSC & APORC, pp. 104 111 A Novel Prediction Method for

More information

Data Mining: A Closer Look. 2.1 Data Mining Strategies 8/30/2011. Chapter 2. Data Mining Strategies. Market Basket Analysis. Unsupervised Clustering

Data Mining: A Closer Look. 2.1 Data Mining Strategies 8/30/2011. Chapter 2. Data Mining Strategies. Market Basket Analysis. Unsupervised Clustering Data Mining: A Closer Look Chapter 2 2.1 Data Mining Strategies Data Mining Strategies Unsupervised Clustering Supervised Learning Market Basket Analysis Classification Estimation Prediction Figure 2.1

More information

Iteration. The Cake Eating Problem. Discount Factors

Iteration. The Cake Eating Problem. Discount Factors 18 Value Function Iteration Lab Objective: Many questions have optimal answers that change over time. Sequential decision making problems are among this classification. In this lab you we learn how to

More information

Backtesting Performance with a Simple Trading Strategy using Market Orders

Backtesting Performance with a Simple Trading Strategy using Market Orders Backtesting Performance with a Simple Trading Strategy using Market Orders Yuanda Chen Dec, 2016 Abstract In this article we show the backtesting result using LOB data for INTC and MSFT traded on NASDAQ

More information

Accepted Manuscript. Enterprise Credit Risk Evaluation Based on Neural Network Algorithm. Xiaobing Huang, Xiaolian Liu, Yuanqian Ren

Accepted Manuscript. Enterprise Credit Risk Evaluation Based on Neural Network Algorithm. Xiaobing Huang, Xiaolian Liu, Yuanqian Ren Accepted Manuscript Enterprise Credit Risk Evaluation Based on Neural Network Algorithm Xiaobing Huang, Xiaolian Liu, Yuanqian Ren PII: S1389-0417(18)30213-4 DOI: https://doi.org/10.1016/j.cogsys.2018.07.023

More information

Simple Formulas to Option Pricing and Hedging in the Black-Scholes Model

Simple Formulas to Option Pricing and Hedging in the Black-Scholes Model Simple Formulas to Option Pricing and Hedging in the Black-Scholes Model Paolo PIANCA DEPARTMENT OF APPLIED MATHEMATICS University Ca Foscari of Venice pianca@unive.it http://caronte.dma.unive.it/ pianca/

More information

Option Pricing Using Bayesian Neural Networks

Option Pricing Using Bayesian Neural Networks Option Pricing Using Bayesian Neural Networks Michael Maio Pires, Tshilidzi Marwala School of Electrical and Information Engineering, University of the Witwatersrand, 2050, South Africa m.pires@ee.wits.ac.za,

More information

Evolution of Strategies with Different Representation Schemes. in a Spatial Iterated Prisoner s Dilemma Game

Evolution of Strategies with Different Representation Schemes. in a Spatial Iterated Prisoner s Dilemma Game Submitted to IEEE Transactions on Computational Intelligence and AI in Games (Final) Evolution of Strategies with Different Representation Schemes in a Spatial Iterated Prisoner s Dilemma Game Hisao Ishibuchi,

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

Chapter 2 Uncertainty Analysis and Sampling Techniques

Chapter 2 Uncertainty Analysis and Sampling Techniques Chapter 2 Uncertainty Analysis and Sampling Techniques The probabilistic or stochastic modeling (Fig. 2.) iterative loop in the stochastic optimization procedure (Fig..4 in Chap. ) involves:. Specifying

More information

Revision: August 21, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: August 21, E Main Suite D Pullman, WA (509) Voice and Fax .7.: Frequency doma system characterization Revision: August, 00 E Ma Suite D Pullman, WA 9963 (09 334 6306 Voice and Fax Overview In previous chapters, we wrote the differential equation governg the relationship

More information

2.1 Mathematical Basis: Risk-Neutral Pricing

2.1 Mathematical Basis: Risk-Neutral Pricing Chapter Monte-Carlo Simulation.1 Mathematical Basis: Risk-Neutral Pricing Suppose that F T is the payoff at T for a European-type derivative f. Then the price at times t before T is given by f t = e r(t

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

COMPARING NEURAL NETWORK AND REGRESSION MODELS IN ASSET PRICING MODEL WITH HETEROGENEOUS BELIEFS

COMPARING NEURAL NETWORK AND REGRESSION MODELS IN ASSET PRICING MODEL WITH HETEROGENEOUS BELIEFS Akademie ved Leske republiky Ustav teorie informace a automatizace Academy of Sciences of the Czech Republic Institute of Information Theory and Automation RESEARCH REPORT JIRI KRTEK COMPARING NEURAL NETWORK

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

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

Detection of Sentiment in CNX Nifty An Investigative Attempt Using Probabilistic Neural Network

Detection of Sentiment in CNX Nifty An Investigative Attempt Using Probabilistic Neural Network Detection of Sentiment in CNX Nifty An Investigative Attempt Using Probabilistic Neural Network Bikramaditya Ghosh Asst. Prof. ISME, Bangalore, bikram77777@gmail.com Abstract Dr. Padma Srinivasan Assoc.

More information

arxiv: v1 [q-fin.gn] 27 Sep 2007

arxiv: v1 [q-fin.gn] 27 Sep 2007 Agent Simulation of Chain Bankruptcy Yuichi Ikeda a, Yoshi Fujiwara b, Wataru Souma b, Hideaki Aoyama c, Hiroshi Iyetomi d, a Hitachi Research Institute, Tokyo 101-8010, Japan arxiv:0709.4355v1 [q-fin.gn]

More information

Predicting Economic Recession using Data Mining Techniques

Predicting Economic Recession using Data Mining Techniques Predicting Economic Recession using Data Mining Techniques Authors Naveed Ahmed Kartheek Atluri Tapan Patwardhan Meghana Viswanath Predicting Economic Recession using Data Mining Techniques Page 1 Abstract

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

DM559/DM545 Linear and integer programming

DM559/DM545 Linear and integer programming Department of Mathematics and Computer Science University of Southern Denmark, Odense May 22, 2018 Marco Chiarandini DM559/DM55 Linear and integer programming Sheet, Spring 2018 [pdf format] Contains Solutions!

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

A Review of Artificial Neural Network Applications in Control. Chart Pattern Recognition

A Review of Artificial Neural Network Applications in Control. Chart Pattern Recognition A Review of Artificial Neural Network Applications in Control Chart Pattern Recognition M. Perry and J. Pignatiello Department of Industrial Engineering FAMU - FSU College of Engineering 2525 Pottsdamer

More information

Lecture 17: More on Markov Decision Processes. Reinforcement learning

Lecture 17: More on Markov Decision Processes. Reinforcement learning Lecture 17: More on Markov Decision Processes. Reinforcement learning Learning a model: maximum likelihood Learning a value function directly Monte Carlo Temporal-difference (TD) learning COMP-424, Lecture

More information

Lecture 4: Opamp Review. Inverting Amplifier (Finite A 0 )

Lecture 4: Opamp Review. Inverting Amplifier (Finite A 0 ) Lecture 4: Opamp eview Effect of fite open-loop ga, A Frequency dependence of open-loop ga Frequency dependence of closed-loop ga Output voltage and current saturation Output slew rate Offset voltage Input

More information

An Online Algorithm for Multi-Strategy Trading Utilizing Market Regimes

An Online Algorithm for Multi-Strategy Trading Utilizing Market Regimes An Online Algorithm for Multi-Strategy Trading Utilizing Market Regimes Hynek Mlnařík 1 Subramanian Ramamoorthy 2 Rahul Savani 1 1 Warwick Institute for Financial Computing Department of Computer Science

More information

Session 5. Predictive Modeling in Life Insurance

Session 5. Predictive Modeling in Life Insurance SOA Predictive Analytics Seminar Hong Kong 29 Aug. 2018 Hong Kong Session 5 Predictive Modeling in Life Insurance Jingyi Zhang, Ph.D Predictive Modeling in Life Insurance JINGYI ZHANG PhD Scientist Global

More information

Investing through Economic Cycles with Ensemble Machine Learning Algorithms

Investing through Economic Cycles with Ensemble Machine Learning Algorithms Investing through Economic Cycles with Ensemble Machine Learning Algorithms Thomas Raffinot Silex Investment Partners Big Data in Finance Conference Thomas Raffinot (Silex-IP) Economic Cycles-Machine Learning

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

Chapter 5 Finite Difference Methods. Math6911 W07, HM Zhu

Chapter 5 Finite Difference Methods. Math6911 W07, HM Zhu Chapter 5 Finite Difference Methods Math69 W07, HM Zhu References. Chapters 5 and 9, Brandimarte. Section 7.8, Hull 3. Chapter 7, Numerical analysis, Burden and Faires Outline Finite difference (FD) approximation

More information

Multi-armed bandit problems

Multi-armed bandit problems Multi-armed bandit problems Stochastic Decision Theory (2WB12) Arnoud den Boer 13 March 2013 Set-up 13 and 14 March: Lectures. 20 and 21 March: Paper presentations (Four groups, 45 min per group). Before

More information

Development of a product-costing model oriented to productive capacity analysis

Development of a product-costing model oriented to productive capacity analysis Development of a product-costing model oriented to productive capacity analysis Massimo de Falco 1, Maria Elena Nenni 2 and Massimiliano Maria Schiraldi 3 1 Department of Industrial Engineering, University

More information

An introduction to Machine learning methods and forecasting of time series in financial markets

An introduction to Machine learning methods and forecasting of time series in financial markets An introduction to Machine learning methods and forecasting of time series in financial markets Mark Wong markwong@kth.se December 10, 2016 Abstract The goal of this paper is to give the reader an introduction

More information

Predicting the Success of a Retirement Plan Based on Early Performance of Investments

Predicting the Success of a Retirement Plan Based on Early Performance of Investments Predicting the Success of a Retirement Plan Based on Early Performance of Investments CS229 Autumn 2010 Final Project Darrell Cain, AJ Minich Abstract Using historical data on the stock market, it is possible

More information

An Intelligent Approach for Option Pricing

An Intelligent Approach for Option Pricing IOSR Journal of Economics and Finance (IOSR-JEF) e-issn: 2321-5933, p-issn: 2321-5925. PP 92-96 www.iosrjournals.org An Intelligent Approach for Option Pricing Vijayalaxmi 1, C.S.Adiga 1, H.G.Joshi 2 1

More information

Test Volume 12, Number 1. June 2003

Test Volume 12, Number 1. June 2003 Sociedad Española de Estadística e Investigación Operativa Test Volume 12, Number 1. June 2003 Power and Sample Size Calculation for 2x2 Tables under Multinomial Sampling with Random Loss Kung-Jong Lui

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

Reasoning with Uncertainty

Reasoning with Uncertainty Reasoning with Uncertainty Markov Decision Models Manfred Huber 2015 1 Markov Decision Process Models Markov models represent the behavior of a random process, including its internal state and the externally

More information

A Study of the Efficiency of Polish Foundries Using Data Envelopment Analysis

A Study of the Efficiency of Polish Foundries Using Data Envelopment Analysis A R C H I V E S of F O U N D R Y E N G I N E E R I N G DOI: 10.1515/afe-2017-0039 Published quarterly as the organ of the Foundry Commission of the Polish Academy of Sciences ISSN (2299-2944) Volume 17

More information

A general approach to calculating VaR without volatilities and correlations

A general approach to calculating VaR without volatilities and correlations page 19 A general approach to calculating VaR without volatilities and correlations Peter Benson * Peter Zangari Morgan Guaranty rust Company Risk Management Research (1-212) 648-8641 zangari_peter@jpmorgan.com

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

STOCK MARKET FORECASTING USING NEURAL NETWORKS

STOCK MARKET FORECASTING USING NEURAL NETWORKS STOCK MARKET FORECASTING USING NEURAL NETWORKS Lakshmi Annabathuni University of Central Arkansas 400S Donaghey Ave, Apt#7 Conway, AR 72034 (845) 636-3443 lakshmiannabathuni@gmail.com Mark E. McMurtrey,

More information

Reinforcement Learning

Reinforcement Learning Reinforcement Learning MDP March May, 2013 MDP MDP: S, A, P, R, γ, µ State can be partially observable: Partially Observable MDPs () Actions can be temporally extended: Semi MDPs (SMDPs) and Hierarchical

More information

Modeling Logic Gates with Delay- Part#1

Modeling Logic Gates with Delay- Part#1 Modelg Logic Gates with Delay- Part#1 by George Lungu - The previous series of tutorials treated logic gates ideally with considerg propagation delays, havg perfect edges at the put (negligible rise time

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

Data based stock portfolio construction using Computational Intelligence

Data based stock portfolio construction using Computational Intelligence Data based stock portfolio construction using Computational Intelligence Asimina Dimara and Christos-Nikolaos Anagnostopoulos Data Economy workshop: How online data change economy and business Introduction

More information

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions

Business Strategies in Credit Rating and the Control of Misclassification Costs in Neural Network Predictions Association for Information Systems AIS Electronic Library (AISeL) AMCIS 2001 Proceedings Americas Conference on Information Systems (AMCIS) December 2001 Business Strategies in Credit Rating and the Control

More information

Estimation of Volatility of Cross Sectional Data: a Kalman filter approach

Estimation of Volatility of Cross Sectional Data: a Kalman filter approach Estimation of Volatility of Cross Sectional Data: a Kalman filter approach Cristina Sommacampagna University of Verona Italy Gordon Sick University of Calgary Canada This version: 4 April, 2004 Abstract

More information

Notes for the Course Autonomous Agents and Multiagent Systems 2017/2018. Francesco Amigoni

Notes for the Course Autonomous Agents and Multiagent Systems 2017/2018. Francesco Amigoni Notes for the Course Autonomous Agents and Multiagent Systems 2017/2018 Francesco Amigoni Current address: Dipartimento di Elettronica, Informazione e Bioingegneria, Politecnico di Milano, Piazza Leonardo

More information

Comparative Study between Linear and Graphical Methods in Solving Optimization Problems

Comparative Study between Linear and Graphical Methods in Solving Optimization Problems Comparative Study between Linear and Graphical Methods in Solving Optimization Problems Mona M Abd El-Kareem Abstract The main target of this paper is to establish a comparative study between the performance

More information

Lab #3: Operational Amplifiers

Lab #3: Operational Amplifiers Indiana U, Physics Dept (H.O. Meyer 7/06) Lab #3: Operational Amplifiers Goal: Learn how to use operational amplifiers (opamps) with various types of feedback ga control. Equipment: OP07 opamp, bread board,

More information

ISSN: (Online) Volume 4, Issue 2, February 2016 International Journal of Advance Research in Computer Science and Management Studies

ISSN: (Online) Volume 4, Issue 2, February 2016 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 4, Issue 2, February 2016 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case Study Available online

More information

Analysis of 2x2 Cross-Over Designs using T-Tests for Non-Inferiority

Analysis of 2x2 Cross-Over Designs using T-Tests for Non-Inferiority Chapter 235 Analysis of 2x2 Cross-Over Designs using -ests for Non-Inferiority Introduction his procedure analyzes data from a two-treatment, two-period (2x2) cross-over design where the goal is to demonstrate

More information

ROM Simulation with Exact Means, Covariances, and Multivariate Skewness

ROM Simulation with Exact Means, Covariances, and Multivariate Skewness ROM Simulation with Exact Means, Covariances, and Multivariate Skewness Michael Hanke 1 Spiridon Penev 2 Wolfgang Schief 2 Alex Weissensteiner 3 1 Institute for Finance, University of Liechtenstein 2 School

More information

Segmentation and Scattering of Fatigue Time Series Data by Kurtosis and Root Mean Square

Segmentation and Scattering of Fatigue Time Series Data by Kurtosis and Root Mean Square Segmentation and Scattering of Fatigue Time Series Data by Kurtosis and Root Mean Square Z. M. NOPIAH 1, M. I. KHAIRIR AND S. ABDULLAH Department of Mechanical and Materials Engineering Universiti Kebangsaan

More information

Decision model, sentiment analysis, classification. DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction

Decision model, sentiment analysis, classification. DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction DECISION SCIENCES INSTITUTE A Hybird Model for Stock Prediction Si Yan Illinois Institute of Technology syan3@iit.edu Yanliang Qi New Jersey Institute of Technology yq9@njit.edu ABSTRACT In this paper,

More information

FISHER TOTAL FACTOR PRODUCTIVITY INDEX FOR TIME SERIES DATA WITH UNKNOWN PRICES. Thanh Ngo ψ School of Aviation, Massey University, New Zealand

FISHER TOTAL FACTOR PRODUCTIVITY INDEX FOR TIME SERIES DATA WITH UNKNOWN PRICES. Thanh Ngo ψ School of Aviation, Massey University, New Zealand FISHER TOTAL FACTOR PRODUCTIVITY INDEX FOR TIME SERIES DATA WITH UNKNOWN PRICES Thanh Ngo ψ School of Aviation, Massey University, New Zealand David Tripe School of Economics and Finance, Massey University,

More information

An Algorithm for Distributing Coalitional Value Calculations among Cooperating Agents

An Algorithm for Distributing Coalitional Value Calculations among Cooperating Agents An Algorithm for Distributing Coalitional Value Calculations among Cooperating Agents Talal Rahwan and Nicholas R. Jennings School of Electronics and Computer Science, University of Southampton, Southampton

More information

Module 10:Application of stochastic processes in areas like finance Lecture 36:Black-Scholes Model. Stochastic Differential Equation.

Module 10:Application of stochastic processes in areas like finance Lecture 36:Black-Scholes Model. Stochastic Differential Equation. Stochastic Differential Equation Consider. Moreover partition the interval into and define, where. Now by Rieman Integral we know that, where. Moreover. Using the fundamentals mentioned above we can easily

More information

Exact Inference (9/30/13) 2 A brief review of Forward-Backward and EM for HMMs

Exact Inference (9/30/13) 2 A brief review of Forward-Backward and EM for HMMs STA561: Probabilistic machine learning Exact Inference (9/30/13) Lecturer: Barbara Engelhardt Scribes: Jiawei Liang, He Jiang, Brittany Cohen 1 Validation for Clustering If we have two centroids, η 1 and

More information

November 2001 Course 1 Mathematical Foundations of Actuarial Science. Society of Actuaries/Casualty Actuarial Society

November 2001 Course 1 Mathematical Foundations of Actuarial Science. Society of Actuaries/Casualty Actuarial Society November 00 Course Mathematical Foundations of Actuarial Science Society of Actuaries/Casualty Actuarial Society . An urn contains 0 balls: 4 red and 6 blue. A second urn contains 6 red balls and an unknown

More information

Accelerated Option Pricing Multiple Scenarios

Accelerated Option Pricing Multiple Scenarios Accelerated Option Pricing in Multiple Scenarios 04.07.2008 Stefan Dirnstorfer (stefan@thetaris.com) Andreas J. Grau (grau@thetaris.com) 1 Abstract This paper covers a massive acceleration of Monte-Carlo

More information

Design of a Financial Application Driven Multivariate Gaussian Random Number Generator for an FPGA

Design of a Financial Application Driven Multivariate Gaussian Random Number Generator for an FPGA Design of a Financial Application Driven Multivariate Gaussian Random Number Generator for an FPGA Chalermpol Saiprasert, Christos-Savvas Bouganis and George A. Constantinides Department of Electrical

More information

Creating short-term stockmarket trading strategies using Artificial Neural Networks: A Case Study

Creating short-term stockmarket trading strategies using Artificial Neural Networks: A Case Study Bond University epublications@bond Information Technology papers School of Information Technology 9-7-2008 Creating short-term stockmarket trading strategies using Artificial Neural Networks: A Case Study

More information

Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm

Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm Prediction Using Back Propagation and k- Nearest Neighbor (k-nn) Algorithm Tejaswini patil 1, Karishma patil 2, Devyani Sonawane 3, Chandraprakash 4 Student, Dept. of computer, SSBT COET, North Maharashtra

More information

Implied correlation from VaR 1

Implied correlation from VaR 1 Implied correlation from VaR 1 John Cotter 2 and François Longin 3 1 The first author acknowledges financial support from a Smurfit School of Business research grant and was developed whilst he was visiting

More information

Understanding Deep Learning Requires Rethinking Generalization

Understanding Deep Learning Requires Rethinking Generalization Understanding Deep Learning Requires Rethinking Generalization ChiyuanZhang 1 Samy Bengio 3 Moritz Hardt 3 Benjamin Recht 2 Oriol Vinyals 4 1 Massachusetts Institute of Technology 2 University of California,

More information

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function?

Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? DOI 0.007/s064-006-9073-z ORIGINAL PAPER Solving dynamic portfolio choice problems by recursing on optimized portfolio weights or on the value function? Jules H. van Binsbergen Michael W. Brandt Received:

More information