Stock Market Indices Prediction Using Time Series Analysis

Size: px
Start display at page:

Download "Stock Market Indices Prediction Using Time Series Analysis"

Transcription

1 Stock Market Indices Prediction Using Time Series Analysis ALINA BĂRBULESCU Department of Mathematics and Computer Science Ovidius University of Constanța 124, Mamaia Bd., , Constanța ROMANIA IULIA ILIE Master Student - Department of Mathematics and Computer Science Ovidius University of Constanta 124, Mamaia Bd., , Constanta ROMANIA iulia_ilie1988 yahoo.com Abstract: - In this paper we present two non-parametric approaches used for time series analysis and modeling for a financial time series: the DJIA - stock index open values. We used two recently developed algorithms and methods for time series prediction, Gene Expression Programming and Neural Networks because they are suitable for the series that present high variability, as in the present situation. After using these approaches we managed to obtain models which explain 92% of the variance in the case of GEP and 98% in the case of Multilayer Perceptron. Key-Words: - Gene Expression Programming, Neural networks, time series, DJIA, evaluation, accuracy 1 Introduction Planning the future is very necessary for the business companies, governmental institutions, and for every economy. As like every business is doing planning for possibilities of its financial resources and sales and for the profit maximization. Having the basis of time series analysis, businessmen can predict the changes in economy and their business environment. One of the main applications of time series analysis and forecasting is stock market analysis which uses mostly stock indices. The evolution indices are convenient gauges of the stock market that indicate the direction of the market over a period of time. By their using one can compare how well individual stocks and mutual funds have performed against comparable market indicators for the same period. Since stock market prices do not follow random walks [8] and almost never satisfies the stationarity hypotheses [10], traditional parametric approaches are not enough in finding accurate models. Therefore, innovative methods have been proposed for these time series [11] [12], including nonparametric methods and artificial intelligence [1]. 2 Problem formulation In the following we present the solution proposed by us for solving the following problem: finding a nonparametric method for developing a good model (in term of explained variance) for the analyzed time series, here, the Dow-Jones Industrial Average (monthly open values) registered in the period The best model is the one having the smallest error between the actual data and the predicted one. Two approaches we decided to use in this purpose are Gene Expression Programming and Neural Networks and they will be described in the following paragraphs. 3 Methods Two approaches have been proposed for solving the given problem: Gene Expression Programming and Neural Networks. They will be described in the following subsections. 3.1 Gene Expression Programming Gene Expression Programming is a programming technique which imitates natural, biological ISBN:

2 evolution and it combines features from Genetic Programming (GP) and Genetic Algorithms. This programming technique was introduced by Candida Ferreira, and it is a much more elegant and powerful tool for developing programs which try to describe different phenomena than Genetic Programming [5] The best new feature Gene Expression Programming posses is that it contains a system for encoding expressions which enables the developer to add mutations and let the program evolve on its own but by being sure that in the end the resulting new program will be valid. The working diagram of a gene expression algorithm (GEA) is shown in Fig.1. desired diversity and randomness in the analyzed population. One important aspect of GEP is that not all members of a generation are the object of alterations done through mutation, inversion, transposition and recombination but only the ones which have been previously randomly selected with the help of genetic operators. The rest of the specimens of a generation are replicated, meaning that their genomes will be copied and forwarded to the new generation. These operators randomly select the chromosomes to be modified. Thus, in GEP, a chromosome might be modified by one or several operators at a time or not be modified at all. By randomly selecting which member to be altered, one chromosome might sustain modifications through the action of one, more operators or even none at all. Fig. 1. The workflow of a gene expression programming algorithm [14] The algorithm begins with the selection of an initial population for which we have to randomly generate chromosomes. In the next step these generated chromosomes are evaluated for fitness to characteristics set in the beginning. Then, a selection is made for the specimens which are compliant with the fitness criteria in order to be altered trough evolution, leading to new, enhanced traits in the following generation. The same developmental process is then applied to the members of this new generation: generate the chromosomes, test for fitness and then select the best members for altering. This part of the algorithm is repeated for a specified number of times or until the criteria for finding a solution has been met. The alteration done to certain members from a generation is done with the help of pre-established genetic operators with which we can obtain the 3.2. Neural Networks A neural network is an interconnected group of natural or artificial neurons which uses a mathematical or computational model for data analysis and manipulation. An artificial neural network is usually an adaptive system that changes its structure according to internal or external stimuli existing through the network. In recent times, it has also become known as a practical technology, with many successful applications in different areas [9]. One of the widest used types of neural networks is the multilayer perceptron network (MLP). Its basic architecture is presented in the following diagram (Fig. 2). The network has an input layer, one hidden layer and an output layer. The input layer is a vector of predictor standardized variables values. Fig. 2. MLP with three neurons in each layer [14] Each neuron in the hidden layer will then take its value from the input layer. A bias is also sent to ISBN:

3 each of the hidden layers, is multiplied by a weight and added to the sum going into the neuron. In the hidden layer, linear combinations weighted input values are produced ( u j ) and are sent into a transfer function, σ, obtaining as results the values h j, that are forwarded to the output layer. Arriving at the neurons in the output layer, the values from the hidden layer are again weighted and combined, producing new values ( v j ) fed again into a transfer function σ, the resulting values being the output of the network. The MPL learning algorithm is the following [15]: Initialize the network, with all weights set to random numbers between -1 and +1. Present the first training pattern, and obtain the output. Compare the network output with the target output. Propagate the error backwards. Compute the error between the results and the target data. Repeat the previous 4 steps for each pattern in the training set until we complete one era. Shuffle the training set pattern randomly Repeat the algorithm for more eras until the error doesn t change anymore. Setting a training pattern requires the following procedures [3]: Selecting how many hidden layers to use in the network. Deciding how many neurons to use in each hidden layer. Finding a globally optimal solution that avoids local minima. Converging to an optimal solution in a reasonable period of time. Validating the neural network to test for overfitting. the randomness hypothesis was also rejected after performing the rank correlation test; the presence of break points was proved after conducting Hubert s segmentation algorithm [6] (Table 1); the long range dependence hypothesis was not rejected after computing the Hurst coefficient by R/S method [4] [13] (Fig.4). Fig.3. DJIA series (monthly, open values) registered in the period January 1896 December 2009 Table 1. the results of segmentation procedure of Hubert 4 Problem Solution For the series of monthly DJIA open values (Fig. 3), we have done a preliminary analysis consisting of testing the following hypotheses: normality, stationarity, autocorrelation, the existence of break points and long range dependence. After applying the tests we received the results: the normality hypothesis was rejected by Kolmogorov Smirnov and Shapiro Wilks tests; the KPSS test [7] rejected the stationarity hypothesis; Fig.4. Evaluation of Hurst coefficient for initial series by R/S method The high variability, especially at the end of the study period, and the existence of a big number of break points, determined us to take logarithms of ISBN:

4 values of the initial series ( x t ) and to apply the modeling techniques described in Section 3 on the transformed ones, y t ln( x t ) (denoted by ln(djia) in the following figures). The same statistical tests have been performed by using ( y t ), the results being similar to those from [2] for the DJIA close data. Before running the Gene Expression Programming Algorithm over the new data, the series trend has been determined. It is of exponential type, having the equation: multiplication, division. The following rates have been set: for mutation, 0.1 for inversion, IS, RIS and Gene transposition and 0.3 for recombination rate. The data was divided in two subseries: one for training (1000 values) and one for the model validation (355 values). The model and the corresponding prediction error are presented in Figs. 7, 8. In Fig 7, we also remark the prediction forecasts, done on the basis of the GEP model. y e t t where t is the time (Fig.5). The variance explained by it is of %., Fig.7. Model for ( y t ) Fig.5. Exponential trend of ( y t ) Fig.8. The prediction error in GEP model Fig. 6. Settings for GEP algorithm The next step we conducted the fitting procedure. The settings from Fig. 6 were used. The linking function was the addition, and the functions used in expression: addition, subtraction, The following results have been obtained: For the training data: - the variance in input data = ; - residual variance after model fit = ; - proportion of variance explained by model = %; - correlation between actual and predicted = %; For the validation data: - the variance in input data = ; - the residual variance after model fit = ; - proportion of variance explained by model %. - correlation between actual and predicted = ; ISBN:

5 The model quality is good enough since the proportion of variation explained by model is greater than %, and the correlation between actual and predicted values, very close to 1. Since the previous result could be improved, the MLP algorithm was also run. As in the GEP case, the trend was first subtracted from y ) (Fig. 9). ( t After performing the curve fitting (Fig.10), the residual variance obtained was equal to and the correlation between actual and predicted values has was of ( %). The prediction quality can be observed in Figs. 10 and 11. In the last one, where the predicted values are plotted versus the registered ones, the distribution of the predictions, very close to the first bisectrix of the axes, confirms the model accuracy. Fig.9. Transformed series Ln(DJIA), after the trend subtraction Then, the following settings have been done to run the MLP algorithm: The predictor variable was chosen to be the difference of the first order of ( y t ), i.e. ( yt 1 yt ). The number of layers was 3 (1 hidden) and the number of neurons in the hidden layer: 2. The activation function for the hidden layer was the logistic one and that for the output layer was the linear one. The conjugate gradient method has been used for training the network. Fig. 11. The chart of the predicted values versus the actual ones 5 Conclusion After conducting the tests over the analyzed financial data it was clear that trying to find a good fitting model through traditional, parametric methods would be futile. The models proposed by us fit well the DJIA series, the second one performing better on the validation stage, and consequently, in the prediction one. Considering that the methods we worked with gave good results for the analyzed series, we are encouraged to use them for solving other problems for which classical approaches fail. Fig.10. Actual data, the predicted ones and the forecast in MLP References: [1] E. M. Azoff, E.M. Azoff, Neural Network Time Series Forecasting of Financial Markets, New York, John Wiley & Sons, 1994 [2] A. Bărbulescu, E. Băutu, A hybrid approach for modeling financial time series, International Arab Journal of Information and Technology, vol. 9, No. 4, July 2012, in print [3] A. Bărbulescu, E. Pelican, On the Sulina Precipitation Data Analysis Using the ARMA models and a Neural Network Technique, Recent Advances in Mathematical and Computational Methods in Science and Engineering, Part II, 2008, pp ISBN:

6 [4] A. Bărbulescu, C. Şerban (Gherghina), C. Maftei, Evaluation of Hurst exponent for precipitation time series, Latest Trends on Computers, Vol.II, 2010, pp [5] C. Ferreira, Gene Expression programming: mathematical modeling by an artificial intelligence, Springer-Verlag, [6] P. Hubert, J. P. Hubert, Carbonnel, A. Chaouche, Segmentation des séries hydrométéorologiques. Application a des series de précipitations et de débits de l'afrique de l'ouest, Journal of Hydrology, 110, 1989, pp [7] D. Kwiatkowski, P. C. B. Phillips, P. Schmidt, Y. Shin, Testing the Null Hypothesis of Stationarity against the Alternative of a Unit Root, Journal of Econometrics, 54, 1992, pp [8] A. W. Lo, A. C. MacKinlay, Stock market prices do not follow random walks: evidence from a simple specification test, Rev. Financ. Stud., 1 (1), 1988, pp [9] J. M. Nazzal, I. M. El-Emary, S. A. Najim, Multilayer Perceptron Neural Network (MLPs) for Analyzing the Properties of Jordan Oil Shale, World Applied Sciences Journal, 5 (5), 2008, pp [10] A. R. Pagan, G. W. Schwert, Covariance stationarity in stock market data, Economics Letters, 33, 1990, pp [11] S. J. Taylor, Modelling financial time series, World Scientific, 2 nd edition, 2007 [12] R. S. Tsay, Analysis of Financial Time Series, Wiley Series in Probability and Statistics, John Wiley & Sons, [13] avelets/hurst/ [14] [15] ne_learning/lecture5/mlp.pdf ISBN:

Artificial neural networks in forecasting tourists flow, an intelligent technique to help the economic development of tourism in Albania.

Artificial neural networks in forecasting tourists flow, an intelligent technique to help the economic development of tourism in Albania. Artificial neural networks in forecasting tourists flow, an intelligent technique to help the economic development of tourism in Albania. Dezdemona Gjylapi, MSc, PhD Candidate University Pavaresia Vlore,

More information

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm

Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Stock Price Prediction Using Multilayer Perceptron Neural Network by Monitoring Frog Leaping Algorithm Ahdieh Rahimi Garakani Department of Computer South Tehran Branch Islamic Azad University Tehran,

More information

IBM SPSS Neural Networks

IBM SPSS Neural Networks IBM Software IBM SPSS Neural Networks 20 IBM SPSS Neural Networks New tools for building predictive models Highlights Explore subtle or hidden patterns in your data. Build better-performing models No programming

More information

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

(i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods Tools and Applications Chapter Intended Learning Outcomes: (i) Understanding the basic concepts of signal modeling, correlation, maximum likelihood estimation, least squares and iterative numerical methods

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM 5.1 Introduction This chapter focuses on the use of an optimization technique known as genetic algorithm to optimize the dimensions of

More information

Neural Network Predictive Controller for Pressure Control

Neural Network Predictive Controller for Pressure Control Neural Network Predictive Controller for Pressure Control ZAZILAH MAY 1, MUHAMMAD HANIF AMARAN 2 Department of Electrical and Electronics Engineering Universiti Teknologi PETRONAS Bandar Seri Iskandar,

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network

MAGNT Research Report (ISSN ) Vol.6(1). PP , Controlling Cost and Time of Construction Projects Using Neural Network Controlling Cost and Time of Construction Projects Using Neural Network Li Ping Lo Faculty of Computer Science and Engineering Beijing University China Abstract In order to achieve optimized management,

More information

Evolutionary Artificial Neural Networks For Medical Data Classification

Evolutionary Artificial Neural Networks For Medical Data Classification Evolutionary Artificial Neural Networks For Medical Data Classification GRADUATE PROJECT Submitted to the Faculty of the Department of Computing Sciences Texas A&M University-Corpus Christi Corpus Christi,

More information

FINANCIAL TIME SERIES FORECASTING USING A HYBRID NEURAL- EVOLUTIVE APPROACH

FINANCIAL TIME SERIES FORECASTING USING A HYBRID NEURAL- EVOLUTIVE APPROACH FINANCIAL TIME SERIES FORECASTING USING A HYBRID NEURAL- EVOLUTIVE APPROACH JUAN J. FLORES 1, ROBERTO LOAEZA 1, HECTOR RODRIGUEZ 1, FEDERICO GONZALEZ 2, BEATRIZ FLORES 2, ANTONIO TERCEÑO GÓMEZ 3 1 Division

More information

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors

Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Int. J. Advanced Networking and Applications 1053 Using of Artificial Neural Networks to Recognize the Noisy Accidents Patterns of Nuclear Research Reactors Eng. Abdelfattah A. Ahmed Atomic Energy Authority,

More information

Forecasting Exchange Rates using Neural Neworks

Forecasting Exchange Rates using Neural Neworks International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 6, Number 1 (2016), pp. 35-44 International Research Publications House http://www. irphouse.com Forecasting Exchange

More information

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF

CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 95 CHAPTER 6 BACK PROPAGATED ARTIFICIAL NEURAL NETWORK TRAINED ARHF 6.1 INTRODUCTION An artificial neural network (ANN) is an information processing model that is inspired by biological nervous systems

More information

Behaviour Patterns Evolution on Individual and Group Level. Stanislav Slušný, Roman Neruda, Petra Vidnerová. CIMMACS 07, December 14, Tenerife

Behaviour Patterns Evolution on Individual and Group Level. Stanislav Slušný, Roman Neruda, Petra Vidnerová. CIMMACS 07, December 14, Tenerife Behaviour Patterns Evolution on Individual and Group Level Stanislav Slušný, Roman Neruda, Petra Vidnerová Department of Theoretical Computer Science Institute of Computer Science Academy of Science of

More information

Smart Home System for Energy Saving using Genetic- Fuzzy-Neural Networks Approach

Smart Home System for Energy Saving using Genetic- Fuzzy-Neural Networks Approach Int. J. of Sustainable Water & Environmental Systems Volume 8, No. 1 (216) 27-31 Abstract Smart Home System for Energy Saving using Genetic- Fuzzy-Neural Networks Approach Anwar Jarndal* Electrical and

More information

Prediction of Cluster System Load Using Artificial Neural Networks

Prediction of Cluster System Load Using Artificial Neural Networks Prediction of Cluster System Load Using Artificial Neural Networks Y.S. Artamonov 1 1 Samara National Research University, 34 Moskovskoe Shosse, 443086, Samara, Russia Abstract Currently, a wide range

More information

Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis

Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis Practical Comparison of Results of Statistic Regression Analysis and Neural Network Regression Analysis Marek Vochozka Institute of Technology and Businesses in České Budějovice Abstract There are many

More information

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections

A Comparison of Particle Swarm Optimization and Gradient Descent in Training Wavelet Neural Network to Predict DGPS Corrections Proceedings of the World Congress on Engineering and Computer Science 00 Vol I WCECS 00, October 0-, 00, San Francisco, USA A Comparison of Particle Swarm Optimization and Gradient Descent in Training

More information

On the Application of Artificial Neural Network in Analyzing and Studying Daily Loads of Jordan Power System Plant

On the Application of Artificial Neural Network in Analyzing and Studying Daily Loads of Jordan Power System Plant UDC 004.725 On the Application of Artificial Neural Network in Analyzing and Studying Daily Loads of Jordan Power System Plant Salam A. Najim 1, Zakaria A. M. Al-Omari 2 and Samir M. Said 1 1 Faculty of

More information

Millimeter Wave RF Front End Design using Neuro-Genetic Algorithms

Millimeter Wave RF Front End Design using Neuro-Genetic Algorithms Millimeter Wave RF Front End Design using Neuro-Genetic Algorithms Rana J. Pratap, J.H. Lee, S. Pinel, G.S. May *, J. Laskar and E.M. Tentzeris Georgia Electronic Design Center Georgia Institute of Technology,

More information

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication * Shashank Mishra 1, G.S. Tripathi M.Tech. Student, Dept. of Electronics and Communication Engineering,

More information

Combination of M-Estimators and Neural Network Model to Analyze Inside/Outside Bark Tree Diameters

Combination of M-Estimators and Neural Network Model to Analyze Inside/Outside Bark Tree Diameters Combination of M-Estimators and Neural Network Model to Analyze Inside/Outside Bark Tree Diameters Kyriaki Kitikidou, Elias Milios, Lazaros Iliadis, Minas Kaymakis To cite this version: Kyriaki Kitikidou,

More information

A Prototype Wire Position Monitoring System

A Prototype Wire Position Monitoring System LCLS-TN-05-27 A Prototype Wire Position Monitoring System Wei Wang and Zachary Wolf Metrology Department, SLAC 1. INTRODUCTION ¹ The Wire Position Monitoring System (WPM) will track changes in the transverse

More information

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK

CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK CHAPTER 4 LINK ADAPTATION USING NEURAL NETWORK 4.1 INTRODUCTION For accurate system level simulator performance, link level modeling and prediction [103] must be reliable and fast so as to improve the

More information

Genealogical trees, coalescent theory, and the analysis of genetic polymorphisms

Genealogical trees, coalescent theory, and the analysis of genetic polymorphisms Genealogical trees, coalescent theory, and the analysis of genetic polymorphisms Magnus Nordborg University of Southern California The importance of history Genetic polymorphism data represent the outcome

More information

A Factorial Representation of Permutations and Its Application to Flow-Shop Scheduling

A Factorial Representation of Permutations and Its Application to Flow-Shop Scheduling Systems and Computers in Japan, Vol. 38, No. 1, 2007 Translated from Denshi Joho Tsushin Gakkai Ronbunshi, Vol. J85-D-I, No. 5, May 2002, pp. 411 423 A Factorial Representation of Permutations and Its

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Publication P IEEE. Reprinted with permission.

Publication P IEEE. Reprinted with permission. P3 Publication P3 J. Martikainen and S. J. Ovaska function approximation by neural networks in the optimization of MGP-FIR filters in Proc. of the IEEE Mountain Workshop on Adaptive and Learning Systems

More information

The Genetic Algorithm

The Genetic Algorithm The Genetic Algorithm The Genetic Algorithm, (GA) is finding increasing applications in electromagnetics including antenna design. In this lesson we will learn about some of these techniques so you are

More information

Estimation of Ground Enhancing Compound Performance Using Artificial Neural Network

Estimation of Ground Enhancing Compound Performance Using Artificial Neural Network 0 International Conference on High Voltage Engineering and Application, Shanghai, China, September 7-0, 0 Estimation of Ground Enhancing Compound Performance Using Artificial Neural Network V. P. Androvitsaneas

More information

Neural Networks and Antenna Arrays

Neural Networks and Antenna Arrays Neural Networks and Antenna Arrays MAJA SAREVSKA 1, NIKOS MASTORAKIS 2 1 Istanbul Technical University, Istanbul, TURKEY 2 Hellenic Naval Academy, Athens, GREECE sarevska@itu.edu.tr mastor@wseas.org Abstract:

More information

Population Adaptation for Genetic Algorithm-based Cognitive Radios

Population Adaptation for Genetic Algorithm-based Cognitive Radios Population Adaptation for Genetic Algorithm-based Cognitive Radios Timothy R. Newman, Rakesh Rajbanshi, Alexander M. Wyglinski, Joseph B. Evans, and Gary J. Minden Information Technology and Telecommunications

More information

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction

Application of Multi Layer Perceptron (MLP) for Shower Size Prediction Chapter 3 Application of Multi Layer Perceptron (MLP) for Shower Size Prediction 3.1 Basic considerations of the ANN Artificial Neural Network (ANN)s are non- parametric prediction tools that can be used

More information

The Basic Kak Neural Network with Complex Inputs

The Basic Kak Neural Network with Complex Inputs The Basic Kak Neural Network with Complex Inputs Pritam Rajagopal The Kak family of neural networks [3-6,2] is able to learn patterns quickly, and this speed of learning can be a decisive advantage over

More information

Surveillance and Calibration Verification Using Autoassociative Neural Networks

Surveillance and Calibration Verification Using Autoassociative Neural Networks Surveillance and Calibration Verification Using Autoassociative Neural Networks Darryl J. Wrest, J. Wesley Hines, and Robert E. Uhrig* Department of Nuclear Engineering, University of Tennessee, Knoxville,

More information

A Numerical Approach to Understanding Oscillator Neural Networks

A Numerical Approach to Understanding Oscillator Neural Networks A Numerical Approach to Understanding Oscillator Neural Networks Natalie Klein Mentored by Jon Wilkins Networks of coupled oscillators are a form of dynamical network originally inspired by various biological

More information

Department of Mechanical Engineering, College of Engineering, National Cheng Kung University

Department of Mechanical Engineering, College of Engineering, National Cheng Kung University Research Express@NCKU Volume 9 Issue 6 - July 3, 2009 [ http://research.ncku.edu.tw/re/articles/e/20090703/3.html ] A novel heterodyne polarimeter for the multiple-parameter measurements of twisted nematic

More information

Prediction of Compaction Parameters of Soils using Artificial Neural Network

Prediction of Compaction Parameters of Soils using Artificial Neural Network Prediction of Compaction Parameters of Soils using Artificial Neural Network Jeeja Jayan, Dr.N.Sankar Mtech Scholar Kannur,Kerala,India jeejajyn@gmail.com Professor,NIT Calicut Calicut,India sankar@notc.ac.in

More information

Synthesis Algorithms and Validation

Synthesis Algorithms and Validation Chapter 5 Synthesis Algorithms and Validation An essential step in the study of pathological voices is re-synthesis; clear and immediate evidence of the success and accuracy of modeling efforts is provided

More information

On the Peculiar Distribution of the U.S. Stock Indeces Digits

On the Peculiar Distribution of the U.S. Stock Indeces Digits On the Peculiar Distribution of the U.S. Stock Indeces Digits Eduardo Ley Resources for the Future, Washington DC Version: November 29, 1994 Abstract. Recent research has focused on studying the patterns

More information

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press, ISSN

Transactions on Information and Communications Technologies vol 1, 1993 WIT Press,   ISSN Combining multi-layer perceptrons with heuristics for reliable control chart pattern classification D.T. Pham & E. Oztemel Intelligent Systems Research Laboratory, School of Electrical, Electronic and

More information

CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS

CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS CYCLIC GENETIC ALGORITHMS FOR EVOLVING MULTI-LOOP CONTROL PROGRAMS GARY B. PARKER, CONNECTICUT COLLEGE, USA, parker@conncoll.edu IVO I. PARASHKEVOV, CONNECTICUT COLLEGE, USA, iipar@conncoll.edu H. JOSEPH

More information

Application of Artificial Neural Networks System for Synthesis of Phased Cylindrical Arc Antenna Arrays

Application of Artificial Neural Networks System for Synthesis of Phased Cylindrical Arc Antenna Arrays International Journal of Communication Engineering and Technology. ISSN 2277-3150 Volume 4, Number 1 (2014), pp. 7-15 Research India Publications http://www.ripublication.com Application of Artificial

More information

Load Frequency Controller Design for Interconnected Electric Power System

Load Frequency Controller Design for Interconnected Electric Power System Load Frequency Controller Design for Interconnected Electric Power System M. A. Tammam** M. A. S. Aboelela* M. A. Moustafa* A. E. A. Seif* * Department of Electrical Power and Machines, Faculty of Engineering,

More information

COMPARATIVE ANALYSIS OF ACCURACY ON MISSING DATA USING MLP AND RBF METHOD V.B. Kamble 1, S.N. Deshmukh 2 1

COMPARATIVE ANALYSIS OF ACCURACY ON MISSING DATA USING MLP AND RBF METHOD V.B. Kamble 1, S.N. Deshmukh 2 1 COMPARATIVE ANALYSIS OF ACCURACY ON MISSING DATA USING MLP AND RBF METHOD V.B. Kamble 1, S.N. Deshmukh 2 1 P.E.S. College of Engineering, Aurangabad. (M.S.) India. 2 Dr. Babasaheb Ambedkar Marathwada University,

More information

Evolutions of communication

Evolutions of communication Evolutions of communication Alex Bell, Andrew Pace, and Raul Santos May 12, 2009 Abstract In this paper a experiment is presented in which two simulated robots evolved a form of communication to allow

More information

CONSTRUCTION COST PREDICTION USING NEURAL NETWORKS

CONSTRUCTION COST PREDICTION USING NEURAL NETWORKS ISSN: 9-9 (ONLINE) ICTACT JOURNAL ON SOFT COMPUTING, OCTOBER 7, VOLUME: 8, ISSUE: DOI:.97/ijsc.7. CONSTRUCTION COST PREDICTION USING NEURAL NETWORKS Smita K. Magdum and Amol C. Adamuthe Department of Computer

More information

Prediction of Breathing Patterns Using Neural Networks

Prediction of Breathing Patterns Using Neural Networks Virginia Commonwealth University VCU Scholars Compass Theses and Dissertations Graduate School 2008 Prediction of Breathing Patterns Using Neural Networks Pavani Davuluri Virginia Commonwealth University

More information

METIS Second Training & Seminar. Smart antenna: Source localization and beamforming

METIS Second Training & Seminar. Smart antenna: Source localization and beamforming METIS Second Training & Seminar Smart antenna: Source localization and beamforming Faculté des sciences de Tunis Unité de traitement et analyse des systèmes haute fréquences Ali Gharsallah Email:ali.gharsallah@fst.rnu.tn

More information

Lesson 08. Convolutional Neural Network. Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni.

Lesson 08. Convolutional Neural Network. Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni. Lesson 08 Convolutional Neural Network Ing. Marek Hrúz, Ph.D. Katedra Kybernetiky Fakulta aplikovaných věd Západočeská univerzita v Plzni Lesson 08 Convolution we will consider 2D convolution the result

More information

The Behavior Evolving Model and Application of Virtual Robots

The Behavior Evolving Model and Application of Virtual Robots The Behavior Evolving Model and Application of Virtual Robots Suchul Hwang Kyungdal Cho V. Scott Gordon Inha Tech. College Inha Tech College CSUS, Sacramento 253 Yonghyundong Namku 253 Yonghyundong Namku

More information

The Use of Genetic Algorithms and Neural Networks to Approximate Missing Data in Database

The Use of Genetic Algorithms and Neural Networks to Approximate Missing Data in Database The Use of Genetic Algorithms and Neural Networks to Approximate Missing Data in Database Mussa Abdella School of Electrica and nformation Engineering University of the Witwatersrand Johannesburg, South

More information

Behavior Emergence in Autonomous Robot Control by Means of Feedforward and Recurrent Neural Networks

Behavior Emergence in Autonomous Robot Control by Means of Feedforward and Recurrent Neural Networks Behavior Emergence in Autonomous Robot Control by Means of Feedforward and Recurrent Neural Networks Stanislav Slušný, Petra Vidnerová, Roman Neruda Abstract We study the emergence of intelligent behavior

More information

Appendices. Chile models. Appendix

Appendices. Chile models. Appendix Appendices Appendix Chile models Table 1 New Philips curve Dependent Variable: DLCPI Date: 11/15/04 Time: 17:23 Sample(adjusted): 1997:2 2003:4 Included observations: 27 after adjusting endpoints Kernel:

More information

A Review on Genetic Algorithm and Its Applications

A Review on Genetic Algorithm and Its Applications 2017 IJSRST Volume 3 Issue 8 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology A Review on Genetic Algorithm and Its Applications Anju Bala Research Scholar, Department

More information

Shuffled Complex Evolution

Shuffled Complex Evolution Shuffled Complex Evolution Shuffled Complex Evolution An Evolutionary algorithm That performs local and global search A solution evolves locally through a memetic evolution (Local search) This local search

More information

COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS

COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS International Journal of Latest Trends in Engineering and Technology Special Issue SACAIM 2016, pp. 448-453 e-issn:2278-621x COMPARATIVE STUDY ON ARTIFICIAL NEURAL NETWORK ALGORITHMS Neenu Joseph 1, Melody

More information

Side Lobe Level Reduction in Circular Antenna Array Using DE Algorithm

Side Lobe Level Reduction in Circular Antenna Array Using DE Algorithm Side Lobe Level Reduction in Circular Antenna Array Using DE Algorithm S.Aruna 1, Varre Madhuri 2, YadlaSrinivasa Rao 2, Joann Tracy Gomes 2 1 Assistant Professor, Department of Electronics and Communication

More information

CS 441/541 Artificial Intelligence Fall, Homework 6: Genetic Algorithms. Due Monday Nov. 24.

CS 441/541 Artificial Intelligence Fall, Homework 6: Genetic Algorithms. Due Monday Nov. 24. CS 441/541 Artificial Intelligence Fall, 2008 Homework 6: Genetic Algorithms Due Monday Nov. 24. In this assignment you will code and experiment with a genetic algorithm as a method for evolving control

More information

Stacking Ensemble for auto ml

Stacking Ensemble for auto ml Stacking Ensemble for auto ml Khai T. Ngo Thesis submitted to the Faculty of the Virginia Polytechnic Institute and State University in partial fulfillment of the requirements for the degree of Master

More information

Construction of SARIMAXmodels

Construction of SARIMAXmodels SYSTEMS ANALYSIS LABORATORY Construction of SARIMAXmodels using MATLAB Mat-2.4108 Independent research projects in applied mathematics Antti Savelainen, 63220J 9/25/2009 Contents 1 Introduction...3 2 Existing

More information

A comparison of a genetic algorithm and a depth first search algorithm applied to Japanese nonograms

A comparison of a genetic algorithm and a depth first search algorithm applied to Japanese nonograms A comparison of a genetic algorithm and a depth first search algorithm applied to Japanese nonograms Wouter Wiggers Faculty of EECMS, University of Twente w.a.wiggers@student.utwente.nl ABSTRACT In this

More information

Coalescent Theory: An Introduction for Phylogenetics

Coalescent Theory: An Introduction for Phylogenetics Coalescent Theory: An Introduction for Phylogenetics Laura Salter Kubatko Departments of Statistics and Evolution, Ecology, and Organismal Biology The Ohio State University lkubatko@stat.ohio-state.edu

More information

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron Proc. National Conference on Recent Trends in Intelligent Computing (2006) 86-92 A comparative study of different feature sets for recognition of handwritten Arabic numerals using a Multi Layer Perceptron

More information

Harmonic detection by using different artificial neural network topologies

Harmonic detection by using different artificial neural network topologies Harmonic detection by using different artificial neural network topologies J.L. Flores Garrido y P. Salmerón Revuelta Department of Electrical Engineering E. P. S., Huelva University Ctra de Palos de la

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Perceptron Barnabás Póczos Contents History of Artificial Neural Networks Definitions: Perceptron, Multi-Layer Perceptron Perceptron algorithm 2 Short History of Artificial

More information

Estimation of speed, average received power and received signal in wireless systems using wavelets

Estimation of speed, average received power and received signal in wireless systems using wavelets Estimation of speed, average received power and received signal in wireless systems using wavelets Rajat Bansal Sumit Laad Group Members rajat@ee.iitb.ac.in laad@ee.iitb.ac.in 01D07010 01D07011 Abstract

More information

SUPPLEMENT TO THE PAPER TESTING EQUALITY OF SPECTRAL DENSITIES USING RANDOMIZATION TECHNIQUES

SUPPLEMENT TO THE PAPER TESTING EQUALITY OF SPECTRAL DENSITIES USING RANDOMIZATION TECHNIQUES SUPPLEMENT TO THE PAPER TESTING EQUALITY OF SPECTRAL DENSITIES USING RANDOMIZATION TECHNIQUES CARSTEN JENTSCH AND MARKUS PAULY Abstract. In this supplementary material we provide additional supporting

More information

Neural Blind Separation for Electromagnetic Source Localization and Assessment

Neural Blind Separation for Electromagnetic Source Localization and Assessment Neural Blind Separation for Electromagnetic Source Localization and Assessment L. Albini, P. Burrascano, E. Cardelli, A. Faba, S. Fiori Department of Industrial Engineering, University of Perugia Via G.

More information

Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris

Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris 1 Submitted November 19, 1989 to 2nd Conference Economics and Artificial Intelligence, July 2-6, 1990, Paris DISCOVERING AN ECONOMETRIC MODEL BY. GENETIC BREEDING OF A POPULATION OF MATHEMATICAL FUNCTIONS

More information

CS 229 Final Project: Using Reinforcement Learning to Play Othello

CS 229 Final Project: Using Reinforcement Learning to Play Othello CS 229 Final Project: Using Reinforcement Learning to Play Othello Kevin Fry Frank Zheng Xianming Li ID: kfry ID: fzheng ID: xmli 16 December 2016 Abstract We built an AI that learned to play Othello.

More information

Multiple-Layer Networks. and. Backpropagation Algorithms

Multiple-Layer Networks. and. Backpropagation Algorithms Multiple-Layer Networks and Algorithms Multiple-Layer Networks and Algorithms is the generalization of the Widrow-Hoff learning rule to multiple-layer networks and nonlinear differentiable transfer functions.

More information

Department of Statistics and Operations Research Undergraduate Programmes

Department of Statistics and Operations Research Undergraduate Programmes Department of Statistics and Operations Research Undergraduate Programmes OPERATIONS RESEARCH YEAR LEVEL 2 INTRODUCTION TO LINEAR PROGRAMMING SSOA021 Linear Programming Model: Formulation of an LP model;

More information

Development of an improved flood frequency curve applying Bulletin 17B guidelines

Development of an improved flood frequency curve applying Bulletin 17B guidelines 21st International Congress on Modelling and Simulation, Gold Coast, Australia, 29 Nov to 4 Dec 2015 www.mssanz.org.au/modsim2015 Development of an improved flood frequency curve applying Bulletin 17B

More information

Adaptive Waveforms for Target Class Discrimination

Adaptive Waveforms for Target Class Discrimination Adaptive Waveforms for Target Class Discrimination Jun Hyeong Bae and Nathan A. Goodman Department of Electrical and Computer Engineering University of Arizona 3 E. Speedway Blvd, Tucson, Arizona 857 dolbit@email.arizona.edu;

More information

Time and Cost Analysis for Highway Road Construction Project Using Artificial Neural Networks

Time and Cost Analysis for Highway Road Construction Project Using Artificial Neural Networks KICEM Journal of Construction Engineering and Project Management Online ISSN 33-958 www.jcepm.org http://dx.doi.org/.66/jcepm.5.5..6 Time and Cost Analysis for Highway Road Construction Project Using Artificial

More information

Tennessee Senior Bridge Mathematics

Tennessee Senior Bridge Mathematics A Correlation of to the Mathematics Standards Approved July 30, 2010 Bid Category 13-130-10 A Correlation of, to the Mathematics Standards Mathematics Standards I. Ways of Looking: Revisiting Concepts

More information

Multilayer Perceptron: NSGA II for a New Multi-Objective Learning Method for Training and Model Complexity

Multilayer Perceptron: NSGA II for a New Multi-Objective Learning Method for Training and Model Complexity Multilayer Perceptron: NSGA II for a New Multi-Objective Learning Method for Training and Model Complexity Kaoutar Senhaji 1*, Hassan Ramchoun 1, Mohamed Ettaouil 1 1*, 1 Modeling and Scientific Computing

More information

USING BENFORD S LAW IN THE ANALYSIS OF SOCIO-ECONOMIC DATA

USING BENFORD S LAW IN THE ANALYSIS OF SOCIO-ECONOMIC DATA Journal of Science and Arts Year 18, No. 1(42), pp. 167-172, 2018 ORIGINAL PAPER USING BENFORD S LAW IN THE ANALYSIS OF SOCIO-ECONOMIC DATA DAN-MARIUS COMAN 1*, MARIA-GABRIELA HORGA 2, ALEXANDRA DANILA

More information

Genetic Algorithms with Heuristic Knight s Tour Problem

Genetic Algorithms with Heuristic Knight s Tour Problem Genetic Algorithms with Heuristic Knight s Tour Problem Jafar Al-Gharaibeh Computer Department University of Idaho Moscow, Idaho, USA Zakariya Qawagneh Computer Department Jordan University for Science

More information

Analysis of LMS and NLMS Adaptive Beamforming Algorithms

Analysis of LMS and NLMS Adaptive Beamforming Algorithms Analysis of LMS and NLMS Adaptive Beamforming Algorithms PG Student.Minal. A. Nemade Dept. of Electronics Engg. Asst. Professor D. G. Ganage Dept. of E&TC Engg. Professor & Head M. B. Mali Dept. of E&TC

More information

Statistical Tests: More Complicated Discriminants

Statistical Tests: More Complicated Discriminants 03/07/07 PHY310: Statistical Data Analysis 1 PHY310: Lecture 14 Statistical Tests: More Complicated Discriminants Road Map When the likelihood discriminant will fail The Multi Layer Perceptron discriminant

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information

Data Mining In the Prediction of Impacts of Ambient Air Quality Data Analysis in Urban and Industrial Area

Data Mining In the Prediction of Impacts of Ambient Air Quality Data Analysis in Urban and Industrial Area Mining In the Prediction of Impacts of Ambient Air Quality Analysis in Urban and Industrial Area S. Christy Research Scholar, Dept. of C.S.E. BIHER University Chennai, Tamil Nadu, India christymelwyn @

More information

Creating a Poker Playing Program Using Evolutionary Computation

Creating a Poker Playing Program Using Evolutionary Computation Creating a Poker Playing Program Using Evolutionary Computation Simon Olsen and Rob LeGrand, Ph.D. Abstract Artificial intelligence is a rapidly expanding technology. We are surrounded by technology that

More information

A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna

A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna A Neural Network Approach for the calculation of Resonant frequency of a circular microstrip antenna K. Kumar, Senior Lecturer, Dept. of ECE, Pondicherry Engineering College, Pondicherry e-mail: kumarpec95@yahoo.co.in

More information

Permutation and Randomization Tests 1

Permutation and Randomization Tests 1 Permutation and 1 STA442/2101 Fall 2012 1 See last slide for copyright information. 1 / 19 Overview 1 Permutation Tests 2 2 / 19 The lady and the tea From Fisher s The design of experiments, first published

More information

arxiv: v1 [cs.ce] 9 Jan 2018

arxiv: v1 [cs.ce] 9 Jan 2018 Predict Forex Trend via Convolutional Neural Networks Yun-Cheng Tsai, 1 Jun-Hao Chen, 2 Jun-Jie Wang 3 arxiv:1801.03018v1 [cs.ce] 9 Jan 2018 1 Center for General Education 2,3 Department of Computer Science

More information

Dynamic Throttle Estimation by Machine Learning from Professionals

Dynamic Throttle Estimation by Machine Learning from Professionals Dynamic Throttle Estimation by Machine Learning from Professionals Nathan Spielberg and John Alsterda Department of Mechanical Engineering, Stanford University Abstract To increase the capabilities of

More information

An Econometric Modeling of Development Process using Artificial Neural Network: A case study of India

An Econometric Modeling of Development Process using Artificial Neural Network: A case study of India International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 13, Issue 1 (January 2017), PP.44-48 An Econometric Modeling of Development Process

More information

Math 58. Rumbos Fall Solutions to Exam Give thorough answers to the following questions:

Math 58. Rumbos Fall Solutions to Exam Give thorough answers to the following questions: Math 58. Rumbos Fall 2008 1 Solutions to Exam 2 1. Give thorough answers to the following questions: (a) Define a Bernoulli trial. Answer: A Bernoulli trial is a random experiment with two possible, mutually

More information

LOG-PERIODIC DIPOLE ARRAY OPTIMIZATION. Y. C. Chung and R. Haupt

LOG-PERIODIC DIPOLE ARRAY OPTIMIZATION. Y. C. Chung and R. Haupt LOG-PERIODIC DIPOLE ARRAY OPTIMIZATION Y. C. Chung and R. Haupt Utah State University Electrical and Computer Engineering 4120 Old Main Hill, Logan, UT 84322-4160, USA Abstract-The element lengths, spacings

More information

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS

ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS ARTIFICIAL INTELLIGENCE IN POWER SYSTEMS Prof.Somashekara Reddy 1, Kusuma S 2 1 Department of MCA, NHCE Bangalore, India 2 Kusuma S, Department of MCA, NHCE Bangalore, India Abstract: Artificial Intelligence

More information

Ismaila Ba MSc Student, Department of Mathematics and Statistics Université de Moncton

Ismaila Ba MSc Student, Department of Mathematics and Statistics Université de Moncton Discrimination between statistical distributions for hydrometeorological frequency modeling Ismaila Ba MSc Student, Department of Mathematics and Statistics Université de Moncton INTRODUCTION The identification

More information

A Reinforcement Learning Scheme for Adaptive Link Allocation in ATM Networks

A Reinforcement Learning Scheme for Adaptive Link Allocation in ATM Networks A Reinforcement Learning Scheme for Adaptive Link Allocation in ATM Networks Ernst Nordström, Jakob Carlström Department of Computer Systems, Uppsala University, Box 325, S 751 05 Uppsala, Sweden Fax:

More information

Level I Signal Modeling and Adaptive Spectral Analysis

Level I Signal Modeling and Adaptive Spectral Analysis Level I Signal Modeling and Adaptive Spectral Analysis 1 Learning Objectives Students will learn about autoregressive signal modeling as a means to represent a stochastic signal. This differs from using

More information

Progress In Electromagnetics Research, PIER 36, , 2002

Progress In Electromagnetics Research, PIER 36, , 2002 Progress In Electromagnetics Research, PIER 36, 101 119, 2002 ELECTRONIC BEAM STEERING USING SWITCHED PARASITIC SMART ANTENNA ARRAYS P. K. Varlamos and C. N. Capsalis National Technical University of Athens

More information

Comparative method, coalescents, and the future

Comparative method, coalescents, and the future Comparative method, coalescents, and the future Joe Felsenstein Depts. of Genome Sciences and of Biology, University of Washington Comparative method, coalescents, and the future p.1/36 Correlation of

More information

Co-Evolving Neural Networks with Evolutionary Strategies : A New Application to Divisia Money

Co-Evolving Neural Networks with Evolutionary Strategies : A New Application to Divisia Money Co-Evolving Neural Networks with Evolutionary Strategies : A New Application to Divisia Money Jane Binner Nottingham Business School The Nottingham Trent University Nottingham, NG1 4BU, UK Email: jane.binner@ntu.ac.uk

More information