Nikolaos Kourentzes Dr. Sven F. Crone LUMS Department of Management Science

Size: px
Start display at page:

Download "Nikolaos Kourentzes Dr. Sven F. Crone LUMS Department of Management Science"

Transcription

1 Nikolaos Kourentzes Dr. Sven F. Crone LUMS Department of Management Science

2 Agenda ISF 2009 I. Motivation II. III. IV. i. Why Neural Networks? ii. Why focus on the input vector? iii. Why high frequency time series? Experimental Design I. The experiment II. The dataset Results I. Statistical similarities among models II. Performance against benchmarks Conclusions & Further Research

3 Motivation Why Neural Networks? Artificial Neural Networks in Forecasting Promising performance 77% (out of 84) articles found NN outperforming benchmarks (73% according to Adya & Collopy, 98) Large scale studies (100+ time series) NN at least as good as benchmarks [Hill et al., 96, Liao & Fildes, 05] Forecasting Competitions (M3) NN lower accuracy than statistical models [Makridakis & Hibbon, 00] NN produce unreliable forecasts criticised to offer little promise even after much research [Armstrong, 06] Why? What does ANN research suggest?

4 Motivation Focus on the input vector Modelling complexity gives rise to the problems Problem caused by inconsistent trial and error modelling approaches [Zhang et al., 98] Input variable selection The most important issue in forecasting with NN [Zhang, 01, Zhang et al., 01, Zhang et al., 98, Darbellay and Slama, 00 ] No widely accepted methodology on how to select the input variables [Anders and Korn, 99, Zhang et al., 98] 70.5% of papers are based on trial and error approaches to model the input vector! Problem in NN forecasting literature... Focus on the input vector!

5 Motivation High frequency data Low and High Frequency data present different modelling challenges Short time intervals; daily, hourly, minutes, etc Conventional statistical methods have problems [Granger, 98] Demand a different approach to forecasting [Taylor et al., 06] Transportation, NN3 & NN5 competitions Gains of ANN in high frequency domain in comparison to benchmarks Applicability of standard input identification methodologies for ANN challenged [Crone & Kourentzes, 08] Large gap in research 7.6% in forecasting literature 5.4% in ANN literature High frequency data are gaining importance in business practice!

6

7 Experimental Design Objectives & Setup Evaluate different methods to identify the input vector for ANN for high frequency data Compare with the naive model, exponential smoothing family and simple ANNs (naive ANNs) Forecast 7 future observations (1 week of daily data), evaluate using SMAPE Rolling origin evaluation (usually overlooked in ANN literature) Common ANN architecture except the input vector, 40 initialisations Variable input, 3 hyperbolic tangent hidden nodes, 1 linear output node The dataset?

8 NN5 competition dataset Experimental Design Time Series Initial set 111 time series K-means Clustering Test for trend (Regression/ Cox-Stuart test) Preference to time series with less missing values Final set 42 time series Increase homogeneity of the dataset and reduce number of time series for computational reasons What are the properties of the dataset?

9 Dataset properties Experimental Design Time Series Daily time series, 761 days 25 months data Double seasonality Day of the week & annual pattern Not enough data to capture the annual pattern Canova-Hansen Test Seasonality is deterministic for all time series Calendar effects Strong presence of Good Friday & Xmas Holiday bank holidays

10 Experimental Design Time Series 0.5 Training Validation 0 Test Training Validation 0 Test Training Validation 0 Test Validation set: 56 observations Test set: 56 observations

11 Experimental Design Objectives & Setup Input vector specification methodologies ACF/PACF ACF (acf) Nonlinear ACF (nlacf) PACF: Yule Walker (yule) PACF: OLS (ls) PACF: Burg (burg) Spectral Analysis (sa) All their combinations... Regression Linear forward regression (forw) Linear backward regression (back) Linear stepwise regression (auto) Naive models Only past lag (t-1) (naive) All lags (full season, all) 21 ANN models + Benchmarks

12 ACF/PACF models Experimental Design Input Vectors Input Vector Neural Network t -1 t -12 t -13 t For combinations of models all identified significant lags are used

13 Spectral Analysis Experimental Design Input Vectors Periodogram Input Vector t -6 t -12 t -4 t Neural Network SA is a mathematically equivalent to ACF [Box et. al., 1994]

14 Regression models Experimental Design Input Vectors x Time Series Regression Input Vector Neural Network t t t -35 t

15 3 different types of pre-processing Experimental Design Time Series No-Diff(erencing) Original domain Input vector and modelling in the original domain Season-Diff Remove Season Suggested by the literature [Zhang & Kline, 07] Input vector and modelling after seasonal differencing Input-Diff Remove season for the input vector Input vector after seasonal differencing, modelling on the original data BUT deterministic seasonality identified Dummy variables instead of differencing to encode seasonality [Ghysels & Osborn, 01] Shown to improve accuracy for ANN [Crone & Kourentzes, 09] 42 time series X 21 ANN models X 40 initialisations X 6 types of pre-processing = 211,680 networks...!

16

17 Worst Best Average SMAPE Results Differences across pre-processing Nonparametric Nemenyi test results Input-Diff- Dummy No-Diff- Dummy No-Diff Trn Val Tst No-Diff-Dummy Season-Diff-Dummy Input-Diff-Dummy No-Diff Season-Diff Input-Diff Input-Diff Season-Diff Season-Diff- Dummy Pre-processing type Important - Significant effect of seasonality dummy encoding

18 Results Statistical Differences among ANN models Rank -- Model -- NN-burg NN-naive NN-reg-forw NN-reg-auto NN-nlacf NN-fs NN-reg-back NN-nlacf+burg NN-ls NN-ywe NN-acf NN-acf+burg NN-acf+ls NN-acf+ywe NN-sa+burg NN-nlacf+ls NN-nlacf+ywe NN-sa+ls NN-sa+ywe NN-sa NN-all Statistically insignificant differences ACF or SA or PACF Regression ACF/SA and PACF Naive models Nemenyi test results across all models (Input-diff-Dummy) 1. Regression 2. ACF or SA or PACF 3. Heuristics 4. ACF/SA and PACF In contrast to low frequency equivalent experiments 1. Regression 2. ACF/SA and PACF 3. ACF or SA or PACF 4. Heuristics Different results from low frequency equivalent experiments [Kourentzes & Crone, 08, 09]

19 Results Input vector lengths Naive models ACF or SA or PACF ACF/SA and PACF NN5 dataset Regression + dummies ANN_burg ANN_naive ANN_reg_auto ANN_reg_forw ANN_nlacf ANN_fs ANN_reg_back ANN_nlacf+burg ANN_ls ANN_ywe ANN_acf ANN_acf+burg ANN_acf+ywe ANN_acf+ls ANN_sa+burg ANN_nlacf+ls ANN_nlacf+ywe ANN_sa+ls ANN_sa+ywe ANN_sa ANN_all Input-Diff No-Diff Season-Diff Ordered by mean rank (Nemenyi test result) Seasonal elements captured by dummies Short input vectors adequate to capture nonlinearities in the level

20 NN-naive NN-all NN-fs NN-ywe NN-ls NN-burg NN-acf NN-nlacf NN-sa NN-acf+ywe NN-acf+ls NN-acf+burg NN-nlacf+ywe NN-nlacf+ls NN-nlacf+burg NN-sa+ywe NN-sa+ls NN-sa+burg NN-reg-auto NN-reg-forw NN-reg-back EXSM Naive 1 Naive 7 Naive % 22.8% 22.4% 22.2% 22.2% 22.0% 22.1% 22.5% 23.1% 22.4% 22.4% 22.4% 23.4% 23.4% 22.5% 22.8% 22.8% 22.4% 22.0% 22.0% 22.0% 22.8% 48.86% 30.3% 29.3% Results MAPE & Benchmarks 24.0% SMAPE - Input-Diff + Dummies 23.5% 23.0% 22.5% 22.0% 21.5% 21.0% 20.5% Naive models ACF/SA and PACF ACF or SA or PACF Regression Benchmark models Worse than benchmark ANN outperform benchmark (significantly) when modelled properly

21 Conclusions & Further Research Pre-processing is important. Deterministing or stochastic seasonality modelling is important for high frequency data. Significant differences between competing input vector selection methodologies Differences in the behaviour of the input vector methodologies between low and high frequency data modelling Many low frequency methods tend to overpopulate the input vector Better than the include everything strategy! What would be the effect of stochastic seasonality? How robust are the results to different datasets?

22 Nikolaos Kourentzes Lancaster University Management School Centre for Forecasting Lancaster, LA1 4YX, UK Tel. +44 (0)

1- Lancaster University Management School, Dept. of Management Science Lancaster, LA1 4YX, United Kingdom

1- Lancaster University Management School, Dept. of Management Science Lancaster, LA1 4YX, United Kingdom Input variable selection for time series prediction with neural networks an evaluation of visual, autocorrelation and spectral analysis for varying seasonality Sven F. Crone 1 and Nikolaos Kourentzes 1

More information

A study on the ability of Support Vector Regression and Neural Networks to Forecast Basic Time Series Patterns

A study on the ability of Support Vector Regression and Neural Networks to Forecast Basic Time Series Patterns A study on the ability of Support Vector Regression and Neural Networks to Forecast Basic Time Series Patterns Sven F. Crone', Jose Guajardo^, and Richard Weber^ Lancaster University, Department of Management

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

Electricity Load Forecast for Power System Planning

Electricity Load Forecast for Power System Planning International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 2, Issue 9 (September 2013), PP. 52-57 Electricity Load Forecast for Power System Planning

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

Energy Consumption Prediction for Optimum Storage Utilization

Energy Consumption Prediction for Optimum Storage Utilization Energy Consumption Prediction for Optimum Storage Utilization Eric Boucher, Robin Schucker, Jose Ignacio del Villar December 12, 2015 Introduction Continuous access to energy for commercial and industrial

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

Local and Low-Cost White Space Detection

Local and Low-Cost White Space Detection Local and Low-Cost White Space Detection Ahmed Saeed*, Khaled A. Harras, Ellen Zegura*, and Mostafa Ammar* *Georgia Institute of Technology Carnegie Mellon University Qatar White Space Definition A vacant

More information

! The architecture of the robot control system! Also maybe some aspects of its body/motors/sensors

! The architecture of the robot control system! Also maybe some aspects of its body/motors/sensors Towards the more concrete end of the Alife spectrum is robotics. Alife -- because it is the attempt to synthesise -- at some level -- 'lifelike behaviour. AI is often associated with a particular style

More information

Decision Making in Multiplayer Environments Application in Backgammon Variants

Decision Making in Multiplayer Environments Application in Backgammon Variants Decision Making in Multiplayer Environments Application in Backgammon Variants PhD Thesis by Nikolaos Papahristou AI researcher Department of Applied Informatics Thessaloniki, Greece Contributions Expert

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

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

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

More information

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection NEUROCOMPUTATION FOR MICROSTRIP ANTENNA Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India Abstract: A Neural Network is a powerful computational tool that

More information

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

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

Incoherent Scatter Experiment Parameters

Incoherent Scatter Experiment Parameters Incoherent Scatter Experiment Parameters At a fundamental level, we must select Waveform type Inter-pulse period (IPP) or pulse repetition frequency (PRF) Our choices will be dictated by the desired measurement

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

Learning and Using Models of Kicking Motions for Legged Robots

Learning and Using Models of Kicking Motions for Legged Robots Learning and Using Models of Kicking Motions for Legged Robots Sonia Chernova and Manuela Veloso Computer Science Department Carnegie Mellon University Pittsburgh, PA 15213 {soniac, mmv}@cs.cmu.edu Abstract

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

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

Prediction of airblast loads in complex environments using artificial neural networks

Prediction of airblast loads in complex environments using artificial neural networks Structures Under Shock and Impact IX 269 Prediction of airblast loads in complex environments using artificial neural networks A. M. Remennikov 1 & P. A. Mendis 2 1 School of Civil, Mining and Environmental

More information

INTELLIGENT SOFTWARE QUALITY MODEL: THE THEORETICAL FRAMEWORK

INTELLIGENT SOFTWARE QUALITY MODEL: THE THEORETICAL FRAMEWORK INTELLIGENT SOFTWARE QUALITY MODEL: THE THEORETICAL FRAMEWORK Jamaiah Yahaya 1, Aziz Deraman 2, Siti Sakira Kamaruddin 3, Ruzita Ahmad 4 1 Universiti Utara Malaysia, Malaysia, jamaiah@uum.edu.my 2 Universiti

More information

Data Analysis on the High-Frequency Pollution Data Collected in India

Data Analysis on the High-Frequency Pollution Data Collected in India Data Analysis on the High-Frequency Pollution Data Collected in India Lamling Venus Shum, Manik Gupta, Pachamuthu Rajalakshmi v.shum@ucl.ac.uk, manik.gupta@eecs.qmul.ac.uk, raji@iith.ac.in University College

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

MANAGEMENT SCIENCE doi /mnsc ec pp. ec1 ec15

MANAGEMENT SCIENCE doi /mnsc ec pp. ec1 ec15 MANAGEMENT SCIENCE doi 10.1287/mnsc.1080.0932ec pp. ec1 ec15 e-companion ONLY AVAILABLE IN ELECTRONIC FORM informs 2008 INFORMS Electronic Companion Competition Between Local and Electronic Markets: How

More information

Analysis of crucial oil gas and liquid sensor statistics and production forecasting using IIOT and Autoregressive models

Analysis of crucial oil gas and liquid sensor statistics and production forecasting using IIOT and Autoregressive models Analysis of crucial oil gas and liquid sensor statistics and production forecasting using IIOT and Autoregressive models Anurag Kumar Singh 1, R.K. Pateriya 2 1M. tech Student, Dept. of Computer Science

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

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

Load Prediction Using Curve Fitting Algorithm

Load Prediction Using Curve Fitting Algorithm International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 9ǁ September 2013 ǁ PP.72-77 Load Prediction Using Curve Fitting Algorithm 1, Arnika

More information

Heterogeneous transfer functionsmultilayer Perceptron (MLP) for meteorological time series forecasting

Heterogeneous transfer functionsmultilayer Perceptron (MLP) for meteorological time series forecasting Heterogeneous transfer functionsmultilayer Perceptron (MLP) for meteorological time series forecasting C Voyant, Ml Nivet, C Paoli, M Muselli, G Notton To cite this version: C Voyant, Ml Nivet, C Paoli,

More information

Optimization of top roller diameter of ring machine to enhance yarn evenness by using artificial intelligence

Optimization of top roller diameter of ring machine to enhance yarn evenness by using artificial intelligence Indian Journal of Fibre & Textile Research Vol. 33, December 2008, pp. 365-370 Optimization of top roller diameter of ring machine to enhance yarn evenness by using artificial intelligence M Ghane, D Semnani

More information

CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS. Kuan-Chuan Peng and Tsuhan Chen

CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS. Kuan-Chuan Peng and Tsuhan Chen CROSS-LAYER FEATURES IN CONVOLUTIONAL NEURAL NETWORKS FOR GENERIC CLASSIFICATION TASKS Kuan-Chuan Peng and Tsuhan Chen Cornell University School of Electrical and Computer Engineering Ithaca, NY 14850

More information

IOMAC' May Guimarães - Portugal

IOMAC' May Guimarães - Portugal IOMAC'13 5 th International Operational Modal Analysis Conference 213 May 13-15 Guimarães - Portugal MODIFICATIONS IN THE CURVE-FITTED ENHANCED FREQUENCY DOMAIN DECOMPOSITION METHOD FOR OMA IN THE PRESENCE

More information

Behavioral Modeling and Digital Predistortion of Radio Frequency Power Amplifiers

Behavioral Modeling and Digital Predistortion of Radio Frequency Power Amplifiers Signal Processing and Speech Communication Laboratory 1 / 20 Behavioral Modeling and Digital Predistortion of Radio Frequency Power Amplifiers Harald Enzinger PhD Defense 06.03.2018 u www.spsc.tugraz.at

More information

Seasonal Adjustment of Weekly Time Series with Application to Unemployment Insurance Claims and Steel Production

Seasonal Adjustment of Weekly Time Series with Application to Unemployment Insurance Claims and Steel Production Journal of Official Statistics, Vol. 23, No. 2, 2007, pp. 209 221 Seasonal Adjustment of Weekly Time Series with Application to Unemployment Insurance Claims and Steel Production William P. Cleveland 1

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Deep Learning Barnabás Póczos Credits Many of the pictures, results, and other materials are taken from: Ruslan Salakhutdinov Joshua Bengio Geoffrey Hinton Yann LeCun 2

More information

Artificial Neural Network Channel Estimation for OFDM System

Artificial Neural Network Channel Estimation for OFDM System International Journal of Electronics and Computer Science Engineering 1686 Available Online at www.ijecse.org ISSN- 2277-1956 Artificial Neural Network Channel Estimation for OFDM System 1 Kanchan Sharma,

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

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

Sonar Signal Classification using Neural Networks

Sonar Signal Classification using Neural Networks www.ijcsi.org 129 Sonar Signal Classification using Neural Networks Hossein Bahrami 1 and Seyyed Reza Talebiyan 2* 1 Department of Electrical and Electronic Engineering NeyshaburBranch,Islamic Azad University

More information

MODELLING OF TWIN ROTOR MIMO SYSTEM (TRMS)

MODELLING OF TWIN ROTOR MIMO SYSTEM (TRMS) MODELLING OF TWIN ROTOR MIMO SYSTEM (TRMS) A PROJECT THESIS SUBMITTED IN THE PARTIAL FUFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF BACHELOR OF TECHNOLOGY IN ELECTRICAL ENGINEERING BY ASUTOSH SATAPATHY

More information

NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH

NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH FIFTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION DECEMBER 15-18, 1997 ADELAIDE, SOUTH AUSTRALIA NEURO-ACTIVE NOISE CONTROL USING A DECOUPLED LINEAIUNONLINEAR SYSTEM APPROACH M. O. Tokhi and R. Wood

More information

Initialisation improvement in engineering feedforward ANN models.

Initialisation improvement in engineering feedforward ANN models. Initialisation improvement in engineering feedforward ANN models. A. Krimpenis and G.-C. Vosniakos National Technical University of Athens, School of Mechanical Engineering, Manufacturing Technology Division,

More information

LOAD FORECASTING. Amanpreet Kaur, CSE 291 Smart Grid Seminar

LOAD FORECASTING. Amanpreet Kaur, CSE 291 Smart Grid Seminar LOAD FORECASTING Amanpreet Kaur, CSE 29 Smart Grid Seminar Outline Introduction Motivation Types Factors Affecting Load Inputs Methods Forecast Algorithm Example Load forecasting is way of estimating what

More information

International Journal of Scientific & Engineering Research, Volume 4, Issue 12, December-2013 ISSN

International Journal of Scientific & Engineering Research, Volume 4, Issue 12, December-2013 ISSN International Journal of Scientific & Engineering Research, Volume, Issue, December- ISSN 9-558 9 Application of Error s by Generalized Neuron Model under Electric Short Term Forecasting Chandragiri Radha

More information

Attention-based Multi-Encoder-Decoder Recurrent Neural Networks

Attention-based Multi-Encoder-Decoder Recurrent Neural Networks Attention-based Multi-Encoder-Decoder Recurrent Neural Networks Stephan Baier 1, Sigurd Spieckermann 2 and Volker Tresp 1,2 1- Ludwig Maximilian University Oettingenstr. 67, Munich, Germany 2- Siemens

More information

Machinery Prognostics and Health Management. Paolo Albertelli Politecnico di Milano

Machinery Prognostics and Health Management. Paolo Albertelli Politecnico di Milano Machinery Prognostics and Health Management Paolo Albertelli Politecnico di Milano (paollo.albertelli@polimi.it) Goals of the Presentation maintenance approaches and companies that deals with manufacturing

More information

RELEASING APERTURE FILTER CONSTRAINTS

RELEASING APERTURE FILTER CONSTRAINTS RELEASING APERTURE FILTER CONSTRAINTS Jakub Chlapinski 1, Stephen Marshall 2 1 Department of Microelectronics and Computer Science, Technical University of Lodz, ul. Zeromskiego 116, 90-924 Lodz, Poland

More information

Proposers Day Workshop

Proposers Day Workshop Proposers Day Workshop Monday, January 23, 2017 @srcjump, #JUMPpdw Cognitive Computing Vertical Research Center Mandy Pant Academic Research Director Intel Corporation Center Motivation Today s deep learning

More information

Clean Water Modelling Advisory Group Autumn Conference

Clean Water Modelling Advisory Group Autumn Conference Clean Water Modelling Advisory Group Autumn Conference Day 1: Modelling the Demand for Water Thursday 23 October 2014 Facing water industry challenges Hans Jensen Topics for today What is UKWIR? What do

More information

Demand for Commitment in Online Gaming: A Large-Scale Field Experiment

Demand for Commitment in Online Gaming: A Large-Scale Field Experiment Demand for Commitment in Online Gaming: A Large-Scale Field Experiment Vinci Y.C. Chow and Dan Acland University of California, Berkeley April 15th 2011 1 Introduction Video gaming is now the leisure activity

More information

Highly-Accurate Real-Time GPS Carrier Phase Disciplined Oscillator

Highly-Accurate Real-Time GPS Carrier Phase Disciplined Oscillator Highly-Accurate Real-Time GPS Carrier Phase Disciplined Oscillator C.-L. Cheng, F.-R. Chang, L.-S. Wang, K.-Y. Tu Dept. of Electrical Engineering, National Taiwan University. Inst. of Applied Mechanics,

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

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY Nigerian Journal of Technology (NIJOTECH) Vol. 31, No. 1, March, 2012, pp. 40 47. Copyright c 2012 Faculty of Engineering, University of Nigeria. ISSN 1115-8443 NEURAL NETWORK BASED LOAD FREQUENCY CONTROL

More information

CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB

CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB 52 CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB 4.1 INTRODUCTION The ADALINE is implemented in MATLAB environment running on a PC. One hundred data samples are acquired from a single cycle of load current

More information

The (Un)Reliability of Real-Time Output Gap Estimates with Revised Data

The (Un)Reliability of Real-Time Output Gap Estimates with Revised Data The (Un)Reliability of RealTime Output Gap Estimates with Data Onur Ince * David H. Papell ** September 6, 200 Abstract This paper investigates the differences between realtime and expost output gap estimates

More information

Application of selected artificial intelligence methods in terms of transport and intelligent transport systems

Application of selected artificial intelligence methods in terms of transport and intelligent transport systems Ŕ periodica polytechnica Transportation Engineering 40/1 (2012) 11 16 doi: 10.3311/pp.tr.2012-1.02 web: http:// www.pp.bme.hu/ tr c Periodica Polytechnica 2012 RESEARCH ARTICLE Application of selected

More information

Some Properties of RBF Network with Applications to System Identification

Some Properties of RBF Network with Applications to System Identification Some Properties of RBF Network with Applications to System Identification M. Y. Mashor School of Electrical and Electronic Engineering, University Science of Malaysia, Perak Branch Campus, 31750 Tronoh,

More information

FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS

FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS Mohanadas K P Department of Electrical and Electronics Engg Cukurova University Adana, Turkey Shaik Karimulla Department of Electrical Engineering

More information

Real-Time Selective Harmonic Minimization in Cascaded Multilevel Inverters with Varying DC Sources

Real-Time Selective Harmonic Minimization in Cascaded Multilevel Inverters with Varying DC Sources Real-Time Selective Harmonic Minimization in Cascaded Multilevel Inverters with arying Sources F. J. T. Filho *, T. H. A. Mateus **, H. Z. Maia **, B. Ozpineci ***, J. O. P. Pinto ** and L. M. Tolbert

More information

Spectrum Occupancy Measurement: An Autocorrelation based Scanning Technique using USRP

Spectrum Occupancy Measurement: An Autocorrelation based Scanning Technique using USRP Spectrum Occupancy Measurement: An Autocorrelation based Scanning Technique using USRP Sriram Subramaniam, Hector Reyes and Naima Kaabouch Electrical Engineering, University of North Dakota Grand Forks,

More information

Learning Deep Networks from Noisy Labels with Dropout Regularization

Learning Deep Networks from Noisy Labels with Dropout Regularization Learning Deep Networks from Noisy Labels with Dropout Regularization Ishan Jindal*, Matthew Nokleby*, Xuewen Chen** *Department of Electrical and Computer Engineering **Department of Computer Science Wayne

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

This is a repository copy of Complex robot training tasks through bootstrapping system identification.

This is a repository copy of Complex robot training tasks through bootstrapping system identification. This is a repository copy of Complex robot training tasks through bootstrapping system identification. White Rose Research Online URL for this paper: http://eprints.whiterose.ac.uk/74638/ Monograph: Akanyeti,

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

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

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control

PID Controller Design Based on Radial Basis Function Neural Networks for the Steam Generator Level Control BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 6 No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 06 Print ISSN: 3-970;

More information

Web Appendix: Online Reputation Mechanisms and the Decreasing Value of Chain Affiliation

Web Appendix: Online Reputation Mechanisms and the Decreasing Value of Chain Affiliation Web Appendix: Online Reputation Mechanisms and the Decreasing Value of Chain Affiliation November 28, 2017. This appendix accompanies Online Reputation Mechanisms and the Decreasing Value of Chain Affiliation.

More information

Welcome to SENG 480B / CSC 485A / CSC 586A Self-Adaptive and Self-Managing Systems

Welcome to SENG 480B / CSC 485A / CSC 586A Self-Adaptive and Self-Managing Systems Welcome to SENG 480B / CSC 485A / CSC 586A Self-Adaptive and Self-Managing Systems Dr. Hausi A. Müller Department of Computer Science University of Victoria http://courses.seng.uvic.ca/courses/2015/summer/seng/480a

More information

The Relative Performance of Conditional Volatility Models

The Relative Performance of Conditional Volatility Models Master Thesis 15 ECTS Autumn, 2014 The Relative Performance of Conditional Volatility Models - An Empirical Evaluation on the Nordic Equity Markets Author: Kristoffer Blomqvist Supervisor: Bujar Huskaj

More information

Simulate IFFT using Artificial Neural Network Haoran Chang, Ph.D. student, Fall 2018

Simulate IFFT using Artificial Neural Network Haoran Chang, Ph.D. student, Fall 2018 Simulate IFFT using Artificial Neural Network Haoran Chang, Ph.D. student, Fall 2018 1. Preparation 1.1 Dataset The training data I used is generated by the trigonometric functions, sine and cosine. There

More information

Digital Signal Processing

Digital Signal Processing Digital Signal Processing Fourth Edition John G. Proakis Department of Electrical and Computer Engineering Northeastern University Boston, Massachusetts Dimitris G. Manolakis MIT Lincoln Laboratory Lexington,

More information

SERGEY I. NIKOLENKO AND ALEXANDER V. SIROTKIN

SERGEY I. NIKOLENKO AND ALEXANDER V. SIROTKIN EXTENSIONS OF THE TRUESKILL TM RATING SYSTEM SERGEY I. NIKOLENKO AND ALEXANDER V. SIROTKIN Abstract. The TrueSkill TM Bayesian rating system, developed a few years ago in Microsoft Research, provides an

More information

Application of ANN to Predict Reinforcement Height of Weld Bead under Magnetic Field

Application of ANN to Predict Reinforcement Height of Weld Bead under Magnetic Field Application of ANN to Predict Height of Weld Bead under Magnetic Field R.P. Singh 1, R.C. Gupta 2, S.C. Sarkar 3, K.G. Sharma 4, 5 P.K.S. Rathore 1 Mechanical Engineering Depart, I.E.T., G.L.A. University

More information

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS

IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Fourth International Conference on Control System and Power Electronics CSPE IDENTIFICATION OF POWER QUALITY PROBLEMS IN IEEE BUS SYSTEM BY USING NEURAL NETWORKS Mr. Devadasu * and Dr. M Sushama ** * Associate

More information

CandyCrush.ai: An AI Agent for Candy Crush

CandyCrush.ai: An AI Agent for Candy Crush CandyCrush.ai: An AI Agent for Candy Crush Jiwoo Lee, Niranjan Balachandar, Karan Singhal December 16, 2016 1 Introduction Candy Crush, a mobile puzzle game, has become very popular in the past few years.

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

NEW ASSOCIATION IN BIO-S-POLYMER PROCESS

NEW ASSOCIATION IN BIO-S-POLYMER PROCESS NEW ASSOCIATION IN BIO-S-POLYMER PROCESS Long Flory School of Business, Virginia Commonwealth University Snead Hall, 31 W. Main Street, Richmond, VA 23284 ABSTRACT Small firms generally do not use designed

More information

Patentability of Computer-Implemented Inventions and Artificial Intelligence at the European Patent Office

Patentability of Computer-Implemented Inventions and Artificial Intelligence at the European Patent Office Patentability of Computer-Implemented Inventions and Artificial Intelligence at the Miguel Domingo Vecchioni XXI International Conference of Rospatent Moscow, 19-20 September 2018 The European member states

More information

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition

Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Enhanced MLP Input-Output Mapping for Degraded Pattern Recognition Shigueo Nomura and José Ricardo Gonçalves Manzan Faculty of Electrical Engineering, Federal University of Uberlândia, Uberlândia, MG,

More information

Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller

Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller International Journal of Scientific and Research Publications, Volume 3, Issue 8, August 2013 1 Comparative Analysis of Air Conditioning System Using PID and Neural Network Controller Puneet Kumar *, Asso.Prof.

More information

Are Scale-Free Networks Functionally Robust?

Are Scale-Free Networks Functionally Robust? Are Scale-Free Networks Functionally Robust? Alon Keinan 1, Eytan Ruppin 1,2 1 School of Computer Sciences, Tel-Aviv University, Tel-Aviv, Israel {keinanak,ruppin}@post.tau.ac.il 2 School of Medicine,

More information

Comparison of MLP and RBF neural networks for Prediction of ECG Signals

Comparison of MLP and RBF neural networks for Prediction of ECG Signals 124 Comparison of MLP and RBF neural networks for Prediction of ECG Signals Ali Sadr 1, Najmeh Mohsenifar 2, Raziyeh Sadat Okhovat 3 Department Of electrical engineering Iran University of Science and

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

Radio Deep Learning Efforts Showcase Presentation

Radio Deep Learning Efforts Showcase Presentation Radio Deep Learning Efforts Showcase Presentation November 2016 hume@vt.edu www.hume.vt.edu Tim O Shea Senior Research Associate Program Overview Program Objective: Rethink fundamental approaches to how

More information

Using Rank Order Filters to Decompose the Electromyogram

Using Rank Order Filters to Decompose the Electromyogram Using Rank Order Filters to Decompose the Electromyogram D.J. Roberson C.B. Schrader droberson@utsa.edu schrader@utsa.edu Postdoctoral Fellow Professor The University of Texas at San Antonio, San Antonio,

More information

IDEOLOG.PAS: Ideal Filters and their Approximations. 1. Page Parameters 1 SPECIFY THE PAGE PARAMETERS. Do you want PostScript Y/N?

IDEOLOG.PAS: Ideal Filters and their Approximations. 1. Page Parameters 1 SPECIFY THE PAGE PARAMETERS. Do you want PostScript Y/N? By following the sequence of commands recorded in this log, you will be able to extract a trendcycle component from the data on U.K. Consumption. There are three alternative pathways to the same end result,

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

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

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM

ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM ARTIFICIAL NEURAL NETWORKS FOR INTELLIGENT REAL TIME POWER QUALITY MONITORING SYSTEM Ajith Abraham and Baikunth Nath Gippsland School of Computing & Information Technology Monash University, Churchill

More information

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013 INTRODUCTION TO DEEP LEARNING Steve Tjoa kiemyang@gmail.com June 2013 Acknowledgements http://ufldl.stanford.edu/wiki/index.php/ UFLDL_Tutorial http://youtu.be/ayzoubkuf3m http://youtu.be/zmnoatzigik 2

More information

Lecture 14. Questions? Friday, February 10 CS 430 Artificial Intelligence - Lecture 14 1

Lecture 14. Questions? Friday, February 10 CS 430 Artificial Intelligence - Lecture 14 1 Lecture 14 Questions? Friday, February 10 CS 430 Artificial Intelligence - Lecture 14 1 Outline Chapter 5 - Adversarial Search Alpha-Beta Pruning Imperfect Real-Time Decisions Stochastic Games Friday,

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

EFFECTS OF GEOMAGNETIC ACTIVITY ON DAILY DEVIATION PATTERNS OF THE IONOSPHERIC CRITICAL FREQUENCY FOF2

EFFECTS OF GEOMAGNETIC ACTIVITY ON DAILY DEVIATION PATTERNS OF THE IONOSPHERIC CRITICAL FREQUENCY FOF2 EFFECTS OF GEOMAGNETIC ACTIVITY ON DAILY DEVIATION PATTERNS OF THE IONOSPHERIC CRITICAL FREQUENCY FOF2 E.Mizrahi( 1 ), Y.Tulunay( 2 ), A.H.Bilge( 3 ) ( 1 )Department of Mathematics, Faculty of Sciences

More information

TD-Leaf(λ) Giraffe: Using Deep Reinforcement Learning to Play Chess. Stefan Lüttgen

TD-Leaf(λ) Giraffe: Using Deep Reinforcement Learning to Play Chess. Stefan Lüttgen TD-Leaf(λ) Giraffe: Using Deep Reinforcement Learning to Play Chess Stefan Lüttgen Motivation Learn to play chess Computer approach different than human one Humans search more selective: Kasparov (3-5

More information

Nonlinear Companding Transform Algorithm for Suppression of PAPR in OFDM Systems

Nonlinear Companding Transform Algorithm for Suppression of PAPR in OFDM Systems Nonlinear Companding Transform Algorithm for Suppression of PAPR in OFDM Systems P. Guru Vamsikrishna Reddy 1, Dr. C. Subhas 2 1 Student, Department of ECE, Sree Vidyanikethan Engineering College, Andhra

More information

Tracking of Rapidly Time-Varying Sparse Underwater Acoustic Communication Channels

Tracking of Rapidly Time-Varying Sparse Underwater Acoustic Communication Channels Tracking of Rapidly Time-Varying Sparse Underwater Acoustic Communication Channels Weichang Li WHOI Mail Stop 9, Woods Hole, MA 02543 phone: (508) 289-3680 fax: (508) 457-2194 email: wli@whoi.edu James

More information

Texture Classifier Robustness for Sub-Organ Sized Windows

Texture Classifier Robustness for Sub-Organ Sized Windows Texture Classifier Robustness for Sub-Organ Sized Windows William H. Horsthemke Jacob D. Furst Daniela Raicu DePaul University School of Computer Science Chicago, IL horsthemke@acm.org jfurst@cs.depaul.edu

More information

CONSTRUCTION OF FOREWARNING RISK INDEX SYSTEMS OF VENTURE CAPITAL BASED ON ARTIFICIAL NEURAL NETWORK

CONSTRUCTION OF FOREWARNING RISK INDEX SYSTEMS OF VENTURE CAPITAL BASED ON ARTIFICIAL NEURAL NETWORK CONSTRUCTION OF FOREWARNING RISK INDEX SYSTEMS OF VENTURE CAPITAL BASED ON ARTIFICIAL NEURAL NETWORK Guozheng Zhang, Yun Chen, Dengfeng Hu School of Public Economy Administration, Shanghai University of

More information