Stock volatility forecasting using Swarm optimized Hybrid Network

Size: px
Start display at page:

Download "Stock volatility forecasting using Swarm optimized Hybrid Network"

Transcription

1 Web Ste: Emal: Volume 2, Issue 3, May June 23 ISSN Stock volatlty forecastng usng Swarm optmzed Hybrd Network Puspanjal Mohapatra, Soumya Das 2, Tapas Kumar Patra 3 and Munnang Anrudh 4 &2 Dept of Computer Scence and Engneerng IIIT Bhubaneswar 3 Dept of Instrumentaton & Electroncs Engneerng College of Engneerng Technology Bhubaneswar, Inda 4 Dept of Electroncs and Telecommuncatons Engneerng IIIT Bhubaneswar Abstract: Swarm networks are a new class of neural networks whch are nspred by swarm ntellgence. Swarm ntellgence s the property of co-ordnated behavour seen amongst the socal organsms. The smple local nteracton of the swarm members results n complex and ntellgent global behavour. Ths phenomenon s adapted n swarm ntellgence so as to solve many problems.ths paper presents a comparatve study of partcle swarm optmzaton (PSO) based hybrd swarmnet and smple FLANN model. Here both the models are ntally traned wth LMS algorthm, then wth PSO algorthm. The models are forecastng the stock ndces of two dfferent datasets.e. NIFTY and NASDAQ on dfferent tme horzons.e. one day, one week, and one month ahead. The performance s evaluated on the bass of Root Mean Square Error (RMSE) and Mean Absolute Percentage Error (MAPE). It was verfed that PSO based hybrd swarmnet performed better n comparson to PSO based FLANN model, smple hybrd model traned wth LMS and smple FLANN model traned wth LMS. Keywords: FLANN, hybrd swarm net, PSO. INTRODUCTION In case of a stock market the shares are ssued and traded through exchanges by takng the help of varous ndces.stock market consttute an nvaluable asset for the economy of any naton. For the long term nvestors t acts as a door to purchase busness whch s expected to do well n the near future.as far as the short term nvestors (traders) are concerned they get a quck proft out of the tradng n the stock []. As more and more money s beng nvested, the nvestors get anxous of the future trends of the stock prces n the market. But the stock prce data are very chaotc, nonlnear, and nonseasonal as well as very volatle n nature and poltcal events, nternal developments, nflaton and exchage rates as well as world events are some of the factors that are responsble for ts nonstatonary nature. Therefore t has always been remaned as a challenge for the common nvestors, stock buyers/sellers, polcy makers, market researchers and captal market role players to gan knowledge about the daly stock market prce values. There are many technques avalable to predct the stock prces namely fundamental analyss, techncal analyss [9], statstcal technques [2][3]. However these technques fal to draw out the hdden non-lnear patter n of the stock market data. On the other hand neural networks have been found to be successful n dscoverng the non-lnear pattern nsde the data and to adopt accordngly[4]. The neural networks after dscoverng the pattern adjust ther weght parameters so as to predct the data one day ahead, one week ahead as well as one month ahead by usng dfferent models such as radal bass functon neural network(rbfnn),functonal lnk artfcal neural network(flann)[6] and adaptve neuro fuzzy nformaton system(anfis) etc and by usng algorthms such as least mean square(lms)[7][],recursve least square(rls) for updatng the weghts. Many research have been carred out to know whether the neural networks are really capable n handlng the nonlnear pattern od the fnancal tme seres data [8].Varous hybrd models also have been proposed combnng statstcal technques wth neural networks [] and combnng wavelet transform and fuzzy logc wth neural networks [].However these technques are dervatve n nature and are most lkely to be trapped n local mnma. To overcome the above flaw bo-nspred technques come to pcture [2],[22]. The bo nspred computng technques are optmzaton methods that have been nspred by socal behavour of the organsms. There has been numerous applcatons of genetc algorthms to be appled n fnancal sector[3][4].swarm ntellgence s another recent and emergng paradgm n the feld of bo nspred computng whch mmc the socal behavour of the brds, ants, and fshes to search for ther optmum food source.in ths regard varous applcatons of ant colony optmzaton and fsh swarm algorthm n the feld of fnance s also seen [][6].Partcle swarm optmzaton(pso) s a robust optmzaton technque that s nspred by self coordnated behavour of brds [7][8]. For predctng varous stock ndces namely s&p and DJIA partcle swarm optmzaton has been appled and promsng results were obtaned [9].The pso technque s also Volume 2, Issue 3 May June 23 Page 78

2 Web Ste: Emal: Volume 2, Issue 3, May June 23 ISSN appled along wth fuzzy garch models [2] and wth neural networks n dfferent models namely radal bass functon neural network and adaptve neuro fuzzy nformaton system[2]. Ths paper s organsed as follows: Secton 2 dscusses the Least Mean Square algorthm; secton 3 dscusses the partcle swarm optmzaton algorthm. The performance crteron and result analyss are dscussed n secton 4 and respectvely.fnally the concluson s drawn n secton 6. X X X X 2 X 3 X 4 X X X X X X X F (X ) F 2(X ) Functo nal expans on unt Funct onal expans on unt W Y = W wcosx wsn X f Y 2= w f2 Y = wcosx wsn X Y 2 = w x x Y = tanh(y + Y 2) Y 2=tanh(Y + Y 2) Y Y 2 Y DESIRED 2. LEAST MEAN SQUARE ALGORITHM (LMS): The least mean square algorthm s an adaptve algorthm whch uses gradent based method of steepest descent.t was orgnally the dea of Wdrow Anfhoff n 99.t s an teratve method whch makes successve mprovements to the weght vector n the drecton of steepest descent whch eventually resultsn mnmzaton of the error.from the method of steepest descent the weght updaton equaton s: W(n+)=W(n)- Where W (n+) s the weght correspondng to the( n+) th teraton and W(n) s the weght correspondng to the n th teraton g(n) s the gradent vector evaluated n case of LMS algorthm the weght updaton equaton s done wth the help of followng equaton W(n+)=W(n)- (2) Dsadvantages: The lms algorthm s taratve n nature It nvolves calculaton od complex dervatve functons whch make the computaton tough Rate of convergence s very low. ERROR PSO In order to overcome these dffcultes the optmzaton technques are used among whch swarm ntellgence takes the leadng role. 3. PARTICLE SWARM OPTIMIZATION (PSO): Partcle swarm optmzaton s one of the leadng optmzaton methods whch s nspred by brds and fshes to exhbt co-ordnated, collectve behavour. It was orgnally proposed by Eberhart and Kennedy n 99.Each partcle n pso has a poston vector as well as a velocty vector represented by X =[x, x 2,,x ] T and V =[v,v 2, v ] spread over a D-dmensonal search space.for each partcle there s a personal best poston(pbest) represented as Pb=[pb,pb,,pb ] T. the global best poston(gbest) of all partcles s determned by takng all pbest nto consderaton. Gven for each partcle a poston vector, velocty vector, personal best vector as well as global best vector, the velocty vector for the next tearaton s calculated. From the recent velocty vector and prevous poston vector the poston vector for the next tearaton s calculated. The pseudocode for pso can be wrtten as follows:. For each partcle Intalze partcle END 2. Do For each partcle Calculate ftness value If the ftness value s better than the best ftness value (pbest) n hstory set current value as the new pbest End 3.Choose the partcle wth the best ftness value of all the partcles as the gbest 4. For each partcle Calculate partcle velocty accordng equaton V t+ t =V U t (Pb t t -X 2U t 2 (Gb t -X t ) (3) Pb-partcle best (pbest) Gb-global best (gbest) U, U 2 random values t+ V - velocty of partcle at t+ teraton t X - poston of partcle at t teraton Update partcle poston accordng equaton X t+ =x t +V t+ End Whle maxmum teratons or mnmum error crtera s not attaned V t+ t =V U t (Pb t t -X 2U t 2 (Gb t -X t ) Inerta component Cogntve component (4) Socal component Volume 2, Issue 3 May June 23 Page 79

3 Web Ste: Emal: Volume 2, Issue 3, May June 23 ISSN The cogntve component corresponds to personal nfluence whch represents the prvate thnkng of the partcle hmself where as the socal component corresponds to socal nfluence representng collaboraton among partcles. It can be noted here that U as well as 2U 2 corresponds to the randomness of the loop. So these parameters must be carefully chosen to land n a sem-optmal soluton. and 2 are the acceleraton constants determng the mportance of personal best and global best.low values allow partcles to roam far from target regons whle hgh values result n abrupt movements. Each acceleraton constant s usually taken to be 2. for almost all applcatons. U and U 2 are two random functons n the range [, ]. 4. FLANN FUZZY SYSTEM The FLANN fuzzy hybrd system s responsble for the determnaton of the knowledge base whch conssts of the followng subsystems of developng the membershp functon, defnng a fuzzy reasonng mechansm, the number of rule and rule base. The proposed FLANN based Neurofuzzy hybrd model uses a FLNN based combnaton of nput varables. Each fuzzy rule corresponds to a sub-flann, comprsng a lnk. The FLANN model realzes a fuzzy IF-THEN rule n the followng form and the same P number of patterns Xp s passed through the lnear combner and multpled wth the weght to generate the partal sum. Rule j: IF x s A and x 2 s A 2j..... and x s A j..... and x N s A Nj Then Y = ) () Where x and Y I are the nput and local output varables respectvely; A j s the lngustc term of the precondton part wth Gaussan membershp functon, N s the number of nput varables, W s the lnk weght of the local output, k s the bass functon of nput varables, M s the number of bass functon, and rule j s the j th fuzzy rule. The operaton of each layer of FLANN fuzzy system s descrbed as follows:u denotes the output of l th layer Layer : No computaton s performed n layer. Each node n ths layer only transmts nput values to the next layer drectly. U =X (6) Layer 2: Each fuzzy set Aj s descrbed here by a Gaussan membershp functon. Therefore, the calculated membershp value n layer 2 s U 2 j= (7) Layer 3: Nodes n layer 3 receve one-dmensonal membershp degrees of the assocated rule from the nodes of a set n layer 2. Here, the product operator descrbed earler s adopted to perform the precondton part of the fuzzy rules. As a result, the output functon of each nference node s U j 3 = (8) Where of a rule node represents the frng strength of ts correspondng rule. Layer 4: Nodes n layer 4 are called consequent nodes. The nput to a node n layer 4 s the output from layer 3, and the other nputs are calculated from the FLANN that has used the functon tanh ( ), as shown n Fg.. For such a node (9) U j 4 = U j 4 Where the lnk s weght of FLANN and s the functonal expanson of the nputs. Layer : The output layer n node acts as the defuzzfcaton layer. So, the fnal output of the FLANN model y s expressed as y= y F z F z y F z 22 () Where y and y22 are the output from the FLANN model and Fz and Fz22 are the output from the NeuroFuzzy hybrd model or output from layer 3.. SIMULATION STUDY. Dataset for tranng and testng: The daly closng prce of NIFTY data and NASDAQ data from.3.29 to..22 s taken as tranng samples(approxmately samples).all the nputs are normalzed wthn a range of [, ] usng the followng formula. () Where X norm s the normalsed value, X org s the currency value, X max s the maxmum value and X mn s the mnmum value..2 Tranng and testng of the forecastng model: Tranng of the FLANN model s carred out usng the DE and PSO algorthm gven n Secton 3 and 4 and the optmum weghts are obtaned. Then usng the traned model, the forecastng performance s tested usng test patterns for one-day, one week and one-month ahead. MAPE and RMSE (as defned n table ) s computed to compare the performance of varous models. Table : Performance evaluaton crtera Evaluaton Formula used crtera 22 F z 22 Volume 2, Issue 3 May June 23 Page 8

4 Web Ste: Emal: Volume 2, Issue 3, May June 23 ISSN Root mean square error(rmse).9 versus predcted durng tranng data data2 Mean absolute percentage error(mape) Usng the tranng sample frst a FLANN based LMS model s mplemented and the and stock prces are compared.then a PSO based FLANN model s mplementedroot mean square error (RMSE) and Mean absolute percentage error (MAPE) are consdered for performance evaluaton. The results of nfty dataset and NASDAQ dataset are lsted n table-2 and table target&predcted of tranng no.of data samples Fgure 4: one day ahead versus predcted values of stock ndces for NASDAQ data set durng tranng usng FLANN LMS model versus predcted durng tranng data data Fgure 2: one day ahead versus predcted values of stock ndces for nfty data set durng tranng usng FLANN PSO model.7.6 target&predcted of testng no.of data samples Fgure : one week ahead versus predcted values of stock ndces for NASDAQ data set durng tranng and testng for nfty dataset usng FLANN LMS model.2 error durng tranng Fgure 3: one day ahead versus predcted values of stock ndces for nfty data set durng testng usng FLANN PSO model no of data samples Fgure 6:error value n one month ahaead forecast usng NASDAQ data set Volume 2, Issue 3 May June 23 Page 8

5 Web Ste: Emal: Volume 2, Issue 3, May June 23 ISSN mape value durng testng.9.8 target&predcted of testng Fgure 7: mape value n one month ahaead forecast usng NASDAQ data set.9 Actual Vs Predcted durng tranng predcted ac tual Fgure : versus predcted values of one week ahead stock ndces for nfty data set durng tranng and testng usng FLANN-LMS target&predcted of testng No of teratons.4.3 Fgure 8: versus predcted values of week ahead stock ndces for nfty data set durng tranng and testng usng FLANN-fuzzy PSO model Actual Vs Predcted durng testng predcted ac tual No of teratons Fgure 9: versus predcted values of one week ahead stock ndces for nfty data set durng tranng and testng usng FLANN-fuzzy model Fgure : versus predcted values of one month ahead stock ndces for nfty data set durng tranng and testng usng FLANN fuzzy PSO model target&predcted of tranng Fgure 2: versus predcted values of one month ahead stock ndces for nfty data set durng tranng and testng usng FLANN fuzzy PSO model Volume 2, Issue 3 May June 23 Page 82

6 Web Ste: Emal: Volume 2, Issue 3, May June 23 ISSN target&predcted of testng Fgure 3: versus predcted values of one month ahead stock ndces for nfty data set durng tranng and testng usng FLANN fuzzy PSO model Fgure 6: versus predcted values of one month ahead stock ndces for nfty data set durng tranng and testng usng FLANN fuzzy model.7 MSE curve durng tranng No of teratons Fgure 4: MAPE values of one month ahead stock ndces for nfty data set durng tranng and testng usng FLANN fuzzy PSO model Fgure 7: versus predcted values of one month ahead stock ndces for nfty data set durng tranng and testng usng FLANN fuzzy model. Table 2: Detals of NIFTY dataset.4 MSE curve durng tranng No of teratons Fgure : MSE values of one month ahead stock ndces for nfty data set durng tranng and testng usng FLANN fuzzy PSO model Volume 2, Issue 3 May June 23 Page 83

7 Web Ste: Emal: Volume 2, Issue 3, May June 23 ISSN Table 3: Detals of NASDAQ dataset 6. CONCLUSION Stock ndces are hghly non-lnear, chaotc and volatle n nature. Predctng the stock prces accurately have always been remaned a mystery to the manknd.in ths paper frst a smple FLANN model s gettng traned wth LMS. In order to overcome the lmtatons of neural nets, fuzzy logc was ntegrated to form the hybrd network.the performance of hybrd network s determned usng LMS.However the dervatve free tranng algorthms lke GA,PSO are makng the computaton faster,smpler and better n comparson to the tradtonal dervatve based LMS method. Fnally pso based FLANN fuzzy hybrd network s predctng the stock prces very accurately.for further work ths hybrd network s to be combned wth other dervatve free tranng algorthms lke BFO, ACO etc. REFERENCES [] ser-huang poon and Clve w. J. Granger, Forecastng Volatlty n Fnancal Markets: A Revew, Journal of Economc Lterature, Vol. XLI, June 23, pp: [2] Chand Sohal et al, Modelng and Volatlty Analyss of Share Prces Usng ARCH and GARCH Models, World Appled Scences Journal, pp: 77-82, 22. [3] John J. Sparks and Yulya V. Yurova, Comparatve Performance of ARIMA and ARCH/GARCH Models on Tme Seres of Daly Equty Prces for Large Companes, Department of Informaton and Decson Scences Unversty of Illnos at Chcago, pp: [4] Adya M and Fred Collopy, How Effectve are Neural Networks at Forecastng and Predcton? A Revew and Evaluaton, Journal of Forecastng J. Forecast. 7, pp: 48-49, (998). [] Jung Hua Wang and Ja Wan Leu, Stock market trend predcton usng ARIMA based neural networks,ieee, 996,pp [6] Kumaran Kumar. J, Kalas, A Predcton of Future Stock Close Prce usng Proposed Hybrd ANN Model of Functonal Lnk Fuzzy Logc Neural Model IAES Internatonal Journal of Artfcal Intellgence (IJ-AI) Vol., No., March 22, pp. 2-3 ISSN: [7] Feng L, Cheng Lu, Applcaton Study of BP Neural Network on Stock Market Predcton Nnth Internatonal Conference on Hybrd Intellgent Systems,IEEE computer socety,29,pp: [8] Dase R.K. and Pawar D.D, Applcaton of Artfcal Neural Network for stock market predctons: A Revew of lterature, Internatonal Journal of Machne Intellgence, ISSN: , Volume 2, Issue 2, 2, pp-4-7. [9] A.A. Adeby, C.K. Ayo, M.O Adeby, and 2S.O. Otokt, An Improved Stock Prce Predcton usng Hybrd Market Indcators,Afrcan Journal of Computng & ICT, IEEE, Vol. No., Sept 22, pp: [] Sngle Layer Perceptrons Least-Mean-Square Algorthm Perceptron Neural Networks and Learnng Machnes, Thrd Edton Smon Haykn, PEARSON. [] Nassm Homayoun and Al Amr, Stock prce predcton usng a fuson model of wavelet, fuzzy logc and ANN, Internatonal Conference on E-busness, Management and Economcs IPEDR Vol.2 (2) (2) IACSIT Press, Sngapore, pp: [2] Mohanty D,Nayak S,K R,Rout P, Comparatve study of fve bo-nspred evolutonary optmzaton technques for varous engneerng applcaton,natonal conference on advances n computatonal ntellgence applcaton n power,control,sgnal processng and telecommuncatons(ncaci). [3] Kyoung-jae Km, Ingoo Han, Genetc algorthm approach to feature dscreetzaton n artfcal neural networks for predcton of stock prce ndex Expert systems wth applcatons,29, ELSEVIER, 2-32 [4] Efstathos Kalyvas Usng neural networks and genetc Algorthms to predct stock market returns, a thess submtted to the unversty of manchester For the degree of master of scence In advanced computer scence In the faculty of scence and engneerng,2. [] W. Gao, New Neural Network Based on Ant Colony Algorthm for Fnancal Data Forecastng,Internatonal Conference on Intellgent Informaton Hdng and Multmeda Sgnal Processng,IEEE computer socety,28. [6] We Shen et al forecastng stock ndces usng radal bass functon neural networks optmzed by artfcal fsh swarm algorthm, knowledge based systems,elsevier,2,pp: [7] Satyobroto Talukder, Mathematcal Modellng and Applcatons of Partcle Swarm Optmzaton, Master s Thess Mathematcal Modellng and Smulaton Thess no: 2:8 [8] Dan Palup Rn et al, Partcle Swarm Optmzaton: Technque, System and Challenges, Internatonal Journal Volume 2, Issue 3 May June 23 Page 84

8 Web Ste: Emal: Volume 2, Issue 3, May June 23 ISSN of Computer Applcatons ( ) Volume 4 No., January 2. [9] Majh Rtanjal, Panda G, Panda Abhsek, Choubey Arvnd, Predcton of S&P and DJIA stock ndces usng partcle swarm optmzaton Technque, /8,IEEE. [2] Ju Chang Hung, Adaptve Fuzzy-GARCH model appled to forecastng the volatlty of stock markets usng partcle swarm optmzaton, journal of Informaton Scence,2, pp: [2] Puspanjal Mohapatra, Munnang Anrdh, Tapas Kumar Patra, Forex Forecastng: A Comparatve Study of LLWNN and NeuroFuzzy Hybrd Model, Internatonal Journal of Computer Applcatons ( ) Volume 66 No.8, March 23. [22] Puspanjal Mohapatra, Soumya Das, stock market predcton usng bo-nspred computng:a survey, Internatonal Journal of Engneerng Scence and Technology (IJEST), Vol. No.4 Aprl 23,pp: AUTHOR Puspanjal Mohapatra receved the B.E n Electrcal Engneerng from IGIT Sarang, M.Tech n Computer Scence from Utkal Unversty n 999 and 22 respectvely.snce Aprl 23; she has been n teachng professon. Currently she s workng as an Asst.Prof.n CSE department of IIIT Bhubaneswar. She has proposed many papers n natonal and nternatonal, conference n the area of Tme Seres data mnng usng Soft Computng Technques. Soumya Das receved her B.Tech degree n CSE from BPUT, Odsha, Inda n 2.Currently she s pursung M.Tech n IIIT Bhubaneswar under the department of computer scence engneerng.her prmary research nterest are neural networks,soft computng technques. Tapas Kumar Patra has a B.E. n Electroncs and Telecommun caton engneerng from Sambalpur Unversty. He passed M.E.From NIT, Rourkela n 993. He s pursung PhD n Centre for Electroncs Desgn and Technology at Indan Insttute of Scence, Bangalore.. Hs research nterests nclude wreless moble network, sensor network, modelng, analyss and control of stochastc systems, soft computng technques Munnang Anrudh s a B.Tech student n IIIT Bhubaneswar under the department of Electroncs and Telecommuncatons Engneerng.Hs prmary research nterests are neural networks, fuzzy logc and Soft computng technques. Volume 2, Issue 3 May June 23 Page 8

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

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 [email protected] [email protected] [email protected] Abstract - Stock market s one of the most complcated systems

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

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

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

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 [email protected] Abstract.

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

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

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

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 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

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 [email protected] www.mcsharry.net Trnty Term 2014 Mathematcal Insttute Unversty of Oxford Course outlne 1. Data analyss, probablty, correlatons, vsualsaton

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

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

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

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

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

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

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

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

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

Offline Verification of Hand Written Signature using Adaptive Resonance Theory Net (Type-1)

Offline Verification of Hand Written Signature using Adaptive Resonance Theory Net (Type-1) Internatonal Journal of Sgnal Processng Systems Vol, No June 203 Offlne Verfcaton of Hand Wrtten Sgnature usng Adaptve Resonance Theory Net (Type-) Trtharaj Dash Veer Surendra Sa Unversty of Technology,

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

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

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

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

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

Mining Multiple Large Data Sources

Mining Multiple Large Data Sources The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 2 24 Mnng Multple Large Data Sources Anmesh Adhkar, Pralhad Ramachandrarao 2, Bhanu Prasad 3, and Jhml Adhkar 4 Department of

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

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

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

Fuzzy TOPSIS Method in the Selection of Investment Boards by Incorporating Operational Risks

Fuzzy TOPSIS Method in the Selection of Investment Boards by Incorporating Operational Risks , July 6-8, 2011, London, U.K. Fuzzy TOPSIS Method n the Selecton of Investment Boards by Incorporatng Operatonal Rsks Elssa Nada Mad, and Abu Osman Md Tap Abstract Mult Crtera Decson Makng (MCDM) nvolves

More information

Fuzzy Set Approach To Asymmetrical Load Balancing In Distribution Networks

Fuzzy Set Approach To Asymmetrical Load Balancing In Distribution Networks Fuzzy Set Approach To Asymmetrcal Load Balancng n Dstrbuton Networks Goran Majstrovc Energy nsttute Hrvoje Por Zagreb, Croata [email protected] Slavko Krajcar Faculty of electrcal engneerng and computng

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

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

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

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

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

Biometric Signature Processing & Recognition Using Radial Basis Function Network

Biometric Signature Processing & Recognition Using Radial Basis Function Network Bometrc Sgnature Processng & Recognton Usng Radal Bass Functon Network Ankt Chadha, Neha Satam, and Vbha Wal Abstract- Automatc recognton of sgnature s a challengng problem whch has receved much attenton

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

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

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

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

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

Using Series to Analyze Financial Situations: Present Value

Using Series to Analyze Financial Situations: Present Value 2.8 Usng Seres to Analyze Fnancal Stuatons: Present Value In the prevous secton, you learned how to calculate the amount, or future value, of an ordnary smple annuty. The amount s the sum of the accumulated

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

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS

SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS SCHEDULING OF CONSTRUCTION PROJECTS BY MEANS OF EVOLUTIONARY ALGORITHMS Magdalena Rogalska 1, Wocech Bożeko 2,Zdzsław Heduck 3, 1 Lubln Unversty of Technology, 2- Lubln, Nadbystrzycka 4., Poland. E-mal:[email protected]

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

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) [email protected] Abstract

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

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

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 [email protected], [email protected], [email protected],

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

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

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

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

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign PAS: A Packet Accountng System to Lmt the Effects of DoS & DDoS Debsh Fesehaye & Klara Naherstedt Unversty of Illnos-Urbana Champagn DoS and DDoS DDoS attacks are ncreasng threats to our dgtal world. Exstng

More information

Time Delayed Independent Component Analysis for Data Quality Monitoring

Time Delayed Independent Component Analysis for Data Quality Monitoring IWSSIP 1-17th Internatonal Conference on Systems, Sgnals and Image Processng Tme Delayed Independent Component Analyss for Data Qualty Montorng José Márco Faer Sgnal Processng Laboratory, COE/Pol Federal

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

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

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 [email protected] 2 Unversdad Fns Terrae,

More information

A neuro-fuzzy collaborative filtering approach for Web recommendation. G. Castellano, A. M. Fanelli, and M. A. Torsello *

A neuro-fuzzy collaborative filtering approach for Web recommendation. G. Castellano, A. M. Fanelli, and M. A. Torsello * Internatonal Journal of Computatonal Scence 992-6669 (Prnt) 992-6677 (Onlne) Global Informaton Publsher 27, Vol., No., 27-39 A neuro-fuzzy collaboratve flterng approach for Web recommendaton G. Castellano,

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

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

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

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

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

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT

APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT APPLICATION OF PROBE DATA COLLECTED VIA INFRARED BEACONS TO TRAFFIC MANEGEMENT Toshhko Oda (1), Kochro Iwaoka (2) (1), (2) Infrastructure Systems Busness Unt, Panasonc System Networks Co., Ltd. Saedo-cho

More information

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking

A Multi-Camera System on PC-Cluster for Real-time 3-D Tracking The 23 rd Conference of the Mechancal Engneerng Network of Thaland November 4 7, 2009, Chang Ma A Mult-Camera System on PC-Cluster for Real-tme 3-D Trackng Vboon Sangveraphunsr*, Krtsana Uttamang, and

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

CONSTRUCTING A SALES FORECASTING MODEL BY INTEGRATING GRA AND ELM:A CASE STUDY FOR RETAIL INDUSTRY

CONSTRUCTING A SALES FORECASTING MODEL BY INTEGRATING GRA AND ELM:A CASE STUDY FOR RETAIL INDUSTRY Internatonal Journal of Electronc Busness Management, Vol. 9, o. 2, pp. 107-121 (2011) 107 COSTRUCTIG A SALES FORECASTIG MODEL BY ITEGRATIG GRA AD ELM:A CASE STUDY FOR RETAIL IDUSTRY Fe-Long Chen and Tsung-Yn

More information

Data Mining from the Information Systems: Performance Indicators at Masaryk University in Brno

Data Mining from the Information Systems: Performance Indicators at Masaryk University in Brno Data Mnng from the Informaton Systems: Performance Indcators at Masaryk Unversty n Brno Mkuláš Bek EUA Workshop Strasbourg, 1-2 December 2006 1 Locaton of Brno Brno EUA Workshop Strasbourg, 1-2 December

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

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 [email protected]

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

Lecture 2: Single Layer Perceptrons Kevin Swingler

Lecture 2: Single Layer Perceptrons Kevin Swingler Lecture 2: Sngle Layer Perceptrons Kevn Sngler [email protected] 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

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

Adaptive and Dynamic Load Balancing in Grid Using Ant Colony Optimization

Adaptive and Dynamic Load Balancing in Grid Using Ant Colony Optimization Sandp Kumar Goyal et al. / Internatonal Journal of Engneerng and Technology (IJET) Adaptve and Dynamc Load Balancng n Grd Usng Ant Colony Optmzaton Sandp Kumar Goyal 1, Manpreet Sngh 1 Department of Computer

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

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 [email protected] 45 The con-tap test has the

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000

Number of Levels Cumulative Annual operating Income per year construction costs costs ($) ($) ($) 1 600,000 35,000 100,000 2 2,200,000 60,000 350,000 Problem Set 5 Solutons 1 MIT s consderng buldng a new car park near Kendall Square. o unversty funds are avalable (overhead rates are under pressure and the new faclty would have to pay for tself from

More information

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy

Answer: A). There is a flatter IS curve in the high MPC economy. Original LM LM after increase in M. IS curve for low MPC economy 4.02 Quz Solutons Fall 2004 Multple-Choce Questons (30/00 ponts) Please, crcle the correct answer for each of the followng 0 multple-choce questons. For each queston, only one of the answers s correct.

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

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

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

Design and Development of a Security Evaluation Platform Based on International Standards

Design and Development of a Security Evaluation Platform Based on International Standards Internatonal Journal of Informatcs Socety, VOL.5, NO.2 (203) 7-80 7 Desgn and Development of a Securty Evaluaton Platform Based on Internatonal Standards Yuj Takahash and Yoshm Teshgawara Graduate School

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

The Current Employment Statistics (CES) survey,

The Current Employment Statistics (CES) survey, Busness Brths and Deaths Impact of busness brths and deaths n the payroll survey The CES probablty-based sample redesgn accounts for most busness brth employment through the mputaton of busness deaths,

More information

A Prediction System Based on Fuzzy Logic

A Prediction System Based on Fuzzy Logic Proceedngs of the World Congress on Engneerng and Comuter Scence 2008 WCECS 2008, October 22-24, 2008, San Francsco, USA A Predcton System Based on Fuzzy Logc Vadeh.V,Monca.S, Mohamed Shek Safeer.S, Deeka.M

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany [email protected],

More information