Prediction of Success or Fail of Students on Different Educational Majors at the End of the High School with Artificial Neural Networks Methods

Size: px
Start display at page:

Download "Prediction of Success or Fail of Students on Different Educational Majors at the End of the High School with Artificial Neural Networks Methods"

Transcription

1 Predcton of Success or Fa of on Dfferent Educatona Maors at the End of the Hgh Schoo th Artfca Neura Netors Methods Sayyed Mad Maznan, Member, IACSIT, and Sayyede Azam Aboghasempur Abstract The man obectve of departments of educaton s provdng quaty educaton for students. One of the methods to acheve a hgh eve of quaty n educaton system s noedge dscovery for predcton of students' enroment n a specfc fed. Ths noedge s hdden n educatona and motvatona data. It s etractabe by data mnng technques. The present artce s desgned to ustfy the capabtes of data mnng methods n educaton by presentng a data mnng method. In ths research cassfcaton s used for evauatng the students' performance. There are many methods for predctng students' Performance n dfferent feds. Here artfca neura (ANN) s used. Wth ths method e etract the noedge hch descrbes the students' performance n the fna eams. Ths method s sutabe for dentfyng approprate fed for the students and they succeed n the fed. Inde Terms Actvaton functon, artfca neura netors, data mnng tranng, mutayer perceptron netors. I. INTRODUCTION Data mnng s the process hch as appeared n 1990's and t as ntroduced by Fayaz for the frst tme n the frst nternatona conference on noedge dscovery and data mnng n In 1959 the term Machne Learnng as ntroduced for the frst tme by Samue and t refers to the ays n hch a computer can gan noedge drecty from data. Pendy and Pa conducted ther study to students' performance by Seectng 600 students from dfferent facutes [1]. Then Heaz and Naghav have done research on the student's atttude toard cass attendance, study hours after unversty and etc. They used smpe near regresson anayss. In ths research e ntended to use a method n hch students can choose a fed easer and th ess anety and the probabty of success be greater at that fed. Ths s the most mportant matter for the students and parents. The technque used n ths research s artfca neura netor n data mnng and Matab softare as used for smuatons []. II. ARTIFICIAL NEURAL NETWORK STRUCTURE An artfca neura netor conssts of eements of ayers Manuscrpt receved June 10, 0; revsed August 0, 0. Sayyed Mad Maznan s th the Department of Eectrca and Computer Engneerng, Imam Reza Unversty, Mashhad, Iran (ema: maznan@eee.org). Sayyede Azam Aboghasempur s th the Scence and Research Unt, Isamc Azad Unversty, horasan Razav, Iran (ema: a.aboghasempur@yahoo.com). and eghts. The netor behavor s reated to the connectons beteen members. Generay, there are three types of neuron ayers n neura netors. Input ayer, hdden ayers, output ayer. There are snge and mutayer netors. Snge ayer organzaton n hch a unts are connected to one ayer s the most common type. In mutayer netors, unts are numbered accordng to ayers (nstead of tracng overa numberng).to ayers of a netor are connected th eghts and n fact th connectons [3]. There are severa types of connectons and eght connectons n neura netors. Forard: Sgnas move ony n one drecton. Each ayer output has no effect on that ayer. Bacard: Data are refereed from upper ayer nodes to oer ayer nodes. Latera: Each ayer output s used as the nodes nput of the same ayer. Fna Stage When you submt your fna verson, after your paper has been accepted, prepare t n to-coumn format, ncudng fgures and tabes. A. Mutayer Perceptron Netors In mutayer perceptron netors at frst eghts of the prevous ayers be corrected [3]. Perceptron netors consst of an nput ayer, severa hdden ayers, and an output ayer. The ayers have the foong condtons: Each ayer's neurons are ony connected to the net ayer neurons. Each Neuron s connected to a neurons of the net ayer. Input ayer neurons do no acton and ther eghts are constant and are equa to one. These neurons have no compresson functon. The operator propagaton s forard. A neurons ecept nput ayer are coectng neurons and each neuron can have an ndependent compresson functon. Each neuron can have ndependent bas. The number of hdden ayers s not non. B. Learnng Agorthm of Mutayer Perceptron Netors (Error Propagaton) Sgns and names In ths earnng agorthm the foong sgns are used [4]: tranng nput vector t target output vector the secton for ustfyng eghts for and the vaue of that s cacuated accordng to error nput unt( the dfference beteen the netor output and the target output) DOI: /IJIMT.0.V

2 the secton for ustfyng the error correcton eghts for v hch s cacuated after error propagaton from output ayer to the hdden unt z α earnng rate nput unt of v 0 bos n hdden unt z hdden unt Input unt z hch s shon by z_n z_n s shon n (1) v 0 z _ n X v (1) Output sgna actvaton of z s named z and t s cacuated accordng to () n hch f s actvaton. C. Actvaton Functon z f ) () ( z n Actvaton functon n neura netors must be contnuous, dfferentabe, and the dervatve must be unvoca descendng. One of the most common functons s the sgmod dua functon. Doman of ths functon s from 0 to 1 and the formua s e (3) 1 f 1 ep( ) (3) Another actvaton functon s bpoar sgmod functon. Ths functon doman s -1 to 1 and the formua s as the (4). f 1 (4) 1 ep( ) D. Learnng Stages of Error-Bac Propagaton Agorthm Stage 0: We gve an nta vaue to eghts and bases (very sma accdenta vaue) Stage 1: We contnue stages and 9 unt the stoppng condtons are estabshed Stage : For each tranng par (target and nput vaues) e do stages 3 and 8 1) Feed forard Stage 3: Each nput unt, =1,, n receves nput sgna and spreads t to a unts n the net ayer. Stage 4: Each hdden ayer z, =1,, p coect t s eghted nput sgna, accordng to (5) z _ n v v (5) 0 Then the actvaton functon s used for cacuatng the output, accordng to (6) formua and send the sgna to a net unts. n 1 z f ) (6) ( z n Stage 5: Each output unt Y, =1,, m coects It s eghted nput sgna accordng to (7) p y _ n z (7) 0 1 And then the actvaton functon s used for cacuatng the output, accordng to (8) ) Error propagaton y f ) (8) ( y n Stage 6: Each output unt Y, =1,, m receves a target mode hch s correspondng to nput tranng mode and cacuate the error accordng to (9) formua ' ( t y ) f ( y _ n ) (9) And then the eght correcton parameter s cacuated hch be used n update accordng to (10) formua a z (10) And then the bases correcton parameter s cacuated hch be used n 0 update accordng to (11) formua a (11) o And then send to prevous unt ater. Stage 7: Each hdden ayer coect t s deta outputs, accordng to (-1) formua m 1 _ n (1) Then t s mutped to actvaton functon dervatve to cacuate error data parameters. It s cacuated accordng to () formua: ' _ n f ( z _ n ) () Then eght correcton s cacuated hch n net stages be used for updatng v accordng to () formua: v a () And then bos correcton s cacuated hch ater be used for updatng v 0 accordng to () formua: 3) Weght and bos update v 0 a () Stage 8: Each output unt updates It s eghts and bases accordng to () formua: 46

3 0,..., p ( ne) ( od ) () Each hdden unt z, =1,, p updates ts eght and bases accordng to (17) formua: 0,..., n v ( ne) v ( od ) v (17) Stage 9: We chec stoppng condtons. We shoud be carefu that n mpementng ths agorthm, separate arrays must be used for output unts Detas (Deta n stage 6) and hdden unts Detas. E. Fna Condton and Eary Weghts Hepfu Hnts A perod s a compete cyce around earnng compe. Severa cyces are needed for tranng a bac propagaton neura netor. Usuay, tranng cyce s contnued to get a tota error average th sutabe east amount or zero (fna condton). Sometmes, average error doesn t change n a fe perods. So that neura netor earnng s fnshed. Generay, eary etent of eghs and bases are done by tte etent and randomy. It has been confrmed that choosng eary etent for eghs and bases converge to correct amounts. That s, f each etent s chosen, netor parameters are reguated. The dfference s that, he much dstance to eary eghs and bases s observed th ther correct mounts, perod numbers ncrease [5], [6]. When there s more than one ayer n perceptron netors, the agorthm shoud be generazed to a ayers. There s not an avaabe practca method for estmatng unt numbers (neurons) n each hdden ayer. Therefore, tra and error methods shoud be used to get a sutabe amount of error average. F. Rada Bass Functon Netors Through usng (18) equatons, rada bass functon netor can be cacuated and ony actvatng functon shoud be focused and the parts of the agorthm are the same as prevous part. That s, agorthm s used for measurng eghs and bases after error propagaton [7]. In above equaton, s the Eucdean dstance. 0,1,..., ; 0,..., n; 1,..., m Znet Z Y Y f Ynet f z f ( Znet ) f ( Ynet ) f ( z III. APPLIED MODEL IN THE STUDY ) (18) In ths study mut-ayer neura netors have been used for predctng scentfc and motvatona progresses among studed n varous feds of study. As a matter of fact, the used mode for ths predctng ncudes an nput, a hdden ayer and an output. After conductng the nputs and outputs to neura netor (neura netor tranng), the neura netor earns to create a sutabe correspondng repy to the same nputs by tang the nputs agan. A. Inputs The nputs contan to parts, course grades and educatona taent tests; both of them are epressed numercay. In course grades, the scores of a tetboos n frst grade of hgh schoo are gathered for a students and n educatona taent, the psychoogca tests, ased from students, are gven. The nputs of tetboos scores are as foos (a beteen 0 to 0): Regous and fe, Persan anguage, Persan terature, Arabc anguage, Engsh anguage, physcs and aboratory, chemstry, math, soca studes, scence, sport, fe ss, educatona and occupatona pannng. The nputs of educatona taent ncude the foong questons: The etent of ng or hatng the fed of study by the student (-1 to 1), he -1 ndcates that the student hates the fed and 1 means the students es the fed very much. The etent of encouragng or forcng to choose a fed for the student by parents (a number beteen -1 to 1), he -1 ndcates the student has to choose the fed ust because of parents forcng and number 1 means that the study chooses the fed as hs/her nterests. The etent of factes and schoos (-1 to1), he number -1 means that students n the fed of study have the east educatona factes and number 1 means that ths fed contans the most educatona factes. B. Outputs Our output n ths study s ust a number that s there s ust a neuron n out ayer that corresponds to tota average of students. In fact, ths number s obtaned through conductng a non- near functon (neura netor) on the nputs. Tota average s output, n fact output, students tota average, s predcted by usng neura netor and ts correspondng nputs. IV. SIMULATIONS AND EVALUATION The supposed neura netor oos e as foong fgure n hch the nputs are the scores and educatona taent tests and the outs pub s the tota average. Bac propagaton of error has been used for tranng the netor and aso Eucdean actvatng functon s used for creatng a Rada Bass Netor mode. Genera scheme of a mutayer neura netor s gven n Fg. 1 [8]. A. Conductng the Data and Errors n Proposed Neura Netors 60% nformaton of data bases are used for tranng neura netors and 40% for vadatng and testng the estmated fgures. The process ncudes enterng the data, dvdng them nto to tranng and testng parts, preprocessed normazng, 463

4 reguatng hdden ayers tranng functon and other parameters, tranng neura netor, confrmng and testng neura netor. Output error s for math fed that s sutabe and are gven n Fg. 3 and Fg. 4. Fg. 1. Mut ayers neura netor. Fg. 3. Output averages for many students. B. Normazng Inputs and Outputs Dvergng and ncorrecty tranng the netor decreases and tranng neura netors be qucer (ess tme or ess repettons) by scang nputs and outputs, n scang the nputs and outputs, the data are normazed n [-1, 1] (bpoar). Due to (19): norm ( rea ma mn mn ) 1 (19) here, norm s normazed etent of the parameter, rea s the rea parameter etent, mn s the east parameter etent and ma s the hghest parameter etent. Aso the data are dvded randomy to ncrease vadty n ths process. C. Error Measurement Mean squared error (MSE) s used as a too n measurng predctng precson. Due to (0): MSE N 1 ( P rea P N mn) (0) here, N s sampe numbers, P actua s rea or actua etent of parameter and P sm s smuated etent of the parameter [8]. Fg. 4. error square average. Output error s 10-3 for epermenta fed that s sutabe and are gven n Fg. 5 and Fg Fg. 5. Output averages for many students. V. SIMULATIONS The data n varous feds of study (math, humantes, epermenta, technoogca and occupatona) are gven to neura netor for tranng and eamnaton and n fact, e have 5 neura netors hch tranng them through specazed fed data. The data ere gathered actuay and from schoos n varous areas. The used topoogy n ths study s gven n Fg.. Fg. 6. error square average. Output error s 10-3 for humantes fed that s sutabe and are gven n Fg. 7 and Fg Fg.. Mut ayers neura netor. Fg. 3, Fg. 5, Fg. 7, Fg. 9, and Fg. 11 sho averages of student and Fg. 4, Fg. 6, Fg. 8, Fg. 10, and Fg. 1 sho error square average. Here, the resuts of smuaton for one fed are gven: Fg. 7. Output averages for many students. 464

5 Systems neura netors and nove measurng methods for mechanca earnng, ndcatng noedge and fnay conductng the obtaned noedge are gong to conduct output repes of compcated systems. In fact, neura netors are non- near toos n predctng varous data. Fg. 8. Error square average. Output error s for technoogca fed that s sutabe and are gven n Fg. 9 and Fg Fg. 9. Output averages for many students. Fg. 10. Error square average. Output error s 10-3 for occupatona fed that s sutabe and are gven n Fg. 11 and Fg VI. CONCLUSION In ths study, e predct scentfc and motvatona progress among students n varous fed of study through usng artfca neura netors; regardng to ths method the scores of frst grade hgh schoo and some educatona taent and motvatona questons as consdered as nputs. Error bac propagaton method th Eucdean actvatng functon has been apped for tranng neura netor eadng to Rada Bass Netors. Fnay, the data have been eamned on 5 neura netors, everyone has been a fred of study. The netors coud get the error ess than that s tte and sutabe. And eventuay the 5 traned netors ere eamned th one dea nput and average resuts are gven to them; that proposes the students to choose hch fed for contnung studes; n other ords n hch they be more successfu. REFERENCES [1] DANN: Genetc aveets, DANN Proect, August 010. [] Sprnger, do: / _6, ISBN , January 01. [3] NASA Neura Netor Proect Passes Mestone, NASA, Juy 010. [4] D. C. Cresan, U. Meer, J. Masc, and J. Schmdhuber, Mut-Coumn deep neura netor for traffc sgn cassfcaton, Neura Netors, 01. [5] I. E. Lvers and P. Pnteas, An mproved spectra conugate gradent neura netor tranng agorthm, Internatona Journa on Artfca Integence Toos, vo. 1, no. 1, 01. [6] C. Romero, S. Ventura, and E. Garca, Data mnng n course management systems: Moode case study and tutora, Computers and Educaton, vo. 51, no. 1, pp , 008. [7] I. E. Lvers and P. Pnteas, An mproved spectra conugate gradent neura netor tranng agorthm, Internatona Journa on Artfca Integence Toos, vo. 1, no. 1, 01. [8] M. Ha, E. Fran, G. Homes, B. Pfahrnger, P. Reutemann, and I. H. Wtten, The WEKA data mnng softare: An update, SIGKDD Eporatons, vo. 11, no. 1, Fg. 11. Output averages for many students. Sayyed Mad Maznan as born n Mashhad, Iran on 8 January He receved hs Bacheor degree n Eectroncs from Ferdos Unversty, Mashhad, Iran n 1994 and hs Master degree n Remote Sensng and Image Processng from Tarbat Modarres Unversty, Tehran, Iran n He ored n IRIB from 1999 to 004. He aso receved hs phd n Wreess Sensor Netors from Ferdos Unversty, Mashhad, Iran n 009. He s currenty assstant professor at the facuty of Engneerng n Imam Reza Unversty, Mashhad, Iran. He as the head of Department of Eectrca and Computer Engneerng from 009 to 01. Hs research nterests ncude Computer Netors, Wreess Sensor Netors and Smart Grds. Fg. 1. Error square average. Seyede Azam Aboghasempur s from Iran and ved n Bonourd. She as born n 1984, and got her B.Sc on softare engneerng n 009. Then she started teachng at Tranng and Educatona organzaton n hgh schoos as e as n unversty. She got frst ocaton on eectronc-content- producng beteen a Tranng and Educatona offces n Iran n 011. She as accepted on Research and Scence of Khorasan-Razav n M.sc n 011, hch as support by Tranng and Educatona organzaton. 465

An Ensemble Classification Framework to Evolving Data Streams

An Ensemble Classification Framework to Evolving Data Streams Internatona Journa of Scence and Research (IJSR) ISSN (Onne): 39-7064 An Ensembe Cassfcaton Framework to Evovng Data Streams Naga Chthra Dev. R MCA, (M.Ph), Sr Jayendra Saraswathy Maha Vdyaaya, Coege of

More information

Lecture 2: Single Layer Perceptrons Kevin Swingler

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

More information

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

Clustering based Two-Stage Text Classification Requiring Minimal Training Data

Clustering based Two-Stage Text Classification Requiring Minimal Training Data OI: 10.2298/CSIS120130044Z Custerng based Two-Stage Text Cassfcaton Requrng Mnma Tranng ata Xue Zhang 1,2 and Wangxn Xao 3,4 1 Key Laboratory of Hgh Confdence Software Technooges, Mnstry of Educaton, Pekng

More information

SUPPORT VECTOR MACHINE FOR REGRESSION AND APPLICATIONS TO FINANCIAL FORECASTING

SUPPORT VECTOR MACHINE FOR REGRESSION AND APPLICATIONS TO FINANCIAL FORECASTING SUPPORT VECTOR MACHINE FOR REGRESSION AND APPICATIONS TO FINANCIA FORECASTING Theodore B. Trafas and Husen Ince Schoo of Industra Engneerng Unverst of Okahoma W. Bod Sute 4 Norman Okahoma 739 trafas@ecn.ou.edu;

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

An Efficient Job Scheduling for MapReduce Clusters

An Efficient Job Scheduling for MapReduce Clusters Internatona Journa of Future Generaton ommuncaton and Networkng, pp. 391-398 http://dx.do.org/10.14257/jfgcn.2015.8.2.32 An Effcent Job Schedung for MapReduce usters Jun Lu 1, Tanshu Wu 1, and Mng We Ln

More information

Multi-agent System for Custom Relationship Management with SVMs Tool

Multi-agent System for Custom Relationship Management with SVMs Tool Mut-agent System for Custom Reatonshp Management wth SVMs oo Yanshan Xao, Bo Lu, 3, Dan Luo, and Longbng Cao Guangzhou Asan Games Organzng Commttee, Guangzhou 5063, P.R. Chna Facuty of Informaton echnoogy,

More information

Predicting Advertiser Bidding Behaviors in Sponsored Search by Rationality Modeling

Predicting Advertiser Bidding Behaviors in Sponsored Search by Rationality Modeling Predctng Advertser Bddng Behavors n Sponsored Search by Ratonaty Modeng Hafeng Xu Centre for Computatona Mathematcs n Industry and Commerce Unversty of Wateroo Wateroo, ON, Canada hafeng.ustc@gma.com Dy

More information

Cardiovascular Event Risk Assessment Fusion of Individual Risk Assessment Tools Applied to the Portuguese Population

Cardiovascular Event Risk Assessment Fusion of Individual Risk Assessment Tools Applied to the Portuguese Population Cardovascuar Event Rsk Assessment Fuson of Indvdua Rsk Assessment Toos Apped to the Portuguese Popuaton S. Paredes, T. Rocha, P. de Carvaho, J. Henrques, J. Moras*, J. Ferrera, M. Mendes Abstract Cardovascuar

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 cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

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

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

XAC08-6 Professional Project Management

XAC08-6 Professional Project Management 1 XAC08-6 Professona Project anagement Ths Lecture: Tte s so manager shoud ncude a s management pan a document that gudes any experts agree Some faure project to Ba, ba, ba, ba Communcaton anagement Wee

More information

Neural Network-based Colonoscopic Diagnosis Using On-line Learning and Differential Evolution

Neural Network-based Colonoscopic Diagnosis Using On-line Learning and Differential Evolution Neura Networ-based Coonoscopc Dagnoss Usng On-ne Learnng and Dfferenta Evouton George D. Magouas, Vasss P. Paganaos * and Mchae N. Vrahats * Department of Informaton Systems and Computng, Brune Unversty,

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

SIMPLIFYING NDA PROGRAMMING WITH PROt SQL

SIMPLIFYING NDA PROGRAMMING WITH PROt SQL SIMPLIFYING NDA PROGRAMMING WITH PROt SQL Aeen L. Yam, Besseaar Assocates, Prnceton, NJ ABSRACf The programmng of New Drug Appcaton (NDA) Integrated Summary of Safety (ISS) usuay nvoves obtanng patent

More information

Dynamic Virtual Network Allocation for OpenFlow Based Cloud Resident Data Center

Dynamic Virtual Network Allocation for OpenFlow Based Cloud Resident Data Center 56 IEICE TRANS. COMMUN., VOL.E96 B, NO. JANUARY 203 PAPER Speca Secton on Networ Vrtuazaton, and Fuson Patform of Computng and Networng Dynamc Vrtua Networ Aocaton for OpenFow Based Coud Resdent Data Center

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

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

A Resources Allocation Model for Multi-Project Management

A Resources Allocation Model for Multi-Project Management A Resources Aocaton Mode for Mut-Proect Management Hamdatou Kane, Aban Tsser To cte ths verson: Hamdatou Kane, Aban Tsser. A Resources Aocaton Mode for Mut-Proect Management. 9th Internatona Conference

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

Simple Interest Loans (Section 5.1) :

Simple Interest Loans (Section 5.1) : Chapter 5 Fnance The frst part of ths revew wll explan the dfferent nterest and nvestment equatons you learned n secton 5.1 through 5.4 of your textbook and go through several examples. The second part

More information

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by

8.5 UNITARY AND HERMITIAN MATRICES. The conjugate transpose of a complex matrix A, denoted by A*, is given by 6 CHAPTER 8 COMPLEX VECTOR SPACES 5. Fnd the kernel of the lnear transformaton gven n Exercse 5. In Exercses 55 and 56, fnd the mage of v, for the ndcated composton, where and are gven by the followng

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

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

Probabilistic Linear Classifier: Logistic Regression. CS534-Machine Learning

Probabilistic Linear Classifier: Logistic Regression. CS534-Machine Learning robablstc Lnear Classfer: Logstc Regresson CS534-Machne Learnng Three Man Approaches to learnng a Classfer Learn a classfer: a functon f, ŷ f Learn a probablstc dscrmnatve model,.e., the condtonal dstrbuton

More information

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

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

More information

CHAPTER 14 MORE ABOUT REGRESSION

CHAPTER 14 MORE ABOUT REGRESSION CHAPTER 14 MORE ABOUT REGRESSION We learned n Chapter 5 that often a straght lne descrbes the pattern of a relatonshp between two quanttatve varables. For nstance, n Example 5.1 we explored the relatonshp

More information

The Application of Fractional Brownian Motion in Option Pricing

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

More information

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

Hacia un Modelo de Red Inmunológica Artificial Basado en Kernels. Towards a Kernel Based Model for Artificial Immune Networks

Hacia un Modelo de Red Inmunológica Artificial Basado en Kernels. Towards a Kernel Based Model for Artificial Immune Networks Haca un Modeo de Red Inmunoógca Artfca Basado en Kernes Towards a Kerne Based Mode for Artfca Immune Networs Juan C. Gaeano, Ing. 1, Fabo A. Gonzáez, PhD. 1 Integent Systems Research Lab, Natona Unversty

More information

Using Supervised Clustering Technique to Classify Received Messages in 137 Call Center of Tehran City Council

Using Supervised Clustering Technique to Classify Received Messages in 137 Call Center of Tehran City Council Usng Supervsed Clusterng Technque to Classfy Receved Messages n 137 Call Center of Tehran Cty Councl Mahdyeh Haghr 1*, Hamd Hassanpour 2 (1) Informaton Technology engneerng/e-commerce, Shraz Unversty (2)

More information

Factored Conditional Restricted Boltzmann Machines for Modeling Motion Style

Factored Conditional Restricted Boltzmann Machines for Modeling Motion Style Factored Condtona Restrcted Botzmann Machnes for Modeng Moton Stye Graham W. Tayor GWTAYLOR@CS.TORONTO.EDU Geoffrey E. Hnton HINTON@CS.TORONTO.EDU Department of Computer Scence, Unversty of Toronto, Toronto,

More information

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika.

VRT012 User s guide V0.1. Address: Žirmūnų g. 27, Vilnius LT-09105, Phone: (370-5) 2127472, Fax: (370-5) 276 1380, Email: info@teltonika. VRT012 User s gude V0.1 Thank you for purchasng our product. We hope ths user-frendly devce wll be helpful n realsng your deas and brngng comfort to your lfe. Please take few mnutes to read ths manual

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

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

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

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

More information

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

PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB.

PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB. PRACTICE 1: MUTUAL FUNDS EVALUATION USING MATLAB. INDEX 1. Load data usng the Edtor wndow and m-fle 2. Learnng to save results from the Edtor wndow. 3. Computng the Sharpe Rato 4. Obtanng the Treynor Rato

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

TCP/IP Interaction Based on Congestion Price: Stability and Optimality

TCP/IP Interaction Based on Congestion Price: Stability and Optimality TCP/IP Interacton Based on Congeston Prce: Stabty and Optmaty Jayue He Eectrca Engneerng Prnceton Unversty Ema: jhe@prncetonedu Mung Chang Eectrca Engneerng Prnceton Unversty Ema: changm@prncetonedu Jennfer

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

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

Approximation Algorithms for Data Distribution with Load Balancing of Web Servers

Approximation Algorithms for Data Distribution with Load Balancing of Web Servers Approxmaton Agorthms for Data Dstrbuton wth Load Baancng of Web Servers L-Chuan Chen Networkng and Communcatons Department The MITRE Corporaton McLean, VA 22102 chen@mtreorg Hyeong-Ah Cho Department of

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

Adaptive Multi-Compositionality for Recursive Neural Models with Applications to Sentiment Analysis

Adaptive Multi-Compositionality for Recursive Neural Models with Applications to Sentiment Analysis Proceedngs of the Twenty-Eghth AAAI Conference on Artfca Integence Adapte Mut-Compostonaty for Recurse Neura Modes wth Appcatons to Sentment Anayss L Dong Furu We Mng Zhou Ke Xu State Key Lab of Software

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

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

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

On-Line Trajectory Generation: Nonconstant Motion Constraints

On-Line Trajectory Generation: Nonconstant Motion Constraints 2012 IEEE Internatona Conference on Robotcs and Automaton RverCentre, Sant Pau, Mnnesota, USA May 14-18, 2012 On-Lne Trajectory Generaton: Nonconstant Moton Constrants Torsten Kröger Abstract A concept

More information

Decision Tree Model for Count Data

Decision Tree Model for Count Data Proceedngs of the World Congress on Engneerng 2012 Vol I Decson Tree Model for Count Data Yap Bee Wah, Norashkn Nasaruddn, Wong Shaw Voon and Mohamad Alas Lazm Abstract The Posson Regresson and Negatve

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

Performance attribution for multi-layered investment decisions

Performance attribution for multi-layered investment decisions Performance attrbuton for mult-layered nvestment decsons 880 Thrd Avenue 7th Floor Ne Yor, NY 10022 212.866.9200 t 212.866.9201 f qsnvestors.com Inna Oounova Head of Strategc Asset Allocaton Portfolo Management

More information

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES

CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES CHAPTER 5 RELATIONSHIPS BETWEEN QUANTITATIVE VARIABLES In ths chapter, we wll learn how to descrbe the relatonshp between two quanttatve varables. Remember (from Chapter 2) that the terms quanttatve varable

More information

A FEATURE SELECTION AGENT-BASED IDS

A FEATURE SELECTION AGENT-BASED IDS A FEATURE SELECTION AGENT-BASED IDS Emlo Corchado, Álvaro Herrero and José Manuel Sáz Department of Cvl Engneerng, Unversty of Burgos C/Francsco de Vtora s/n., 09006, Burgos, Span Phone: +34 947259395,

More information

Marginal Returns to Education For Teachers

Marginal Returns to Education For Teachers The Onlne Journal of New Horzons n Educaton Volume 4, Issue 3 MargnalReturnstoEducatonForTeachers RamleeIsmal,MarnahAwang ABSTRACT FacultyofManagementand Economcs UnverstPenddkanSultan Idrs ramlee@fpe.ups.edu.my

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

1. Measuring association using correlation and regression

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

More information

Assessing Student Learning Through Keyword Density Analysis of Online Class Messages

Assessing Student Learning Through Keyword Density Analysis of Online Class Messages Assessng Student Learnng Through Keyword Densty Analyss of Onlne Class Messages Xn Chen New Jersey Insttute of Technology xc7@njt.edu Brook Wu New Jersey Insttute of Technology wu@njt.edu ABSTRACT Ths

More information

An artificial Neural Network approach to monitor and diagnose multi-attribute quality control processes. S. T. A. Niaki*

An artificial Neural Network approach to monitor and diagnose multi-attribute quality control processes. S. T. A. Niaki* Journal of Industral Engneerng Internatonal July 008, Vol. 4, No. 7, 04 Islamc Azad Unversty, South Tehran Branch An artfcal Neural Network approach to montor and dagnose multattrbute qualty control processes

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

An Inductive Fuzzy Classification Approach applied to Individual Marketing

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

More information

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

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

More information

A tutorial on training recurrent neural networks, covering BPPT, RTRL, EKF and the "echo state network" approach

A tutorial on training recurrent neural networks, covering BPPT, RTRL, EKF and the echo state network approach A tutoral on tranng recurrent neural networks, coverng BPPT, RTRL, EKF and the "echo state network" approach Herbert Jaeger Fraunhofer Insttute for Autonomous Intellgent Systems AIS) snce 2003: Internatonal

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 edmund.coersmeer@noka.com,

More information

Searching for Interacting Features for Spam Filtering

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

More information

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

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

On the Use of Neural Network as a Universal Approximator

On the Use of Neural Network as a Universal Approximator Internatonal Journal of Scences and Technques of Automatc control & computer engneerng IJ-STA, Volume, N, Jul 8, pp 386 399 On the Use of Neural Network as a Unversal Appromator Amel SIFAOUI, Afef ABDELKRIM,

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

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

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

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

Semantic Link Analysis for Finding Answer Experts *

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

More information

Finite Math Chapter 10: Study Guide and Solution to Problems

Finite Math Chapter 10: Study Guide and Solution to Problems Fnte Math Chapter 10: Study Gude and Soluton to Problems Basc Formulas and Concepts 10.1 Interest Basc Concepts Interest A fee a bank pays you for money you depost nto a savngs account. Prncpal P The amount

More information

Lecture 3: Force of Interest, Real Interest Rate, Annuity

Lecture 3: Force of Interest, Real Interest Rate, Annuity Lecture 3: Force of Interest, Real Interest Rate, Annuty Goals: Study contnuous compoundng and force of nterest Dscuss real nterest rate Learn annuty-mmedate, and ts present value Study annuty-due, and

More information

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture

A Design Method of High-availability and Low-optical-loss Optical Aggregation Network Architecture A Desgn Method of Hgh-avalablty and Low-optcal-loss Optcal Aggregaton Network Archtecture Takehro Sato, Kuntaka Ashzawa, Kazumasa Tokuhash, Dasuke Ish, Satoru Okamoto and Naoak Yamanaka Dept. of Informaton

More information

Increasing Supported VoIP Flows in WMNs through Link-Based Aggregation

Increasing Supported VoIP Flows in WMNs through Link-Based Aggregation Increasng Supported VoIP Fows n WMNs through n-based Aggregaton J. Oech, Y. Hamam, A. Kuren F SATIE TUT Pretora, South Afrca oechr@gma.com T. Owa Meraa Insttute Counc of Scentfc and Industra Research (CSIR)

More information

Gaining Insights to the Tea Industry of Sri Lanka using Data Mining

Gaining Insights to the Tea Industry of Sri Lanka using Data Mining Proceedngs of the Internatonal MultConference of Engneers and Computer Scentsts 2008 Vol I Ganng Insghts to the Tea Industry of Sr Lanka usng Data Mnng H.C. Fernando, W. M. R Tssera, and R. I. Athauda

More information

Adaptive Intrusion Detection based on Boosting and Naïve Bayesian Classifier

Adaptive Intrusion Detection based on Boosting and Naïve Bayesian Classifier Adaptve Intruson Detecton based on Boostng and Naïve Bayesan Classfer Dewan Md. Fard Department of CSE Jahangrnagar Unversty Dhaka-1342, Bangladesh Mohammad Zahdur Rahman Department of CSE Jahangrnagar

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

Predictive Control of a Smart Grid: A Distributed Optimization Algorithm with Centralized Performance Properties*

Predictive Control of a Smart Grid: A Distributed Optimization Algorithm with Centralized Performance Properties* Predctve Contro of a Smart Grd: A Dstrbuted Optmzaton Agorthm wth Centrazed Performance Propertes* Phpp Braun, Lars Grüne, Chrstopher M. Keett 2, Steven R. Weer 2, and Kar Worthmann 3 Abstract The authors

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

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

Machine Learning and Software Quality Prediction: As an Expert System

Machine Learning and Software Quality Prediction: As an Expert System I.J. Informaton Engneerng and Electronc Busness, 2014, 2, 9-27 Publshed Onlne Aprl 2014 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jeeb.2014.02.02 Machne Learnng and Software Qualty Predcton: As

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

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

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

More information

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

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

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

Prediction Model for Characteristics of Implementation of Information Systems in Small and Medium Enterprises

Prediction Model for Characteristics of Implementation of Information Systems in Small and Medium Enterprises Predcton Model for Characterstcs of Implementaton of Informaton Systems n Small and Medum Enterprses I. Nazor, K. Fertalj, and D. Kalpc Abstract The process of choosng an Enterprse Resource Plannng (ERP)

More information

denote the location of a node, and suppose node X . This transmission causes a successful reception by node X for any other node

denote the location of a node, and suppose node X . This transmission causes a successful reception by node X for any other node Fnal Report of EE359 Class Proect Throughput and Delay n Wreless Ad Hoc Networs Changhua He changhua@stanford.edu Abstract: Networ throughput and pacet delay are the two most mportant parameters to evaluate

More information

Section 5.3 Annuities, Future Value, and Sinking Funds

Section 5.3 Annuities, Future Value, and Sinking Funds Secton 5.3 Annutes, Future Value, and Snkng Funds Ordnary Annutes A sequence of equal payments made at equal perods of tme s called an annuty. The tme between payments s the payment perod, and the tme

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

How To Predct On The Web For Hfmd

How To Predct On The Web For Hfmd Proceedngs of the Twenty-Second Internatonal Jont Conference on Artfcal Intellgence Predctng Epdemc Tendency through Search Behavor Analyss Danqng Xu, Yqun Lu, Mn Zhang, Shaopng Ma, Anq Cu, Lyun Ru State

More information

Comparison of workflow software products

Comparison of workflow software products Internatona Conference on Computer Systems and Technooges - CompSysTech 2006 Comparson of worfow software products Krasmra Stoova,Todor Stoov Abstract: Ths research addresses probems, reated to the assessment

More information

Modeling and Simulation of Multi-Agent System of China's Real Estate Market Based on Bayesian Network Decision-Making

Modeling and Simulation of Multi-Agent System of China's Real Estate Market Based on Bayesian Network Decision-Making Int. J. on Recent Trends n Engneerng and Technology, Vol. 11, No. 1, July 2014 Modelng and Smulaton of Mult-Agent System of Chna's Real Estate Market Based on Bayesan Network Decson-Makng Yang Shen, Shan

More information

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background:

SPEE Recommended Evaluation Practice #6 Definition of Decline Curve Parameters Background: SPEE Recommended Evaluaton Practce #6 efnton of eclne Curve Parameters Background: The producton hstores of ol and gas wells can be analyzed to estmate reserves and future ol and gas producton rates and

More information

Meta-Analysis of Hazard Ratios

Meta-Analysis of Hazard Ratios NCSS Statstcal Softare Chapter 458 Meta-Analyss of Hazard Ratos Introducton Ths module performs a meta-analyss on a set of to-group, tme to event (survval), studes n hch some data may be censored. These

More information