Hybrid-Learning Methods for Stock Index Modeling

Size: px
Start display at page:

Download "Hybrid-Learning Methods for Stock Index Modeling"

Transcription

1 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 use of ntellgent systems for stock market predcton has been wdely establshed. In ths paper, we nvestgate how the seemngly chaotc behavor of stock markets could be well represented usng several connectonst paradgms and soft computng technques. To demonstrate the dfferent technques, we consder the Nasdaq-00 ndex of Nasdaq Stock Market SM and the S&P CNX NIFTY stock ndex. We analyze 7- year Nasdaq 00 man-ndex values and 4-year NIFTY ndex values. Ths chapter nvestgates the development of novel, relable, and effcent technques to model the seemngly chaotc behavor of stock markets. We consder the flexble neural tree algorthm, a wavelet neural network, local lnear wavelet neural network, and fnally a feed-forward artfcal neural network. The partcle-swarm-optmzaton algorthm optmzes the parameters of the dfferent technques. Ths paper brefly explans how the dfferent learnng paradgms could be formulated usng varous methods and then nvestgates whether they can provde the requred level of performance n other

2 64 Chen and Abraham words, whether they are suffcently good and robust so as to provde a relable forecast model for stock market ndces. Experment results reveal that all the models consdered could represent the stock ndces behavor very accurately. Introducton Predcton of stocks s generally beleved to be a very dffcult task t behaves lke a random walk process and tme varyng. The obvous complexty of the problem paves the way for the mportance of ntellgent predcton paradgms (Abraham, Nath, & Mahant, 200). Durng the last decade, stocks and futures traders have come to rely upon varous types of ntellgent systems to make tradng decsons (Abraham, Phlp, & Saratchandran, 2003; Chan & Lu, 2002; Francs, Tay, & Cao, 2002; Legh, Modan, Purvs, & Roberts, 2002; Legh, Purvs, & Ragusa, 2002; Oh & Km, 2002; Quah & Srnvasan, 999; Wang, 2002). Several ntellgent systems have n recent years been developed for modelng expertse, decson support, and complcated automaton tasks (Berkeley, 997; Bsch & Valor, 2000; Cos, 200; Km & Han, 2000; Koulourots, Dakoulaks, & Emrs, 200; Lebaron, 200; Palma-dos-Res & Zahed, 999; Wuthrch et al., 998). In ths chapter, we analyse the seemngly chaotc behavor of two well-known stock ndces namely the Nasdaq-00 ndex of Nasdaq SM and the S&P CNX NIFTY stock ndex. The Nasdaq-00 ndex reflects Nasdaq s largest companes across major ndustry groups, ncludng computer hardware and software, telecommuncatons, retal/wholesale trade, and botechnology. The Nasdaq-00 ndex s a modfed captalzatonweghted ndex, desgned to lmt domnaton of the Index by a few large stocks whle generally retanng the captalzaton rankng of companes. Through an nvestment n Nasdaq-00 ndex trackng stock, nvestors can partcpate n the collectve performance of many of the Nasdaq stocks that are often n the news or have become household names. Smlarly, S&P CNX NIFTY s a well-dversfed 50-stock ndex accountng for 25 sectors of the economy. It s used for a varety of purposes such as benchmarkng fund portfolos, ndex-based dervatves, and ndex funds. The CNX ndces are computed usng the market captalzaton weghted method, wheren the level of the ndex reflects the total market value of all the stocks n the ndex relatve to a partcular base perod. The method also takes nto account consttuent changes n the ndex and mportantly corporate actons such as stock splts, rghts, and so on, wthout affectng the ndex value. Our research nvestgates the performance analyss of four dfferent connectonst paradgms for modelng the Nasdaq-00 and NIFTY stock market ndces. We consder the Flexble Neural Tree (FNT) algorthm (Chen, Yang, and Dong, 2004), a Wavelet Neural Network (WNN), Local Lnear Wavelet Neural Network (LLWNN) (Chen et al., 2005) and fnally a feed-forward Neural Network (ANN) (Chen et al., 2004). The partcle-swarmoptmzaton algorthm optmzes the parameters of the dfferent technques (Kennedy & Eberhart, 995). We analysed the Nasdaq-00 ndex value from January 995 to January 2002 and the NIFTY ndex from 0 January 998 to 03 December 200. For both ndces, we dvded the entre data nto roughly two equal halves. No specal rules were used to select the tranng set other than ensurng a reasonable representaton of the

3 Hybrd-Learnng Methods for Stock Index Modelng 65 Fgure. (a) Tranng and test data sets for the Nasdaq-00 ndex and (b) the NIFTY ndex parameter space of the problem doman (Abraham et al., 2003). The complexty of the tranng and test data sets for both ndces s depcted n Fgure. In the secton enttled Hybrd-learnng Models, we brefly descrbe the dfferent learnng algorthms. Ths s secton s followed by the Expermentaton Setup and Results secton. Ths s, n turn, followed by the Conclusons secton. Partcle-Swarm-Optmzaton Algorthm (PSO) The PSO conducts searches usng a populaton of partcles that correspond to ndvduals n an Evolutonary Algorthm (EA). Intally, a populaton of partcles s randomly generated. Each partcle represents a potental soluton and has a poston represented by a poston vector x. A swarm of partcles moves through the problem space, wth the movng velocty of each partcle represented by a velocty vector v. At each tme step, a functon f representng a qualty measure s calculated by usng x as nput. Each

4 66 Chen and Abraham partcle keeps track of ts own best poston, whch s assocated wth the best ftness t has acheved so far n a vector p. Furthermore, thebest poston among all the partcles obtaned so far n the populaton s kept track of as p g. In addton to ths global verson, another verson of PSO keeps track of the best poston among all the topologcal neghbors of a partcle. At each tme step t, by usng the ndvdual best poston, p (t), and the global best poston, p g (t), a new velocty for partcle s updated by: v ( t + ) = v ( t) + c ( p( t) x ( t)) + c2φ2( pg ( t) x ( t)) φ () where c and c 2 are postve constants and φ and φ 2 are unformly dstrbuted random numbers n [0,]. The term c s lmted to the range of ±V max (f the velocty volates ths lmt, t s set to ts proper lmt). Changng velocty ths way enables the partcle to search around both ts ndvdual best poston, p, and global best poston, p g. Based on the updated veloctes, each partcle changes ts poston accordng to: x ( t + ) = x ( t) + v ( t + ) (2) The PSO algorthm s employed to optmze the parameter vectors of FNT, ANN, and WNN. Hybrd-Learnng Models Flexble Neural Tree Model In ths research, a tree-structured encodng method wth specfc nstructon set s selected for representng a FNT model (Chen et al., 2005). Flexble Neuron Instructor and FNT Model The functon set F and termnal nstructon set T used for generatng a FNT model are descrbed as follows: S = F U T = { + 2, + 3, L, + N } U{ x, x2, L, xn} (3) where + ( = 2, 3,..., N) denote nonleaf nodes nstructons and takng arguments.x, x 2,..., x n are leaf nodes nstructons and takng no other arguments. The output of a nonleaf

5 Hybrd-Learnng Methods for Stock Index Modelng 67 node s calculated as a flexble neuron model (see Fgure 2). From ths pont of vew, the nstructon + s also called a flexble neuron operator wth nputs. In the constructon process of a neural tree, f a nontermnal nstructon, that s, + ( = 2, 3,..., N) s selected, real values are randomly generated and used for representng the connecton strength between the node + and ts chldren. In addton, two adjustable parameters a and b are randomly created as flexble actvaton functon parameters. For developng the FNT model, the followng flexble actvaton functon s used: f ( a, b ; x) ( x a ) 2 exp( ) b 2 = (4) The output of a flexble neuron + n can be calculated as follows. The total exctaton of + n s: net n = n j= w x j j (5) wherex j (j =, 2,..., n) are the nputs to node + n. The output of the node + n s then calculated by: outn ( net ) 2 (,, ) exp( n a f a n n bn netn = ) b 2 n = (6) A typcal flexble neuron operator and a neural tree model are llustrated n Fgure 2. The overall output of the flexble neural tree can be recursvely computed from left to rght by the depth-frst method. Fgure 2. A flexble neuron operator (left), and a typcal representaton of the FNT wth functon nstructon set F = {+ 2, + 3,..., + 6 }, and termnal nstructon set T = {x, x 2, x 3 }

6 68 Chen and Abraham Optmzaton of the FNT Model The optmzaton of FNT ncludes both tree-structure and parameter optmzaton. Fndng an optmal or near-optmal neural tree s formulated as a product of evoluton. A number of neural tree varaton operators are developed as follows: Mutaton Four dfferent mutaton operators were employed to generate offsprng from the parents. These mutaton operators are as follows: () Changng one termnal node: Randomly select one termnal node n the neural tree and replace t wth another termnal node. (2) Changng all the termnal nodes: Select each and every termnal node n the neural tree and replace t wth another termnal node. (3) Growng: Select a random leaf n the hdden layer of the neural tree and replace t wth a newly generated subtree. (4) Prunng: Randomly select a functon node n the neural tree and replace t wth a termnal node. The neural tree operators were appled to each of the parents to generate an offsprng usng the followng steps: (a) (b) (c) A Posson random number N, wth mean λ, was generated. N random mutaton operators were unformly selected wth replacement from the prevous four-mutaton operator set. These N mutaton operators were appled n sequence one after the other to the parents to get the offsprng. Crossover Select two neural trees at random and select one nontermnal node n the hdden layer for each neural tree randomly, then swap the selected subtree. The crossover operator s mplemented wth a predefned probablty of 0.3 n ths study.

7 Hybrd-Learnng Methods for Stock Index Modelng 69 Selecton Evolutonary-programmng (EP) tournament selecton was appled to select the parents for the next generaton. Parwse comparson s conducted for the unon of µ parents and µ offsprng. For each ndvdual, q opponents are chosen unformly at random from all the parents and offsprng. For each comparson, f the ndvdual s ftness s no smaller than the opponent s, t s selected. Then select µ ndvduals from parents and offsprng that have most wns to form the next generaton. Parameter Optmzaton by PSO Parameter optmzaton s acheved by the PSO algorthm as descrbed n the The Partcle-swarm-optmzaton (PSO) Algorthm secton. In ths stage, the FNT archtecture s fxed, as the best tree developed by the end of run of the structured search. The parameters (weghts and flexble actvaton-functon parameters) encoded n the best tree formulate a partcle. The PSO algorthm works as follows: (a) (b) (c) (d) An ntal populaton s randomly generated. The learnng parametersc and c 2 n PSO should be assgned n advance. The objectve functon value s calculated for each partcle. Modfcaton of search pont the current search pont of each partcle s changed usng Equatons and 2. If the maxmum number of generatons s reached or no better parameter vector s found for a sgnfcantly long tme (~00 steps), then stop, otherwse go to step (b). The Artfcal Neural Network (ANN) Model A neural network classfer traned usng the PSO algorthm wth flexble bpolar sgmod actvaton functons at hdden layer was constructed for the stock data. Before descrbng the detals of the algorthm for tranng the ANN classfer, the ssue of codng needs to be addressed. Codng concerns the way the weghts and the flexble actvatonfuncton parameters of the ANN are represented by ndvduals or partcles. A floatngpont codng scheme s adopted here. For neural network (NN) codng, suppose there are M nodes n the hdden layer and one node n the output layer and n nput varables, then the number of total weghts s n M + M, the number of thresholds s M + and the number of flexble actvaton-functon parameters s M +, therefore the total number of free parameters n the ANN to be coded s n M + M + 2(M + ). These parameters are coded nto an ndvdual or partcle orderly. The smple proposed tranng algorthm for a neural network s as follows:

8 70 Chen and Abraham Step : Intalzaton Intal populaton s generated randomly. The learnng parameters c and c 2 n the PSO should be assgned n advance. Step 2: Evaluaton The objectve functon value s calculated for each partcle. Step 3: Modfcaton of search pont The current search pont of each partcle s changed usng Equatons and 2. Step 4: If the maxmum number of generatons s reached or no better parameter vector s found for a sgnfcantly long tme (00 steps say), then stop, otherwse go to Step 2. The WNN-Predcton Model In terms of wavelet transformaton theory, wavelets n the followng form: x b ψ = { ψ a 2 ( = ϕ ) : a, b R, Z} a (7) x = ( x, x2, L, xn ), a = ( a, a2, L, an ), b = ( b, b 2, L, bn ) are a famly of functons generated from one sngle functon ϕ(x) by the operaton of dlaton and translaton.ϕ(x), whch s localzed n both the tme space and the frequency space, s called a mother wavelet and the parameters a and b are named the scale and translaton parameters, respectvely. In the standard form of a wavelet neural network, output s gven by: M M x b f ( x) = = ψ ( x) ω a 2 ϕ( ) a = = ω (8) where ψ s the wavelet actvaton functon of -th unt of the hdden layer and ω s the weght connectng the-th unt of the hdden layer to the output-layer unt. Note that for the n-dmensonal nput space, the multvarate wavelet-bass functon can be calculated by the tensor product of n sngle wavelet-bass functons as follows: n ϕ( x) = ϕ( x ) = (9) Before descrbng detals of the PSO algorthm for tranng WNNs, the ssue of codng needs to be addressed. Codng concerns the way the weghts, dlaton, and translaton

9 Hybrd-Learnng Methods for Stock Index Modelng 7 parameters of WNNs are represented by ndvduals or partcles. A floatng-pont codng scheme s adopted here. For WNN codng, suppose there are M nodes n the hdden layer and n nput varables, then the total number of parameters to be coded s (2n + )M. The codng of a WNN nto an ndvdual or partcle s as follows: a blanb nω a2b2la2nb2nω 2 L anbnla nn nn n b ω The smple proposed tranng algorthm for a WNN s as follows: Step : An ntal populaton s randomly generated. The learnng parameters, such as c, c 2 n PSO should be assgned n advance. Step 2: Parameter optmzaton wth PSO algorthm. Step 3: f the maxmum number of generatons s reached or no better parameter vector s found for a sgnfcantly long tme (~00 steps), then go to Step 4; otherwse go to Step 2. Step 4: Parameter optmzaton wth gradent-descent algorthm. Step 5: If a satsfactory soluton s found then stop; otherwse go to Step 4. The Local Lnear WNN Predcton Model An ntrnsc feature of bass-functon networks s the localzed actvaton of the hddenlayer unts, so that the connecton weghts assocated wth the unts can be vewed as locally accurate pecewse constant models whose valdty for any gven nput s ndcated by the actvaton functons. Compared to the multlayer perceptron neural network, ths local capacty provdes some advantages, such as learnng effcency and structure transparency. However, the problem of bass-functon networks requres some specal attenton. Due to the crudeness of the local approxmaton, a large number of bass-functon unts have to be employed to approxmate a gven system. A shortcomng of the wavelet neural network s that for hgher dmensonal problems many hdden-layer unts are needed. In order to take advantage of the local capacty of the wavelet-bass functons whle not havng too many hdden unts, here we propose an alternatve type of WNN. The archtecture of the proposed local lnear WNN (LLWNN) s shown n Fgure 3. Its output n the output layer s gven by: y = M = M = ( ω ( ω ω + ω x + L+ ω n x + L+ ω n x ) ψ ( x) = n n x ) a 2 x b ϕ( ) a (0)

10 72 Chen and Abraham Fgure 3. Archtecture of a local lnear wavelet neural network where x = (x, x 2,..., x n ). Instead of the straghtforward weght ω (pecewse constant model), a lnear model: v = ω + ωx + + ωn xn 0 () s ntroduced. The actvtes of the lnear model v ( =, 2,..., M) are determned by the assocated locally actve wavelet functon ψ (x)( =, 2,..., M), thus v s only locally sgnfcant. The motvatons for ntroducng local lnear models nto a WNN are as follows: () Local-lnear models have been studed n some neurofuzzy systems (Abraham, 200) and offer good performances; and (2) Local-lnear models should provde a more parsmonous nterpolaton n hgh-dmenson spaces when modelng samples are sparse. The scale and translaton parameters and local-lnear-model parameters are randomly ntalzed at the begnnng and are optmzed by the PSO algorthm. Experment Setup and Results We consdered 7-year stock data for the Nasdaq-00 Index and 4-year for the NIFTY ndex. Our target was to develop effcent forecast models that could predct the ndex value of the followng tradng day based on the openng, closng, and maxmum values on any gven day. The tranng and test patterns for both ndces (scaled values) are llustrated n Fgure. We used the same tranng- and test-data sets to evaluate the

11 Hybrd-Learnng Methods for Stock Index Modelng 73 dfferent connectonst models. More detals are reported n the followng sectons. Experments were carred out on a Pentum IV, 2.8 GHz Machne wth 52 MB RAM and the programs mplemented n C/C++. Test data was presented to the traned connectonst models, and the output from the network compared wth the actual ndex values n the tme seres. The assessment of the predcton performance of the dfferent connectonst paradgms were done by quantfyng the predcton obtaned on an ndependent data set. The rootmean-squared error (RMSE), maxmum-absolute-percentage error (MAP), mean-absolute-percentage error (MAPE), and correlaton coeffcent (CC) were used to study the performance of the traned forecastng model for the test data. MAP s defned as follows: MAP Pactual, Ppredcted, = max 00 P predcted, (2) where P actual, s the actual ndex value on day and P predcted, s the forecast value of the ndex on that day. SmlarlyMAPE s gven as: N P actual, Ppredcted, MAPE = 00 N P, (3) = actual where N represents the total number of days. FNT Algorthm We used the nstructon set S = {+ 2, + 3,..., + 0, x 0, x, x 2 } modelng the Nasdaq-00 ndex and nstructon set S = {+ 2, + 3,..., + 0, x 0, x, x 2, x 3, x 4 } modelng the NIFTY ndex. We used the flexble actvaton functon of Equaton 4 for the hdden neurons. Tranng was termnated after 80 epochs on each dataset. NN-PSO Tranng A feed-forward neural network wth three nput nodes and a sngle hdden layer consstng of 0 neurons was used for modelng the Nasdaq-00 ndex. A feed-forward neural network wth fve nput nodes and a sngle hdden layer consstng of 0 neurons was used for modelng the NIFTY ndex. Tranng was termnated after 3000 epochs on each dataset.

12 74 Chen and Abraham WNN-PSO A WNN wth three nput nodes and a sngle hdden layer consstng of 0 neurons was used for modelng the Nasdaq-00 ndex. A WNN wth fve nput nodes and a sngle hdden layer consstng of 0 neurons was used for modelng the NIFTY ndex. Tranng was termnated after 4000 epochs on each dataset. LLWNN-PSO A LLWNN wth three nput nodes and a hdden layer consstng of fve neurons for modelng Nasdaq-00 ndex. A LLWNN wth fve nput nodes and a sngle hdden layer consstng of fve neurons for modelng NIFTY ndex. Tranng was termnated after 4500 epochs on each dataset. Fgure 4. Test results showng the performance of the dfferent methods for modelng the Nasdaq-00 ndex Fgure 5. Test results showng the performance of the dfferent methods for modelng the NIFTY ndex

13 Hybrd-Learnng Methods for Stock Index Modelng 75 Table. Emprcal comparson of RMSE results for four learnng methods FNT NN-PSO WNN-PSO LLWNN-PSO Tranng results Nasdaq NIFTY Testng results Nasdaq NIFTY Table 2. Statstcal analyss of four learnng methods (test data) FNT NN-PSO WNN-PSO LLWNN-PSO Nasdaq-00 CC MAP MAPE NIFTY CC MAP MAPE Performance and Results Acheved Table summarzes the tranng and test results acheved for the two stock ndces usng the four dfferent approaches. The statstcal analyss of the four learnng methods s depcted n Table 2. Fgures 4 and 5 depct the test results for the -day-ahead predcton of Nasdaq-00 ndex and NIFTY ndex respectvely. Concluson In ths chapter, we have demonstrated how the chaotc behavor of stock ndces could be well-represented by dfferent hybrd learnng paradgms. Emprcal results on the two data sets usng four dfferent learnng models clearly reveal the effcency of the proposed technques. In terms of RMSE values, for the Nasdaq-00 ndex, WNN performed margnally better than the other models and for the NIFTY ndex, the NN approach gave the lowest generalzaton RMSE values. For both data sets, LLWNN had the lowest tranng error. For the Nasdaq-00 ndex (test data), WNN had the hghest CC, but the lowest values of MAPE and MAP were acheved by usng the FNT model. The hghest CC together wth the best MAPE/MAP values for the NIFTY ndex were acheved usng the NN traned usng the PSO model. A low MAP value s a crucal ndcator for evaluatng the stablty of a market under unforeseen fluctuatons. In the present example, the predctablty ensures that the decrease n trade s only a temporary cyclc varaton that s perfectly under control.

14 76 Chen and Abraham Our research was to predct the share prce for the followng tradng day based on the openng, closng, and maxmum values on any gven day. Our expermental results ndcate that the most promnent parameters that affect share prces are ther mmedate openng and closng values. The fluctuatons n the share market are chaotc n the sense that they heavly depend on the values of ther mmedate forerunnng fluctuatons. Long-term trends exst, but are slow varatons and ths nformaton s useful for longterm nvestment strateges. Our study focused on short-term floor trades n whch the rsk s hgher. However, the results of our study show that even wth seemngly random fluctuatons, there s an underlyng determnstc feature that s drectly encphered n the openng, closng, and maxmum values of the ndex of any day makng predctablty possble. Emprcal results also show that there are varous advantages and dsadvantages for the dfferent technques consdered. There s lttle reason to expect that one can fnd a unformly best learnng algorthm for optmzaton of the performance for dfferent stock ndces. Ths s n accordance wth the no-free-lunch theorem, whch explans that for any algorthm, any elevated performance over one class of problems s exactly pad for n performance over another class (Macready & Wolpert, 997). Our future research wll be orented towards determnng the optmal way to combne the dfferent learnng paradgms usng an ensemble approach (Maqsood, Kahn, & Abraham, 2004) so as to complement the advantages and dsadvantages of the dfferent methods consdered. References Abraham, A., Nath, B., & Mahant, P. K. (200). Hybrd ntellgent systems for stock market analyss. In V. N. Alexandrov et al. (Eds.), Computatonal Scence (pp ). Germany: Sprnger-Verlag. Abraham, A. (200). NeuroFuzzy systems: State-of-the-art modelng technques. In J. Mra & A. Preto (Eds.), Proceedngs of the 7th Internatonal Work Conference on Artfcal and Neural Networks, Connectonst Models of Neurons, Learnng Processes, and Artfcal Intellgence, Granada, Span (pp ). Germany: Sprnger-Verlag. Abraham, A., Phlp, N. S., & Saratchandran, P. (2003). Modelng chaotc behavor of stock ndces usng ntellgent paradgms.internatonal Journal of Neural, Parallel & Scentfc Computatons, (-2), Berkeley, A. R. (997). Nasdaq s technology floor: Its presdent takes stock. IEEE Spectrum, 34(2), Bsch, G. I., & Valor, V. (2000). Nonlnear effects n a dscrete-tme dynamc model of a stock market. Chaos, Soltons & Fractals, (3), Chan, W. S., & Lu, W. N. (2002). Dagnosng shocks n stock markets of Southeast Asa, Australa, and New Zealand. Mathematcs and Computers n Smulaton, 59(-3),

15 Hybrd-Learnng Methods for Stock Index Modelng 77 Chen, Y., Yang, B., & Dong, J. (2004). Nonlnear system modelng va optmal desgn of neural trees.internatonal Journal of Neural Systems, 4(2), Chen, Y., Yang, B., & Dong, J. (n press). Tme-seres predcton usng a local lnear wavelet neural network. Internatonal Journal of Neural Systems. Chen, Y., Yang, B., Dong, J., & Abraham, A. (n press). Tme-seres forecastng usng flexble neural tree model. Informaton Scence. Cos, K. J. (200). Data mnng n fnance: Advances n relatonal and hybrd methods. Neurocomputng, 36(-4), Francs, E. H., Tay, & Cao, L. J. (2002). Modfed support vector machnes n fnancal tme seres forecastng.neurocomputng, 48(-4), Kennedy, J., & Eberhart, R. C. (995). Partcle swarm optmzaton. In Proceedngs IEEE Internatonal Conference on Neural Networks (pp ). Km, K. J., & Han, I. (2000). Genetc algorthms approach to feature dscretzaton n artfcal neural networks for the predcton of stock prce ndex. Expert Systems wth Applcatons, 9(2), Koulourots, D. E., Dakoulaks, I. E., & Emrs, D. M. (200). A fuzzy cogntve map-based stock market model: Synthess, analyss and expermental results. In Proceedngs of the 0th IEEE Internatonal Conference on Fuzzy Systems, Vol. (pp ). LeBaron, B. (200). Emprcal regulartes from nteractng long- and short-memory nvestors n an agent-based stock market. IEEE Transactons on Evolutonary Computaton, 5(5), Legh, W., Modan, N., Purvs, R., & Roberts, T. (2002). Stock market tradng rule dscovery usng techncal chartng heurstcs. Expert Systems wth Applcatons, 23(2), Legh, W., Purvs, R., & Ragusa, J. M. (2002). Forecastng the NYSE composte ndex wth techncal analyss, pattern recognzer, neural network, and genetc algorthm: A case study n romantc decson support. Decson Support Systems, 32(4), Maqsood, I., Khan, M. R., & Abraham, A. (2004). Neural network ensemble method for weather forecastng. Neural Computng & Applcatons, 3(2), Macready, W. G., & Wolpert, D. H. (997). The no free lunch theorems. IEEE Transacton on Evolutonary Computng, (), Nasdaq Stock Market SM. (n.d.). Retreved from Natonal Stock Exchange of Inda Lmted. (n.d.). Retreved from Oh, K. J., & Km, K. J. (2002). Analyzng stock market tck data usng pecewse nonlnear model. Expert Systems wth Applcatons, 22(3), Palma-dos-Res, A., & Zahed, F. (999). Desgnng personalzed ntellgent fnancal decson support systems. Decson Support Systems, 26(), Quah, T. S., & Srnvasan, B. (999). Improvng returns on stock nvestment through neural network selecton. Expert Systems wth Applcatons, 7(4), Wang, Y. F. (2002). Mnng stock prce usng fuzzy rough set system. Expert Systems wth Applcatons, 24(), 3-23.

16 78 Chen and Abraham Wuthrch, B., Cho, V., Leung, S., Permunetlleke, D., Sankaran, K., & Zhang, J. (998). Daly stock market forecast from textual web data. Proceedngs IEEE Internatonal Conference on Systems, Man, and Cybernetcs, 3,

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

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

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

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

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

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

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

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

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

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

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

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm

Document Clustering Analysis Based on Hybrid PSO+K-means Algorithm Document Clusterng Analyss Based on Hybrd PSO+K-means Algorthm Xaohu Cu, Thomas E. Potok Appled Software Engneerng Research Group, Computatonal Scences and Engneerng Dvson, Oak Rdge Natonal Laboratory,

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

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

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

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

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

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

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

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm

A New Task Scheduling Algorithm Based on Improved Genetic Algorithm A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng Envronment Congcong Xong, Long Feng, Lxan Chen A New Task Schedulng Algorthm Based on Improved Genetc Algorthm n Cloud Computng

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

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

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

SOLVING CARDINALITY CONSTRAINED PORTFOLIO OPTIMIZATION PROBLEM BY BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM

SOLVING CARDINALITY CONSTRAINED PORTFOLIO OPTIMIZATION PROBLEM BY BINARY PARTICLE SWARM OPTIMIZATION ALGORITHM SOLVIG CARDIALITY COSTRAIED PORTFOLIO OPTIMIZATIO PROBLEM BY BIARY PARTICLE SWARM OPTIMIZATIO ALGORITHM Aleš Kresta Klíčová slova: optmalzace portfola, bnární algortmus rojení částc Key words: portfolo

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

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

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

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

Flexible Neural Trees Ensemble for Stock Index Modeling

Flexible Neural Trees Ensemble for Stock Index Modeling Flexible Neural Trees Ensemble for Stock Index Modeling Yuehui Chen 1, Ju Yang 1, Bo Yang 1 and Ajith Abraham 2 1 School of Information Science and Engineering Jinan University, Jinan 250022, P.R.China

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

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

Patterns Antennas Arrays Synthesis Based on Adaptive Particle Swarm Optimization and Genetic Algorithms

Patterns Antennas Arrays Synthesis Based on Adaptive Particle Swarm Optimization and Genetic Algorithms IJCSI Internatonal Journal of Computer Scence Issues, Vol. 1, Issue 1, No 2, January 213 ISSN (Prnt): 1694-784 ISSN (Onlne): 1694-814 www.ijcsi.org 21 Patterns Antennas Arrays Synthess Based on Adaptve

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

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

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem

A Binary Particle Swarm Optimization Algorithm for Lot Sizing Problem Journal o Economc and Socal Research 5 (2), -2 A Bnary Partcle Swarm Optmzaton Algorthm or Lot Szng Problem M. Fath Taşgetren & Yun-Cha Lang Abstract. Ths paper presents a bnary partcle swarm optmzaton

More information

Foreign Exchange Rate Prediction using Computational Intelligence Methods

Foreign Exchange Rate Prediction using Computational Intelligence Methods Internatonal Journal of Computer Informaton Systems and Industral Management Applcatons ISSN 5-7988 Volume 4 () pp 659-67 MIR Labs, wwwmrlabsnet/jcsm/ndehtml Foregn Echange Rate Predcton usng Computatonal

More information

Dynamic Constrained Economic/Emission Dispatch Scheduling Using Neural Network

Dynamic Constrained Economic/Emission Dispatch Scheduling Using Neural Network Dynamc Constraned Economc/Emsson Dspatch Schedulng Usng Neural Network Fard BENHAMIDA 1, Rachd BELHACHEM 1 1 Department of Electrcal Engneerng, IRECOM Laboratory, Unversty of Djllal Labes, 220 00, Sd Bel

More information

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic

Institute of Informatics, Faculty of Business and Management, Brno University of Technology,Czech Republic Lagrange Multplers as Quanttatve Indcators n Economcs Ivan Mezník Insttute of Informatcs, Faculty of Busness and Management, Brno Unversty of TechnologCzech Republc Abstract The quanttatve role of Lagrange

More information

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System

Mining Feature Importance: Applying Evolutionary Algorithms within a Web-based Educational System Mnng Feature Importance: Applyng Evolutonary Algorthms wthn a Web-based Educatonal System Behrouz MINAEI-BIDGOLI 1, and Gerd KORTEMEYER 2, and Wllam F. PUNCH 1 1 Genetc Algorthms Research and Applcatons

More information

The Network flow Motoring System based on Particle Swarm Optimized

The Network flow Motoring System based on Particle Swarm Optimized The Network flow Motorng System based on Partcle Swarm Optmzed Neural Network Adult Educaton College, Hebe Unversty of Archtecture, Zhangjakou Hebe 075000, Chna Abstract The compatblty of the commercal

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

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

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem

Using Multi-objective Metaheuristics to Solve the Software Project Scheduling Problem Usng Mult-obectve Metaheurstcs to Solve the Software Proect Schedulng Problem Francsco Chcano Unversty of Málaga, Span chcano@lcc.uma.es Francsco Luna Unversty of Málaga, Span flv@lcc.uma.es Enrque Alba

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

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

Credit Limit Optimization (CLO) for Credit Cards

Credit Limit Optimization (CLO) for Credit Cards Credt Lmt Optmzaton (CLO) for Credt Cards Vay S. Desa CSCC IX, Ednburgh September 8, 2005 Copyrght 2003, SAS Insttute Inc. All rghts reserved. SAS Propretary Agenda Background Tradtonal approaches to credt

More information

Testing and Debugging Resource Allocation for Fault Detection and Removal Process

Testing and Debugging Resource Allocation for Fault Detection and Removal Process Internatonal Journal of New Computer Archtectures and ther Applcatons (IJNCAA) 4(4): 93-00 The Socety of Dgtal Informaton and Wreless Communcatons, 04 (ISSN: 0-9085) Testng and Debuggng Resource Allocaton

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

A COPMARISON OF PARTICLE SWARM OPTIMIZATION AND THE GENETIC ALGORITHM

A COPMARISON OF PARTICLE SWARM OPTIMIZATION AND THE GENETIC ALGORITHM A COPMARISON OF PARTICLE SWARM OPTIMIZATION AND THE GENETIC ALGORITHM Rana Hassan * Babak Cohanm Olver de Weck Massachusetts Insttute of Technology, Cambrdge, MA, 39 Gerhard Venter Vanderplaats Research

More information

Optimal Choice of Random Variables in D-ITG Traffic Generating Tool using Evolutionary Algorithms

Optimal Choice of Random Variables in D-ITG Traffic Generating Tool using Evolutionary Algorithms Optmal Choce of Random Varables n D-ITG Traffc Generatng Tool usng Evolutonary Algorthms M. R. Mosav* (C.A.), F. Farab* and S. Karam* Abstract: Impressve development of computer networks has been requred

More information

Investigation of Modified Bee Colony Algorithm with Particle and Chaos Theory

Investigation of Modified Bee Colony Algorithm with Particle and Chaos Theory Internatonal Journal of Control and Automaton, pp. 311-3 http://dx.do.org/10.1457/jca.015.8..30 Investgaton of Modfed Bee Colony Algorthm wth Partcle and Chaos Theory Guo Cheng Shangluo College, Zhangye,

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

Learning with Imperfections A Multi-Agent Neural-Genetic Trading System. with Differing Levels of Social Learning

Learning with Imperfections A Multi-Agent Neural-Genetic Trading System. with Differing Levels of Social Learning Proceedngs of the 4 IEEE Conference on Cybernetcs and Intellgent Systems Sngapore, 1-3 December, 4 Learnng wth Imperfectons A Mult-Agent Neural-Genetc Tradng System wth Dfferng Levels of Socal Learnng

More information

Journal of Economics and Business

Journal of Economics and Business Journal of Economcs and Busness 64 (2012) 275 286 Contents lsts avalable at ScVerse ScenceDrect Journal of Economcs and Busness A multple adaptve wavelet recurrent neural networ model to analyze crude

More information

Software project management with GAs

Software project management with GAs Informaton Scences 177 (27) 238 241 www.elsever.com/locate/ns Software project management wth GAs Enrque Alba *, J. Francsco Chcano Unversty of Málaga, Grupo GISUM, Departamento de Lenguajes y Cencas de

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

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

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

The Short-term and Long-term Market

The Short-term and Long-term Market A Presentaton on Market Effcences to Northfeld Informaton Servces Annual Conference he Short-term and Long-term Market Effcences en Post Offce Square Boston, MA 0209 www.acadan-asset.com Charles H. Wang,

More information

Ants Can Schedule Software Projects

Ants Can Schedule Software Projects Ants Can Schedule Software Proects Broderck Crawford 1,2, Rcardo Soto 1,3, Frankln Johnson 4, and Erc Monfroy 5 1 Pontfca Unversdad Católca de Valparaíso, Chle FrstName.Name@ucv.cl 2 Unversdad Fns Terrae,

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

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

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

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

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

Financial market forecasting using a two-step kernel learning method for the support vector regression

Financial market forecasting using a two-step kernel learning method for the support vector regression Ann Oper Res (2010) 174: 103 120 DOI 10.1007/s10479-008-0357-7 Fnancal market forecastng usng a two-step kernel learnng method for the support vector regresson L Wang J Zhu Publshed onlne: 28 May 2008

More information

Improved SVM in Cloud Computing Information Mining

Improved SVM in Cloud Computing Information Mining Internatonal Journal of Grd Dstrbuton Computng Vol.8, No.1 (015), pp.33-40 http://dx.do.org/10.1457/jgdc.015.8.1.04 Improved n Cloud Computng Informaton Mnng Lvshuhong (ZhengDe polytechnc college JangSu

More information

Improved Mining of Software Complexity Data on Evolutionary Filtered Training Sets

Improved Mining of Software Complexity Data on Evolutionary Filtered Training Sets Improved Mnng of Software Complexty Data on Evolutonary Fltered Tranng Sets VILI PODGORELEC Insttute of Informatcs, FERI Unversty of Marbor Smetanova ulca 17, SI-2000 Marbor SLOVENIA vl.podgorelec@un-mb.s

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

LITERATURE REVIEW: VARIOUS PRIORITY BASED TASK SCHEDULING ALGORITHMS IN CLOUD COMPUTING

LITERATURE REVIEW: VARIOUS PRIORITY BASED TASK SCHEDULING ALGORITHMS IN CLOUD COMPUTING LITERATURE REVIEW: VARIOUS PRIORITY BASED TASK SCHEDULING ALGORITHMS IN CLOUD COMPUTING 1 MS. POOJA.P.VASANI, 2 MR. NISHANT.S. SANGHANI 1 M.Tech. [Software Systems] Student, Patel College of Scence and

More information

"Research Note" APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES *

Research Note APPLICATION OF CHARGE SIMULATION METHOD TO ELECTRIC FIELD CALCULATION IN THE POWER CABLES * Iranan Journal of Scence & Technology, Transacton B, Engneerng, ol. 30, No. B6, 789-794 rnted n The Islamc Republc of Iran, 006 Shraz Unversty "Research Note" ALICATION OF CHARGE SIMULATION METHOD TO ELECTRIC

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

More information

Construction Rules for Morningstar Canada Target Dividend Index SM

Construction Rules for Morningstar Canada Target Dividend Index SM Constructon Rules for Mornngstar Canada Target Dvdend Index SM Mornngstar Methodology Paper October 2014 Verson 1.2 2014 Mornngstar, Inc. All rghts reserved. The nformaton n ths document s the property

More information

Sciences Shenyang, Shenyang, China.

Sciences Shenyang, Shenyang, China. Advanced Materals Research Vols. 314-316 (2011) pp 1315-1320 (2011) Trans Tech Publcatons, Swtzerland do:10.4028/www.scentfc.net/amr.314-316.1315 Solvng the Two-Obectve Shop Schedulng Problem n MTO Manufacturng

More information

Realistic Image Synthesis

Realistic Image Synthesis Realstc Image Synthess - Combned Samplng and Path Tracng - Phlpp Slusallek Karol Myszkowsk Vncent Pegoraro Overvew: Today Combned Samplng (Multple Importance Samplng) Renderng and Measurng Equaton Random

More information

A Binary Quantum-behaved Particle Swarm Optimization Algorithm with Cooperative Approach

A Binary Quantum-behaved Particle Swarm Optimization Algorithm with Cooperative Approach IJCSI Internatonal Journal of Computer Scence Issues, Vol., Issue, No, January 3 ISSN (Prnt): 694-784 ISSN (Onlne): 694-84 www.ijcsi.org A Bnary Quantum-behave Partcle Swarm Optmzaton Algorthm wth Cooperatve

More information

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES

A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES 82 Internatonal Journal of Electronc Busness Management, Vol. 0, No. 3, pp. 82-93 (202) A GENETIC ALGORITHM-BASED METHOD FOR CREATING IMPARTIAL WORK SCHEDULES FOR NURSES Feng-Cheng Yang * and We-Tng Wu

More information

Global Optimization Algorithms with Application to Non-Life Insurance

Global Optimization Algorithms with Application to Non-Life Insurance Global Optmzaton Algorthms wth Applcaton to Non-Lfe Insurance Problems Ralf Kellner Workng Paper Char for Insurance Economcs Fredrch-Alexander-Unversty of Erlangen-Nürnberg Verson: June 202 GLOBAL OPTIMIZATION

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

COMPUTER SUPPORT OF SEMANTIC TEXT ANALYSIS OF A TECHNICAL SPECIFICATION ON DESIGNING SOFTWARE. Alla Zaboleeva-Zotova, Yulia Orlova

COMPUTER SUPPORT OF SEMANTIC TEXT ANALYSIS OF A TECHNICAL SPECIFICATION ON DESIGNING SOFTWARE. Alla Zaboleeva-Zotova, Yulia Orlova Internatonal Book Seres "Informaton Scence and Computng" 29 COMPUTE SUPPOT O SEMANTIC TEXT ANALYSIS O A TECHNICAL SPECIICATION ON DESIGNING SOTWAE Alla Zaboleeva-Zotova, Yula Orlova Abstract: The gven

More information

Mooring Pattern Optimization using Genetic Algorithms

Mooring Pattern Optimization using Genetic Algorithms 6th World Congresses of Structural and Multdscplnary Optmzaton Ro de Janero, 30 May - 03 June 005, Brazl Moorng Pattern Optmzaton usng Genetc Algorthms Alonso J. Juvnao Carbono, Ivan F. M. Menezes Luz

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

Maintenance Scheduling by using the Bi-Criterion Algorithm of Preferential Anti-Pheromone

Maintenance Scheduling by using the Bi-Criterion Algorithm of Preferential Anti-Pheromone Leonardo ournal of Scences ISSN 583-0233 Issue 2, anuary-une 2008 p. 43-64 Mantenance Schedulng by usng the B-Crteron Algorthm of Preferental Ant-Pheromone Trantafyllos MYTAKIDIS and Arstds VLACHOS Department

More information

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek

THE DISTRIBUTION OF LOAN PORTFOLIO VALUE * Oldrich Alfons Vasicek HE DISRIBUION OF LOAN PORFOLIO VALUE * Oldrch Alfons Vascek he amount of captal necessary to support a portfolo of debt securtes depends on the probablty dstrbuton of the portfolo loss. Consder a portfolo

More information

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression

A Novel Methodology of Working Capital Management for Large. Public Constructions by Using Fuzzy S-curve Regression Novel Methodology of Workng Captal Management for Large Publc Constructons by Usng Fuzzy S-curve Regresson Cheng-Wu Chen, Morrs H. L. Wang and Tng-Ya Hseh Department of Cvl Engneerng, Natonal Central Unversty,

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

8 Algorithm for Binary Searching in Trees

8 Algorithm for Binary Searching in Trees 8 Algorthm for Bnary Searchng n Trees In ths secton we present our algorthm for bnary searchng n trees. A crucal observaton employed by the algorthm s that ths problem can be effcently solved when the

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

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

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

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network *

Data Broadcast on a Multi-System Heterogeneous Overlayed Wireless Network * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 24, 819-840 (2008) Data Broadcast on a Mult-System Heterogeneous Overlayed Wreless Network * Department of Computer Scence Natonal Chao Tung Unversty Hsnchu,

More information

Overview of monitoring and evaluation

Overview of monitoring and evaluation 540 Toolkt to Combat Traffckng n Persons Tool 10.1 Overvew of montorng and evaluaton Overvew Ths tool brefly descrbes both montorng and evaluaton, and the dstncton between the two. What s montorng? Montorng

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

Multiple-Period Attribution: Residuals and Compounding

Multiple-Period Attribution: Residuals and Compounding Multple-Perod Attrbuton: Resduals and Compoundng Our revewer gave these authors full marks for dealng wth an ssue that performance measurers and vendors often regard as propretary nformaton. In 1994, Dens

More information

HowHow to Find the Best Online Stock Broker

HowHow to Find the Best Online Stock Broker A GENERAL APPROACH FOR SECURITY MONITORING AND PREVENTIVE CONTROL OF NETWORKS WITH LARGE WIND POWER PRODUCTION Helena Vasconcelos INESC Porto hvasconcelos@nescportopt J N Fdalgo INESC Porto and FEUP jfdalgo@nescportopt

More information

Research on Evaluation of Customer Experience of B2C Ecommerce Logistics Enterprises

Research on Evaluation of Customer Experience of B2C Ecommerce Logistics Enterprises 3rd Internatonal Conference on Educaton, Management, Arts, Economcs and Socal Scence (ICEMAESS 2015) Research on Evaluaton of Customer Experence of B2C Ecommerce Logstcs Enterprses Yle Pe1, a, Wanxn Xue1,

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

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告

行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 行 政 院 國 家 科 學 委 員 會 補 助 專 題 研 究 計 畫 成 果 報 告 期 中 進 度 報 告 畫 類 別 : 個 別 型 計 畫 半 導 體 產 業 大 型 廠 房 之 設 施 規 劃 計 畫 編 號 :NSC 96-2628-E-009-026-MY3 執 行 期 間 : 2007 年 8 月 1 日 至 2010 年 7 月 31 日 計 畫 主 持 人 : 巫 木 誠 共 同

More information