Stock Market Forecasting Using Hidden Markov Model: A New Approach

Size: px
Start display at page:

Download "Stock Market Forecasting Using Hidden Markov Model: A New Approach"

Transcription

1 Stock Market Forecastng Usng Hdden Markov Model: A New Approach Md. Raful Hassan and Bakunth Nath Computer Scence and Software Engneerng The Unversty of Melbourne, Carlton 3010, Australa. {mrhassan, bnath}@cs.mu.oz.au Abstract Ths paper presents Hdden Markov Models (HMM) approach for forecastng stock prce for nterrelated markets. We apply HMM to forecast some of the arlnes stock. HMMs have been extensvely used for pattern recognton and classfcaton problems because of ts proven sutablty for modellng dynamc systems. However, usng HMM for predctng future events s not straghtforward. Here we use only one HMM that s traned on the past dataset of the chosen arlnes. The traned HMM s used to search for the varable of nterest behavoural data pattern from the past dataset. By nterpolatng the neghbourng values of these datasets forecasts are prepared. The results obtaned usng HMM are encouragng and HMM offers a new paradgm for stock market forecastng, an area that has been of much research nterest lately. Key Words: HMM, stock market forecastng, fnancal tme seres, feature selecton 1. Introducton Forecastng stock prce or fnancal markets has been one of the bggest challenges to the AI communty. The objectve of forecastng research has been largely beyond the capablty of tradtonal AI research whch has manly focused on developng ntellgent systems that are supposed to emulate human ntellgence. By ts nature the stock market s mostly complex (non-lnear) and volatle. The rate of prce fluctuatons n such seres depends on many factors, namely equty, nterest rate, securtes, optons, warrants, merger and ownershp of large fnancal corporatons or companes etc. Human traders can not consstently wn n such markets. Therefore, developng AI systems for ths knd of forecastng requres an teratve process of knowledge dscovery and system mprovement through data mnng, knowledge engneerng, theoretcal and data-drven modellng, as well as tral and error expermentaton. The stock markets n the recent past have become an ntegral part of the global economy. Any fluctuaton n ths market nfluences our personal and corporate fnancal lves, and the economc health of a country. The stock market has always been one of the most popular nvestments due to ts hgh returns [1]. However, there s always some rsk to nvestment n the Stock market due to ts unpredctable behavour. So, an ntellgent predcton model for stock market forecastng would be hghly desrable and would of wder nterest. A large amount of research has been publshed n recent tmes and s contnung to fnd an optmal (or nearly optmal) predcton model for the stock market. Most of the forecastng research has employed the statstcal tme seres analyss technques lke autoregresson movng average (ARMA) [2] as well as the multple regresson models. In recent years, numerous stock predcton systems based on AI technques, ncludng artfcal neural networks (ANN) [3, 4, 5], fuzzy logc [6], hybrdzaton of ANN and fuzzy system [7, 8, 9], support vector machnes [10] have been proposed. However, most of them have ther own constrants. For nstance, ANN s very much problem orented because of ts chosen archtecture. Some researchers have used fuzzy systems to develop a model to forecast stock market behavour. To buld a fuzzy system one requres some background expert knowledge. In ths paper, we make use of the well establshed Hdden Markov Model (HMM) technque to forecast stock prce for some of the arlnes. The HMMs have been extensvely used n the area lke speech recognton, DNA

2 sequencng, electrcal sgnal predcton and mage processng, etc. In here, HMM s used n a new way to develop forecasts. Frst we locate pattern(s) from the past datasets that match wth today s stock prce behavour, then nterpolate these two datasets wth approprate neghbourng prce elements and forecast tomorrow s stock prce of the varable of nterest. Detals of the proposed method are provded n Secton 3. The remander of the paper s organsed as follows: Secton 2 provdes a bref overvew on HMM; Secton 4 lsts expermental results obtaned usng HMM and compares wth results obtaned usng ANN; and fnally Secton 5 concludes the paper. 2. HMM as a Predctor A Hdden Markov Model (HMM) s a fnte state machne whch has some fxed number of states. It provdes a probablstc framework for modellng a tme seres of multvarate observatons. Hdden Markov models were ntroduced n the begnnng of the 1970 s as a tool n speech recognton. Ths model based on statstcal methods has become ncreasngly popular n the last several years due to ts strong mathematcal structure and theoretcal bass for use n a wde range of applcatons. In recent years researchers proposed HMM as a classfer or predctor for speech sgnal recognton [11, 12, ], DNA sequence analyss [], handwrtten characters recognton [], natural language domans etc. It s clear that HMM s a very powerful tool for varous applcatons. The advantage of HMM can be summarzed as: HMM has strong statstcal foundaton It s able to handle new data robustly Computatonally effcent to develop and evaluate (due to the exstence of establshed tranng algorthms). It s able to predct smlar patterns effcently [] Rabner [] tutoral explans the bascs of HMM and how t can be used for sgnal predcton. The next sesson descrbes the HMM n bref The Hdden Markov Model Hdden Markov Model s characterzed by the followng 1) number of states n the model 2) number of observaton symbols 3) state transton probabltes 4) observaton emsson probablty dstrbuton that characterzes each state 5) ntal state dstrbuton For the rest of ths paper the followng notatons wll be used regardng HMM N = number of states n the model M = number of dstnct observaton symbols per state (observaton symbols correspond to the physcal output of the system beng modelled) T = length of observaton sequence O = observaton sequence,.e., O 1,O 2,O 3, O T Q = state sequence q 1,q 2,., q T n the Markov model A = {a j } transton matrx, where a j represents the transton probablty from state to state j B={b j (O t )} observaton emsson matrx, where b j (O t ) represent the probablty of observng O t at state j π = {π } the pror probablty, where π represent the probablty of beng n state at the begnnng of the experment,.e., at tme t = 1 λ = (A,B,π) the overall HMM model. As mentoned above the HMM s characterzed by N, M, A, B and π. Thea j,b (O t ), and π have the propertes j =, b ( Ot ) = 1, = j a 1 π 1 and a, b ( O ), π 0 for all, j, t. j t t To work wth HMM, the followng three fundamental questons should be resolved 1. Gven the model λ= (A,B,π) howdowecompute P(O λ), the probablty of occurrence of the observaton sequence O = O 1,O 2,..,O T. 2. Gven the observaton sequence O and a model λ, howdowechooseastatesequenceq 1,q 2,..,q T that best explans the observatons. 3. Gven the observaton sequence O and a space of models found by varyng the model parameters A, B and π, how do we fnd the model that best explans the observed data. There are establshed algorthms to solve the above questons. In our task we have used the forward-backward algorthm to compute the P(O λ), Vterb algorthm to resolve problem 2, and Baum-Welch algorthm to tran the HMM. The detals of these algorthms are gven n the tutoral by Rabner []. 3. Usng HMM for Stock market forecastng In ths secton we develop an HMM based tool for tme seres forecastng, for nstance for the stock market

3 forecastng. Whle mplementng the HMM, the choce of the model, choce of the number of states and observaton symbol (contnuous or dscrete or mult-mxture) become a tedous task. For nstance we have used left-rght HMM wth 4 states. In our problem, for smplcty, we consder 4 nput features for a stock that s the openng prce, closng prce, hghest prce, and the lowest prce. The next day s closng prce s taken as the target prce assocated wth the four nput features. Our observatons here beng contnuous rather than dscrete, we choose emprcally as many as 3 mxtures for each state for the model densty. For the pror probabltyπ, a random number was chosen and normalzed so that. The dataset = 1 beng contnuos, the probablty of emttng symbols from a state can not be calculated. For ths reason a threedmensonal Gaussan dstrbuton was ntally chosen as the observaton probablty densty functon. Thus, we have j c ℵ[ O, U ] = N π = 1 b ( O) µ, 1 j N where O = vector of observatons beng modelled c = mxture coeff. for the m-th mxture n state j, M c = 1 where m= 1 µ = mean vector for the m-th mxture component n state j U = Covarance matrx for the m-th mxture component n state j ℵ = Gaussan densty. In the experment, our objectve was to predct the next day s closng prce for a specfc stock market share usng aforementoned HMM model. For tranng the model, past one and a half years (approxmately) daly data were used and recent last three month s data were used to test the effcency of the model. The nput and output data features were as follows: Input: openng, hgh, low, and closng prce Output: next day s closng prce The dea behnd our new approach n usng HMM s that of usng the tranng dataset for estmatng the parameter set (A, B,π ) of the HMM. For a specfc stock at the market close we know day s prce values of the four varables (open, hgh, low, close), and usng ths nformaton our objectve s to predct next day s closng prce. A forecast of any of the four varables for the next day ndeed wll be of tremendous value to the traders and nvestors. Usng the traned HMM, lkelhood value for current day s dataset s calculated. For example, say the lkelhood value for the day s, then from the past dataset usng the HMM we locate those nstances that wouldproducethesame or nearest to the lkelhood value. That s we locate the past day(s) where the stock behavour s smlar to that of the current day. Assumng that the next day s stock prce should follow about the same past data pattern, from the located past day(s) we smply calculate the dfference of that day s closng prce and next to that day s closng prce. Thus the next day s stock closng prce forecast s establshed by addng the above dfference to the current day s closng prce. 4. Expermentaton: Tranng and Testng In order to tran the HMM, we dvded the dataset nto two sets, one tranng set and one test (recall) set. For example, we traned an HMM usng the daly stock data of Southwest for the perod 18 December 2002 to 29 September 2004 to predct the closng prce on 30 September The traned HMM produced lkelhood value of for the stock prce on 29 September Usng ths traned HMM and the past data, we located a (closer) lkelhood value on 01 July Fgure 1 shows the smlartes between these two datasets (stock prces on 30 September 2004 and 01 July 2003). It seems qute logcal that 29 September 2004 stock behavour should follow the behavour that of 01 July Prce 18 MatchedData(Past) Open Hgh Low Close Varables Known Data (Today) Fgure 1. The current day s stock prce behavour matched wth past day s prce data Prce Day Actual Prce Predcted Prce Fgure 2. Actual Vs. Predcted stock prce

4 Table 1. Dataset along wth the matched past dataset Today s data 29 Sep 2004 Matched data pattern usng HMM 01 Jul 2003 Next day s data 02 Jul 2003 Openng prce Hgh prce Low prce Closng prce $.63 $.73 $.49 $.62 $.1 $.2 $.83 $. $.36 Predcted closng prce (30 Sep 2004) Actual closng prce (30 Sep 2004) $.85 $.85 Predcted Prce Actual Prce Table 2. Informaton on tranng and test datasets Stock Tranng Data Test Data Name From To From To Brtsh /09/ /09/ /09/ /01/2005 Delta 27/12/ /08/ /09/2004 /11/2004 Southwest 18/12/ /07/ /07/2004 /11/2004 Ryanar Holdngs Ltd. 06/05/ /12/ /12/2004 /03/2005 Fgure 3. The correlaton between predcted and actual closng stock prce We, therefore, calculated the dfference between the closng prces on 01 July 2003 and the next day 02 July That s $.36-$. =$0.23.Then ths dfference s added to the closng prce on 29 September 2004 to forecast closng prce for 30 September Table 1 shows the predcted and the actual prces of stock on 30 September Fgure 2 shows the predcton accuracy of the model and Fgure 3 shows the correlaton among the predcted values and the actual values of the stock. For the aforementoned experment the mean absolute percentage error (MAPE) = 2.01, and R 2 = Stock prce forecasts for some arlnes We have traned four HMM for four dfferent stock prce. Usng the same tranng dataset we traned four dfferent (same archtecture) ANN. Then we predcted the next few day s closng prce of these three stocks usng the HMMs n aforementoned method and we predcted the same day s closng prce usng ANN. The Table 2 shows the nformaton of the tranng dataset and the test dataset whle the Table 3 shows the predcton accuracy of these two models. Table 3. Predcton accuracy of ANN and the proposed method ANN (MAPE) Proposed method (MAPE) Brtsh Delta Southwest Ryanar Holdngs Ltd Concluson ANN s well researched and establshed method that has been successfully used to predct tme seres behavour from past datasets. In ths paper, we proposed the use of HMM, a new approach, to predct unknown value n a tme seres (stock market). It s clear from Table 3 that the mean absolute percentage errors (MAPE) values of the two methods are qute smlar. Whlst, the prmary weakness wth ANNs s the nablty to properly explan the models. Accordng to Repley the desgn and learnng for feed-forward networks are

5 hard. Judd [18] and Blum and Rvest [19] showed ths problem to be NP- complete. The proposed method usng HMM to forecast stock prce s explanable and has sold statstcal foundaton. The results show potental of usng HMM for tme seres predcton. In our future work we plan to develop hybrd systems usng AI paradgms wth HMM to further mprove accuracy and effcency of our forecasts. 6. References [1] Kuo R J, Lee L C and Lee C F (1996), Integraton of Artfcal NN and Fuzzy Delph for Stock market forecastng, IEEE Internatonal Conference on Systems, Man, and Cybernetcs, Vol. 2, pp [2] Kmoto T, Asakawa K, Yoda M and Takeoka M (1990), Stock market predcton system wth modular neural networks, Proc. Internatonal Jont Conference on Neural Networks, San Dego, Vol. 1, pp [3] Whte H (1998), Economc Predcton Usng Neural Networks: The Case of IBM Daly Stock Returns, Proceedngs of the Second Annual IEEE Conference on Neural Networks, Vol. 2, pp [4] Chang W C, Urban T L and Baldrdge G W (1996), A Neural Network Approach to Mutual Fund Net Asset Value Forecastng. Omega, Vol. 24 (2), pp [5] Km S H and Chun S H (1998), Graded forecastng usng an array of bpolar predctons: applcaton of probablstc neural networks to a stock market ndex. Internatonal Journal of Forecastng, Vol., pp [6] Romah Y and Shen Q (2000), Dynamc Fnancal Forecastng wth Automatcally Induced Fuzzy Assocatons, Proceedngs of the 9 th nternatonal conference on Fuzzy systems, pp [7] Thammano A (1999), Neuro-fuzzy Model for Stock Market Predcton, Proceedngs of the Artfcal Neural Networks n Engneerng Conference, ASME Press, New York, pp [8] Abraham A, Nath B and Mahant P K (2001), Hybrd Intellgent Systems for Stock Market Analyss, Proceedngs of the Internatonal Conference on Computatonal Scence. Sprnger, pp [9] Raposo R De C T and Cruz A J De O (2004), Stock Market predcton based on fundamentalst analyss wth Fuzzy-Neural Networks. [10] Cao L and Tay F E H (2001), Fnancal Forecastng Usng Support Vector Machnes, Neural Computaton and Applcaton, Vol. 10, pp [11] Huang X, Ark Y, Jack M (1990), Hdden Markov Models for speech recognton. Ednburgh Unversty Press. [12] Jelnek F, Kaufmann M, Mateo C S (1990), Selforganzed language modellng for speech recognton, n Readngs n Speech Recognton (Eds. Alex Wabel and Ka-Fu Lee), Morgan Kaufmann, San Mateo, Calforna, pp [] Xe H, Anreae P, Zhang M, Warren P (2004), Learnng Models for Englsh Speech Recognton, Proceedngs of the 27 th Conference on Australasan Computer Scence, pp [] Lebert M A (2004), Use of runs statstcs for pattern recognton n genomc DNA sequences. Journal of Computatonal Bology, Vol. 11, pp [] Vncarell A and Luettn J (2000), Off-lne cursve scrpt recognton based on contnuous densty HMM, Proceedngs of the 7 th Internatonal Workshop on Fronters n Handwrtng Recognton, Amsterdam, pp [] L Z, Wu Z, He Y and Fule C (2005), Hdden Markov model-based fault dagnostcs method n speed-up and speed-down process for rotatng machnery. Mechancal Systems and Sgnal Processng, Vol. 19(2), pp [] Rabner R L (1989), A Tutoral on Hdden Markov Models and Selected Applcatons n Speech Recognton, Proceedngs of the IEEE, Vol. 77(2), pp [18] Judd J S, (1990), Neural Network desgn and Complexty of Learnng. MIT Press, USA. [19] Blum A L and Rvest R L, (1992), Tranng a 3-node Neural Networks s NP- complete. Neural Networks, Vol. 5, pp

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

A COLLABORATIVE TRADING MODEL BY SUPPORT VECTOR REGRESSION AND TS FUZZY RULE FOR DAILY STOCK TURNING POINTS DETECTION

A COLLABORATIVE TRADING MODEL BY SUPPORT VECTOR REGRESSION AND TS FUZZY RULE FOR DAILY STOCK TURNING POINTS DETECTION A COLLABORATIVE TRADING MODEL BY SUPPORT VECTOR REGRESSION AND TS FUZZY RULE FOR DAILY STOCK TURNING POINTS DETECTION JHENG-LONG WU, PEI-CHANN CHANG, KAI-TING CHANG Department of Informaton Management,

More information

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy

Course outline. Financial Time Series Analysis. Overview. Data analysis. Predictive signal. Trading strategy Fnancal Tme Seres Analyss Patrck McSharry patrck@mcsharry.net www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

More information

The Application of Fractional Brownian Motion in Option Pricing

The Application of Fractional Brownian Motion in Option Pricing Vol. 0, No. (05), pp. 73-8 http://dx.do.org/0.457/jmue.05.0..6 The Applcaton of Fractonal Brownan Moton n Opton Prcng Qng-xn Zhou School of Basc Scence,arbn Unversty of Commerce,arbn zhouqngxn98@6.com

More information

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions

A Genetic Programming Based Stock Price Predictor together with Mean-Variance Based Sell/Buy Actions Proceedngs of the World Congress on Engneerng 28 Vol II WCE 28, July 2-4, 28, London, U.K. A Genetc Programmng Based Stock Prce Predctor together wth Mean-Varance Based Sell/Buy Actons Ramn Rajaboun and

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

Statistical Approach for Offline Handwritten Signature Verification

Statistical Approach for Offline Handwritten Signature Verification Journal of Computer Scence 4 (3): 181-185, 2008 ISSN 1549-3636 2008 Scence Publcatons Statstcal Approach for Offlne Handwrtten Sgnature Verfcaton 2 Debnath Bhattacharyya, 1 Samr Kumar Bandyopadhyay, 2

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 ablty of Support Vector Regresson and Neural Networks to Forecast Basc Tme Seres Patterns Sven F. Crone, Jose Guajardo 2, and Rchard Weber 2 Lancaster Unversty, Department of Management

More information

Hybrid-Learning Methods for Stock Index Modeling

Hybrid-Learning Methods for Stock Index Modeling Hybrd-Learnng Methods for Stock Index Modelng 63 Chapter IV Hybrd-Learnng Methods for Stock Index Modelng Yuehu Chen, Jnan Unversty, Chna Ajth Abraham, Chung-Ang Unversty, Republc of Korea Abstract The

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

Modelling of Web Domain Visits by Radial Basis Function Neural Networks and Support Vector Machine Regression

Modelling of Web Domain Visits by Radial Basis Function Neural Networks and Support Vector Machine Regression Modellng of Web Doman Vsts by Radal Bass Functon Neural Networks and Support Vector Machne Regresson Vladmír Olej, Jana Flpová Insttute of System Engneerng and Informatcs Faculty of Economcs and Admnstraton,

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification

A Hierarchical Anomaly Network Intrusion Detection System using Neural Network Classification IDC IDC A Herarchcal Anomaly Network Intruson Detecton System usng Neural Network Classfcaton ZHENG ZHANG, JUN LI, C. N. MANIKOPOULOS, JAY JORGENSON and JOSE UCLES ECE Department, New Jersey Inst. of Tech.,

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements

CS 2750 Machine Learning. Lecture 3. Density estimation. CS 2750 Machine Learning. Announcements Lecture 3 Densty estmaton Mlos Hauskrecht mlos@cs.ptt.edu 5329 Sennott Square Next lecture: Matlab tutoral Announcements Rules for attendng the class: Regstered for credt Regstered for audt (only f there

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending Proceedngs of 2012 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 25 (2012) (2012) IACSIT Press, Sngapore Bayesan Network Based Causal Relatonshp Identfcaton and Fundng Success

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Study on Model of Risks Assessment of Standard Operation in Rural Power Network

Study on Model of Risks Assessment of Standard Operation in Rural Power Network Study on Model of Rsks Assessment of Standard Operaton n Rural Power Network Qngj L 1, Tao Yang 2 1 Qngj L, College of Informaton and Electrcal Engneerng, Shenyang Agrculture Unversty, Shenyang 110866,

More information

LSSVM-ABC Algorithm for Stock Price prediction Osman Hegazy 1, Omar S. Soliman 2 and Mustafa Abdul Salam 3

LSSVM-ABC Algorithm for Stock Price prediction Osman Hegazy 1, Omar S. Soliman 2 and Mustafa Abdul Salam 3 LSSVM-ABC Algorthm for Stock Prce predcton Osman Hegazy 1, Omar S. Solman 2 and Mustafa Abdul Salam 3 1, 2 (Faculty of Computers and Informatcs, Caro Unversty, Egypt) 3 (Hgher echnologcal Insttute (H..I),

More information

1. Introduction. Graham Kendall School of Computer Science and IT ASAP Research Group University of Nottingham Nottingham, NG8 1BB gxk@cs.nott.ac.

1. Introduction. Graham Kendall School of Computer Science and IT ASAP Research Group University of Nottingham Nottingham, NG8 1BB gxk@cs.nott.ac. The Co-evoluton of Tradng Strateges n A Mult-agent Based Smulated Stock Market Through the Integraton of Indvdual Learnng and Socal Learnng Graham Kendall School of Computer Scence and IT ASAP Research

More information

1. Measuring association using correlation and regression

1. Measuring association using correlation and regression How to measure assocaton I: Correlaton. 1. Measurng assocaton usng correlaton and regresson We often would lke to know how one varable, such as a mother's weght, s related to another varable, such as a

More information

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining

Risk Model of Long-Term Production Scheduling in Open Pit Gold Mining Rsk Model of Long-Term Producton Schedulng n Open Pt Gold Mnng R Halatchev 1 and P Lever 2 ABSTRACT Open pt gold mnng s an mportant sector of the Australan mnng ndustry. It uses large amounts of nvestments,

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

Data Visualization by Pairwise Distortion Minimization

Data Visualization by Pairwise Distortion Minimization Communcatons n Statstcs, Theory and Methods 34 (6), 005 Data Vsualzaton by Parwse Dstorton Mnmzaton By Marc Sobel, and Longn Jan Lateck* Department of Statstcs and Department of Computer and Informaton

More information

Fault tolerance in cloud technologies presented as a service

Fault tolerance in cloud technologies presented as a service Internatonal Scentfc Conference Computer Scence 2015 Pavel Dzhunev, PhD student Fault tolerance n cloud technologes presented as a servce INTRODUCTION Improvements n technques for vrtualzaton and performance

More information

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification

Logistic Regression. Lecture 4: More classifiers and classes. Logistic regression. Adaboost. Optimization. Multiple class classification Lecture 4: More classfers and classes C4B Machne Learnng Hlary 20 A. Zsserman Logstc regresson Loss functons revsted Adaboost Loss functons revsted Optmzaton Multple class classfcaton Logstc Regresson

More information

Forecasting and Modelling Electricity Demand Using Anfis Predictor

Forecasting and Modelling Electricity Demand Using Anfis Predictor Journal of Mathematcs and Statstcs 7 (4): 75-8, 0 ISSN 549-3644 0 Scence Publcatons Forecastng and Modellng Electrcty Demand Usng Anfs Predctor M. Mordjaou and B. Boudjema Department of Electrcal Engneerng,

More information

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Internatonal Journal of Electronc Busness Management, Vol. 3, No. 4, pp. 30-30 (2005) 30 THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Yu-Mn Chang *, Yu-Cheh

More information

Scale Dependence of Overconfidence in Stock Market Volatility Forecasts

Scale Dependence of Overconfidence in Stock Market Volatility Forecasts Scale Dependence of Overconfdence n Stoc Maret Volatlty Forecasts Marus Glaser, Thomas Langer, Jens Reynders, Martn Weber* June 7, 007 Abstract In ths study, we analyze whether volatlty forecasts (judgmental

More information

Transition Matrix Models of Consumer Credit Ratings

Transition Matrix Models of Consumer Credit Ratings Transton Matrx Models of Consumer Credt Ratngs Abstract Although the corporate credt rsk lterature has many studes modellng the change n the credt rsk of corporate bonds over tme, there s far less analyss

More information

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement

An Enhanced Super-Resolution System with Improved Image Registration, Automatic Image Selection, and Image Enhancement An Enhanced Super-Resoluton System wth Improved Image Regstraton, Automatc Image Selecton, and Image Enhancement Yu-Chuan Kuo ( ), Chen-Yu Chen ( ), and Chou-Shann Fuh ( ) Department of Computer Scence

More information

Planning for Marketing Campaigns

Planning for Marketing Campaigns Plannng for Marketng Campagns Qang Yang and Hong Cheng Department of Computer Scence Hong Kong Unversty of Scence and Technology Clearwater Bay, Kowloon, Hong Kong, Chna (qyang, csch)@cs.ust.hk Abstract

More information

Statistical Methods to Develop Rating Models

Statistical Methods to Develop Rating Models Statstcal Methods to Develop Ratng Models [Evelyn Hayden and Danel Porath, Österrechsche Natonalbank and Unversty of Appled Scences at Manz] Source: The Basel II Rsk Parameters Estmaton, Valdaton, and

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea yaeln@kar.re.kr 45 The con-tap test has the

More information

Learning from Multiple Outlooks

Learning from Multiple Outlooks Learnng from Multple Outlooks Maayan Harel Department of Electrcal Engneerng, Technon, Hafa, Israel She Mannor Department of Electrcal Engneerng, Technon, Hafa, Israel maayanga@tx.technon.ac.l she@ee.technon.ac.l

More information

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble

ECE544NA Final Project: Robust Machine Learning Hardware via Classifier Ensemble 1 ECE544NA Fnal Project: Robust Machne Learnng Hardware va Classfer Ensemble Sa Zhang, szhang12@llnos.edu Dept. of Electr. & Comput. Eng., Unv. of Illnos at Urbana-Champagn, Urbana, IL, USA Abstract In

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

MATHEMATICAL ENGINEERING TECHNICAL REPORTS. Sequential Optimizing Investing Strategy with Neural Networks

MATHEMATICAL ENGINEERING TECHNICAL REPORTS. Sequential Optimizing Investing Strategy with Neural Networks MATHEMATICAL ENGINEERING TECHNICAL REPORTS Sequental Optmzng Investng Strategy wth Neural Networks Ryo ADACHI and Akmch TAKEMURA METR 2010 03 February 2010 DEPARTMENT OF MATHEMATICAL INFORMATICS GRADUATE

More information

Research Article Integrated Model of Multiple Kernel Learning and Differential Evolution for EUR/USD Trading

Research Article Integrated Model of Multiple Kernel Learning and Differential Evolution for EUR/USD Trading Hndaw Publshng Corporaton e Scentfc World Journal, Artcle ID 914641, 12 pages http://dx.do.org/10.1155/2014/914641 Research Artcle Integrated Model of Multple Kernel Learnng and Dfferental Evoluton for

More information

A Hybrid Model for Forecasting Sales in Turkish Paint Industry

A Hybrid Model for Forecasting Sales in Turkish Paint Industry Internatonal Journal of Computatonal Intellgence Systems, Vol.2, No. 3 (October, 2009), 277-287 A Hybrd Model for Forecastng Sales n Turksh Pant Industry Alp Ustundag * Department of Industral Engneerng,

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

An interactive system for structure-based ASCII art creation

An interactive system for structure-based ASCII art creation An nteractve system for structure-based ASCII art creaton Katsunor Myake Henry Johan Tomoyuk Nshta The Unversty of Tokyo Nanyang Technologcal Unversty Abstract Non-Photorealstc Renderng (NPR), whose am

More information

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting

Causal, Explanatory Forecasting. Analysis. Regression Analysis. Simple Linear Regression. Which is Independent? Forecasting Causal, Explanatory Forecastng Assumes cause-and-effect relatonshp between system nputs and ts output Forecastng wth Regresson Analyss Rchard S. Barr Inputs System Cause + Effect Relatonshp The job of

More information

Forecasting the Prices of TAIEX Options by Using Genetic Programming and Support Vector Regression

Forecasting the Prices of TAIEX Options by Using Genetic Programming and Support Vector Regression Proceedngs of the Internatonal MultConference of Engneers and Computer Scentsts 2015 Vol I, Forecastng the Prces of AIEX Optons by Usng Genetc Programmng and Support Vector Regresson Chh-Mng Hsu, Yng-Ch

More information

SPECIALIZED DAY TRADING - A NEW VIEW ON AN OLD GAME

SPECIALIZED DAY TRADING - A NEW VIEW ON AN OLD GAME August 7 - August 12, 2006 n Baden-Baden, Germany SPECIALIZED DAY TRADING - A NEW VIEW ON AN OLD GAME Vladmr Šmovć 1, and Vladmr Šmovć 2, PhD 1 Faculty of Electrcal Engneerng and Computng, Unska 3, 10000

More information

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems STAN-CS-73-355 I SU-SE-73-013 An Analyss of Central Processor Schedulng n Multprogrammed Computer Systems (Dgest Edton) by Thomas G. Prce October 1972 Techncal Report No. 57 Reproducton n whole or n part

More information

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION NEURO-FUZZY INFERENE SYSTEM FOR E-OMMERE WEBSITE EVALUATION Huan Lu, School of Software, Harbn Unversty of Scence and Technology, Harbn, hna Faculty of Appled Mathematcs and omputer Scence, Belarusan State

More information

Implementation of Deutsch's Algorithm Using Mathcad

Implementation of Deutsch's Algorithm Using Mathcad Implementaton of Deutsch's Algorthm Usng Mathcad Frank Roux The followng s a Mathcad mplementaton of Davd Deutsch's quantum computer prototype as presented on pages - n "Machnes, Logc and Quantum Physcs"

More information

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

An Inductive Fuzzy Classification Approach applied to Individual Marketing

An Inductive Fuzzy Classification Approach applied to Individual Marketing An Inductve Fuzzy Classfcaton Approach appled to Indvdual Marketng Mchael Kaufmann, Andreas Meer Abstract A data mnng methodology for an nductve fuzzy classfcaton s ntroduced. The nducton step s based

More information

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008

Risk-based Fatigue Estimate of Deep Water Risers -- Course Project for EM388F: Fracture Mechanics, Spring 2008 Rsk-based Fatgue Estmate of Deep Water Rsers -- Course Project for EM388F: Fracture Mechancs, Sprng 2008 Chen Sh Department of Cvl, Archtectural, and Envronmental Engneerng The Unversty of Texas at Austn

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

Stock volatility forecasting using Swarm optimized Hybrid Network

Stock volatility forecasting using Swarm optimized Hybrid Network Web Ste: www.jettcs.org Emal: edtor@jettcs.org, edtorjettcs@gmal.com Volume 2, Issue 3, May June 23 ISSN 2278-686 Stock volatlty forecastng usng Swarm optmzed Hybrd Network Puspanjal Mohapatra, Soumya

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts

Power-of-Two Policies for Single- Warehouse Multi-Retailer Inventory Systems with Order Frequency Discounts Power-of-wo Polces for Sngle- Warehouse Mult-Retaler Inventory Systems wth Order Frequency Dscounts José A. Ventura Pennsylvana State Unversty (USA) Yale. Herer echnon Israel Insttute of echnology (Israel)

More information

L10: Linear discriminants analysis

L10: Linear discriminants analysis L0: Lnear dscrmnants analyss Lnear dscrmnant analyss, two classes Lnear dscrmnant analyss, C classes LDA vs. PCA Lmtatons of LDA Varants of LDA Other dmensonalty reducton methods CSCE 666 Pattern Analyss

More information

Using Association Rule Mining: Stock Market Events Prediction from Financial News

Using Association Rule Mining: Stock Market Events Prediction from Financial News Usng Assocaton Rule Mnng: Stock Market Events Predcton from Fnancal News Shubhang S. Umbarkar 1, Prof. S. S. Nandgaonkar 2 1 Savtrba Phule Pune Unversty, Vdya Pratshtan s College of Engneerng, Vdya Nagar,

More information

Figure 1. Training and Test data sets for Nasdaq-100 Index (b) NIFTY index

Figure 1. Training and Test data sets for Nasdaq-100 Index (b) NIFTY index Modelng Chaotc Behavor of Stock Indces Usng Intellgent Paradgms Ajth Abraham, Nnan Sajth Phlp and P. Saratchandran Department of Computer Scence, Oklahoma State Unversty, ulsa, Oklahoma 746, USA, Emal:

More information

Detecting Credit Card Fraud using Periodic Features

Detecting Credit Card Fraud using Periodic Features Detectng Credt Card Fraud usng Perodc Features Alejandro Correa Bahnsen, Djamla Aouada, Aleksandar Stojanovc and Björn Ottersten Interdscplnary Centre for Securty, Relablty and Trust Unversty of Luxembourg,

More information

Different Methods of Long-Term Electric Load Demand Forecasting; A Comprehensive Review

Different Methods of Long-Term Electric Load Demand Forecasting; A Comprehensive Review Dfferent Methods of Long-Term Electrc Load Demand Forecastng; A Comprehensve Revew L. Ghods* and M. Kalantar* Abstract: Long-term demand forecastng presents the frst step n plannng and developng future

More information

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr Proceedngs of the 41st Internatonal Conference on Computers & Industral Engneerng BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK Yeong-bn Mn 1, Yongwoo Shn 2, Km Jeehong 1, Dongsoo

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

Intelligent stock trading system by turning point confirming and probabilistic reasoning

Intelligent stock trading system by turning point confirming and probabilistic reasoning Expert Systems wth Applcatons Expert Systems wth Applcatons 34 (2008) 620 627 www.elsever.com/locate/eswa Intellgent stock tradng system by turnng pont confrmng and probablstc reasonng Depe Bao *, Zehong

More information

ECONOMICS OF PLANT ENERGY SAVINGS PROJECTS IN A CHANGING MARKET Douglas C White Emerson Process Management

ECONOMICS OF PLANT ENERGY SAVINGS PROJECTS IN A CHANGING MARKET Douglas C White Emerson Process Management ECONOMICS OF PLANT ENERGY SAVINGS PROJECTS IN A CHANGING MARKET Douglas C Whte Emerson Process Management Abstract Energy prces have exhbted sgnfcant volatlty n recent years. For example, natural gas prces

More information

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12

PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 12 14 The Ch-squared dstrbuton PSYCHOLOGICAL RESEARCH (PYC 304-C) Lecture 1 If a normal varable X, havng mean µ and varance σ, s standardsed, the new varable Z has a mean 0 and varance 1. When ths standardsed

More information

Calendar Corrected Chaotic Forecast of Financial Time Series

Calendar Corrected Chaotic Forecast of Financial Time Series INTERNATIONAL JOURNAL OF BUSINESS, 11(4), 2006 ISSN: 1083 4346 Calendar Corrected Chaotc Forecast of Fnancal Tme Seres Alexandros Leonttss a and Costas Sropoulos b a Center for Research and Applcatons

More information

BANKRUPTCY PREDICTION BY USING SUPPORT VECTOR MACHINES AND GENETIC ALGORITHMS

BANKRUPTCY PREDICTION BY USING SUPPORT VECTOR MACHINES AND GENETIC ALGORITHMS BANKRUPCY PREDICION BY USING SUPPOR VECOR MACHINES AND GENEIC ALGORIHMS SALEHI Mahd Ferdows Unversty of Mashhad, Iran ROSAMI Neda Islamc Azad Unversty Scence and Research Khorasan-e-Razav Branch Abstract:

More information

How To Calculate The Accountng Perod Of Nequalty

How To Calculate The Accountng Perod Of Nequalty Inequalty and The Accountng Perod Quentn Wodon and Shlomo Ytzha World Ban and Hebrew Unversty September Abstract Income nequalty typcally declnes wth the length of tme taen nto account for measurement.

More information

Prediction of Stock Market Index Movement by Ten Data Mining Techniques

Prediction of Stock Market Index Movement by Ten Data Mining Techniques Vol. 3, o. Modern Appled Scence Predcton of Stoc Maret Index Movement by en Data Mnng echnques Phchhang Ou (Correspondng author) School of Busness, Unversty of Shangha for Scence and echnology Rm 0, Internatonal

More information

Australian Forex Market Analysis Using Connectionist Models

Australian Forex Market Analysis Using Connectionist Models Australan Forex Market Analyss Usng Connectonst Models A. Abraham, M. U. Chowdhury* and S. Petrovc-Lazarevc** School of Computng and Informaton Technology, Monash Unversty (Gppsland Campus), Churchll,

More information

PREDICTION OF MISSING DATA IN CARDIOTOCOGRAMS USING THE EXPECTATION MAXIMIZATION ALGORITHM

PREDICTION OF MISSING DATA IN CARDIOTOCOGRAMS USING THE EXPECTATION MAXIMIZATION ALGORITHM 18-19 October 2001, Hotel Kontokal Bay, Corfu PREDICTIO OF MISSIG DATA I CARDIOTOCOGRAMS USIG THE EXPECTATIO MAXIMIZATIO ALGORITHM G. okas Department of Electrcal and Computer Engneerng, Unversty of Patras,

More information

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications

Descriptive Models. Cluster Analysis. Example. General Applications of Clustering. Examples of Clustering Applications CMSC828G Prncples of Data Mnng Lecture #9 Today s Readng: HMS, chapter 9 Today s Lecture: Descrptve Modelng Clusterng Algorthms Descrptve Models model presents the man features of the data, a global summary

More information

Control Charts with Supplementary Runs Rules for Monitoring Bivariate Processes

Control Charts with Supplementary Runs Rules for Monitoring Bivariate Processes Control Charts wth Supplementary Runs Rules for Montorng varate Processes Marcela. G. Machado *, ntono F.. Costa * * Producton Department, Sao Paulo State Unversty, Campus of Guaratnguetá, 56-4 Guaratnguetá,

More information

Invoicing and Financial Forecasting of Time and Amount of Corresponding Cash Inflow

Invoicing and Financial Forecasting of Time and Amount of Corresponding Cash Inflow Dragan Smć Svetlana Smć Vasa Svrčevć Invocng and Fnancal Forecastng of Tme and Amount of Correspondng Cash Inflow Artcle Info:, Vol. 6 (2011), No. 3, pp. 014-021 Receved 13 Janyary 2011 Accepted 20 Aprl

More information

Application of an Improved BP Neural Network Model in Enterprise Network Security Forecasting

Application of an Improved BP Neural Network Model in Enterprise Network Security Forecasting 161 A publcaton of VOL. 46, 15 CHEMICAL ENGINEERING TRANSACTIONS Guest Edtors: Peyu Ren, Yancang L, Hupng Song Copyrght 15, AIDIC Servz S.r.l., ISBN 978-88-9568-37-; ISSN 83-916 The Italan Assocaton of

More information

Intra-day Trading of the FTSE-100 Futures Contract Using Neural Networks With Wavelet Encodings

Intra-day Trading of the FTSE-100 Futures Contract Using Neural Networks With Wavelet Encodings Submtted to European Journal of Fnance Intra-day Tradng of the FTSE-00 Futures Contract Usng eural etworks Wth Wavelet Encodngs D L Toulson S P Toulson Intellgent Fnancal Systems Lmted Sute 4 Greener House

More information

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S

How To Know The Components Of Mean Squared Error Of Herarchcal Estmator S S C H E D A E I N F O R M A T I C A E VOLUME 0 0 On Mean Squared Error of Herarchcal Estmator Stans law Brodowsk Faculty of Physcs, Astronomy, and Appled Computer Scence, Jagellonan Unversty, Reymonta

More information

Imperial College London

Imperial College London F. Fang 1, C.C. Pan 1, I.M. Navon 2, M.D. Pggott 1, G.J. Gorman 1, P.A. Allson 1 and A.J.H. Goddard 1 1 Appled Modellng and Computaton Group Department of Earth Scence and Engneerng Imperal College London,

More information

Stochastic Protocol Modeling for Anomaly Based Network Intrusion Detection

Stochastic Protocol Modeling for Anomaly Based Network Intrusion Detection Stochastc Protocol Modelng for Anomaly Based Network Intruson Detecton Juan M. Estevez-Tapador, Pedro Garca-Teodoro, and Jesus E. Daz-Verdejo Department of Electroncs and Computer Technology Unversty of

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler kms@cs.str.ac.uk Recap: McCulloch-Ptts Neuron Ths vastly smplfed model of real neurons s also knon as a Threshold Logc Unt: W 2 A Y 3 n W n. A set of synapses

More information

Comparison of support-vector machines and back propagation neural networks in forecasting the six major Asian stock markets

Comparison of support-vector machines and back propagation neural networks in forecasting the six major Asian stock markets Int. J. Electronc Fnance, Vol., No., 006 49 Comparson of support-vector machnes and back propagaton neural networks n forecastng the sx major Asan stock markets Wun-Hua Chen and Jen-Yng Shh Graduate Insttute

More information

Prediction of Disability Frequencies in Life Insurance

Prediction of Disability Frequencies in Life Insurance Predcton of Dsablty Frequences n Lfe Insurance Bernhard Köng Fran Weber Maro V. Wüthrch October 28, 2011 Abstract For the predcton of dsablty frequences, not only the observed, but also the ncurred but

More information

Efficient Project Portfolio as a tool for Enterprise Risk Management

Efficient Project Portfolio as a tool for Enterprise Risk Management Effcent Proect Portfolo as a tool for Enterprse Rsk Management Valentn O. Nkonov Ural State Techncal Unversty Growth Traectory Consultng Company January 5, 27 Effcent Proect Portfolo as a tool for Enterprse

More information

Using an Adaptive Fuzzy Logic System to Optimise Knowledge Discovery in Proteomics

Using an Adaptive Fuzzy Logic System to Optimise Knowledge Discovery in Proteomics Usng an Adaptve Fuzzy Logc System to Optmse Knowledge Dscovery n Proteomcs James Malone, Ken McGarry and Chrs Bowerman School of Computng and Technology Sunderland Unversty St. Peter s Way, Sunderland,

More information

Forecasting Spot Electricity Market Prices Using Time Series Models

Forecasting Spot Electricity Market Prices Using Time Series Models C:\Documents and Settngs\Ethopa\Desktop\Forecastng Spot Electrcty Market Prces Usng Tme Seres Models.doc Forecastng Spot Electrcty Market Prces Usng Tme Seres Models by Dawt Halu Mazenga A thess Presented

More information

How To Find The Dsablty Frequency Of A Clam

How To Find The Dsablty Frequency Of A Clam 1 Predcton of Dsablty Frequences n Lfe Insurance Bernhard Köng 1, Fran Weber 1, Maro V. Wüthrch 2 Abstract: For the predcton of dsablty frequences, not only the observed, but also the ncurred but not yet

More information

Searching for Interacting Features for Spam Filtering

Searching for Interacting Features for Spam Filtering Searchng for Interactng Features for Spam Flterng Chuanlang Chen 1, Yun-Chao Gong 2, Rongfang Be 1,, and X. Z. Gao 3 1 Department of Computer Scence, Bejng Normal Unversty, Bejng 100875, Chna 2 Software

More information

Performance Analysis and Coding Strategy of ECOC SVMs

Performance Analysis and Coding Strategy of ECOC SVMs Internatonal Journal of Grd and Dstrbuted Computng Vol.7, No. (04), pp.67-76 http://dx.do.org/0.457/jgdc.04.7..07 Performance Analyss and Codng Strategy of ECOC SVMs Zhgang Yan, and Yuanxuan Yang, School

More information

Probability and Optimization Models for Racing

Probability and Optimization Models for Racing 1 Probablty and Optmzaton Models for Racng Vctor S. Y. Lo Unversty of Brtsh Columba Fdelty Investments Dsclamer: Ths presentaton does not reflect the opnons of Fdelty Investments. The work here was completed

More information

7.5. Present Value of an Annuity. Investigate

7.5. Present Value of an Annuity. Investigate 7.5 Present Value of an Annuty Owen and Anna are approachng retrement and are puttng ther fnances n order. They have worked hard and nvested ther earnngs so that they now have a large amount of money on

More information

Semantic Link Analysis for Finding Answer Experts *

Semantic Link Analysis for Finding Answer Experts * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 28, 51-65 (2012) Semantc Lnk Analyss for Fndng Answer Experts * YAO LU 1,2,3, XIAOJUN QUAN 2, JINGSHENG LEI 4, XINGLIANG NI 1,2,3, WENYIN LIU 2,3 AND YINLONG

More information

Intra-year Cash Flow Patterns: A Simple Solution for an Unnecessary Appraisal Error

Intra-year Cash Flow Patterns: A Simple Solution for an Unnecessary Appraisal Error Intra-year Cash Flow Patterns: A Smple Soluton for an Unnecessary Apprasal Error By C. Donald Wggns (Professor of Accountng and Fnance, the Unversty of North Florda), B. Perry Woodsde (Assocate Professor

More information

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services

An Evaluation of the Extended Logistic, Simple Logistic, and Gompertz Models for Forecasting Short Lifecycle Products and Services An Evaluaton of the Extended Logstc, Smple Logstc, and Gompertz Models for Forecastng Short Lfecycle Products and Servces Charles V. Trappey a,1, Hsn-yng Wu b a Professor (Management Scence), Natonal Chao

More information

Dynamic Pricing for Smart Grid with Reinforcement Learning

Dynamic Pricing for Smart Grid with Reinforcement Learning Dynamc Prcng for Smart Grd wth Renforcement Learnng Byung-Gook Km, Yu Zhang, Mhaela van der Schaar, and Jang-Won Lee Samsung Electroncs, Suwon, Korea Department of Electrcal Engneerng, UCLA, Los Angeles,

More information