A Retail Demand Forecasting Model Based on Data Mining Techniques

Size: px
Start display at page:

Download "A Retail Demand Forecasting Model Based on Data Mining Techniques"

Transcription

1 A Retail Demand Forecasting Model Based on Data Mining Techniques İrem İşlek Idea Teknoloji Çözümleri Istanbul, Turkey Şule Gündüz Öğüdücü Istanbul Technical University Department of Computer Engineering Istanbul, Turkey Abstract This paper addresses the problem of forecasting various product demands of main distribution warehouses Demand forecasting is the activity of building forecasting models to estimate the quantity of a product that customers will purchase It is affected from numerously different factors such as warehouse region size, customer count, product type etc When the number of the distribution warehouses and products increases, it becomes considerably hard to estimate the demand of customers In this study, we provide an appropriate methodology for demand forecasting which is capable of overcoming the aforementioned limitations while providing a high estimation accuracy The proposed methodology clusters similar warehouses according to their sale behavior using bipartite graph clustering After that, hybrid forecasting phase which combines moving average model and Bayesian Network machine learning algorithm is applied Our experimental results on real data set show that this approach considerably improves the forecasting performance Index Terms Bayesian networks, Bipartite graph, Bipartite graph clustering, Demand forecasting, Moving Average, Multilayer perceptron algorithm (MLP), Supply chain I INTRODUCTİON Demand forecasting which is the process of estimating the quantity of a product that customers will purchase is a research topic in machine learning It is an important part of supply chain management Supply chain can be thought as the network of organizations that are involved, through upstream and downstream linkages, in the different processes that produce value in the form of products or services delivered to the end consumer [1] There are various types of supply chain for different environments Supply chain models can be categorized into three main types [2] such as Direct Supply Chain, Extended Supply Chain and Ultimate Supply Chain Graphical representations of these models can be seen in Fig 1 In this study, we focus on demand forecasting models for Direct Supply Chain Detailed representation of Direct Supply Chain can be seen in Fig 2 In direct supply chain management, the products of a manufacturer are sent to main distribution warehouses Every main distribution warehouse may have a different number of sub-distribution warehouses that distribute products to end sale points such as supermarkets, grocery stores, canteens etc Since both the number of warehouses and the variety of products increase in today s competitive and dynamic business environment, accurate demand forecasting becomes more important The improvement of the accuracy of demand forecasting yields significant savings for manufacturers They can produce each product in sufficient amount that prevents unnecessary inventory costs Besides, the manufacturers can buy adequate amount of supply materials and avoids redundant supply material costs s Ultimate Organization Customer Third Party Logistic Organization Customer Financial Provider Direct Supply Chain Organization Customer Extended Supply Chain Ultimate Supply Chain Fig 1 Types of supply chain Market Research Firm Customer s Customer Ultimate Customer In this study, we focus on building a demand forecasting model for main distribution warehouses of a company Data for proposed study was taken from a national dried nuts and fruits company from Turkey This company has nearly one hundred main distribution warehouses The main distribution warehouses

2 End Sale Points contain sub-distribution warehouses which give service to end sale points The company produces and distributes nearly seventy different products With the increasing number of the variety of products and size of the warehouses, it becomes more difficult to accurately estimate the demand with traditional methods For this reason, most of the previously proposed methods are interested in limited count of warehouses and products In addition to that, the estimation accuracy of these methods are not sufficient In this paper, a new methodology which can handle numerous main distribution warehouses and products is proposed for demand forecasting Sale amount of an item can be estimated for every main distribution warehouse The proposed model based on data mining techniques is able to estimate the product demands accurately by considering various warehouse, product, shopper s demographic and time attributes Manufacturer distribution warehouses Sub distribution warehouses Fig 2 and sub distribution warehouses in direct supply chain Customers Our overall model can be summarized as follows: we constructed a dataset from sales invoices of the company After that we prepared data in order to apply data mining algorithms and calculated moving average values of product sale amounts Then we clustered main distribution warehouses and sub distribution warehouses Lastly we set a Bayesian Network model for demand forecasting The rest of the paper is organized as follows; a brief literature review in topics related to this paper is given in Section II Section III gives background information for methodology Section IV describes the overall details of the proposed methodology Section V gives the results of the experiments and a discussion of these results Finally, in Section VI, we conclude the paper and discuss the future work II RELATED WORKS Demand forecasting has been pointed as an important and a challenging problem for supply chain management [1] For this reason, there have been several studies that applied data mining and machine learning techniques to solve this problem In some prior studies about demand forecasting, traditional statistical methodologies such as moving average, Box- Jenkins were used Liu et al used data mining methodologies for time series and provided improvement in Box - Jenkins time series forecasting results [3] Since statistical models could not give satisfying results, artificial intelligence algorithms were tried in numerous studies For instance, Neural Network algorithms were commonly employed in the literature [4-9] Given studies provided impressive results with NN algorithms Hasin et al showed that ANN provides better results than traditional statistical methods such as Box- Jenkins model, Holt-Winter s model [10] Some subsequent studies combined ANN algorithm with another algorithm with the purpose of providing more successful methodologies Doganis et al used genetic algorithm with RBF neural network algorithm [11] Aburto and Weber proposed another hybrid model which combined Autoregressive Integrated Moving Average (ARIMA) model with neural network algorithm [12] Because of the fact that ANN was a popular algorithm for demand forecasting, Efendigil et al compared Adaptive Neural Fuzzy Inference System (ANFIS) with ANN In their study, ANFIS provided higher success than ANN [13] Sun et al used several Extreme Learning Machines (ELM) in parallel to forecast sales amounts [5] Data mining is used in some recent studies for providing more efficient methodologies in demand forecasting Parikh proposed a data mining application for better demand forecasting and product allocations clustering [14] Altıntaş and Trick used data mining methods for categorizing customer order distributions into data clusters [15] Conducted studies in demand forecasting problem focus on different points of the supply chain For instance, most of the studies are trying to forecast demand of one end sale point In addition to that some of the studies have limited count of products to demand forecast On the contrary, our problem contains larger number of main distribution warehouses and products compared to aforementioned studies In this study, we benefited from data mining techniques for overcoming this problem III BACKGROUND This section provides the necessary background on the problem we want to solve First, we briefly describe bipartite graph clustering Then, we explain the classification method using Bayesian networks A Bipartite Graph Clustering In some applications, data can be represented as a bipartite graph structure G(X, Y, E) Bipartite graph is a special type of graph which the set of nodes (X, Y) represents two different type of objects and the set of edges (E) represents the relation between these objects In bipartite graphs, same type of nodes can not have connection There can be a connection only between different type of nodes An example of bipartite graph representation can be seen at Fig 3

3 In this study, bipartite graphs are constructed to represent warehouse-item relations A bipartite graph G = (X,Y,W) is obtained, where the set of nodes (X, Y) represent the warehouses and items, the set of edge weights (W) represents sale amount of item for the warehouse This bipartite graph partitioning method applied in this study tries to seperate a bipartite graph into two bipartite graphs, recursively A vertex partition of G(X, Y, W) denoted by Π(A, B) is defined by a partition of the vertex sets X and Y, respectively: X = A A c, and Y = B B c as can be seen in Fig 3 In this partition, A pairs with B, A c pairs with B c from a random experiment In addition to that, every edge between these nodes represents probabilistic dependencies among these random variables Two random variables are said to be independent if the result of the second variable is not affected by the result of the first random variable Bayesian Networks can be used for numerous applications such as classification, regression, segmentation etc [17] In our study, Bayesian network could represent the probabilistic relationships between demand forecasting results (sale amounts predictions of items) and various attributes such as moving average value, number of transportation vehicles of warehouse, location of warehouse etc Given attributes, the network can be used to compute the probabilities of the presence of demand forecast results Fig 3 Bipartite graph clustering On the purpose of spliting graph into clusters, it is searched a partition (Ncut) using Eq 1 that the similarity between unmatched vertices is as small as possible min π(a,b) Ncut(A, B) (1) Equation 2 which can be seen in below is used for calculation of Ncut(A, B) IV DETAILS OF THE METHODOLOGY The main purpose of the methodology is forecasting the sale amount of a specific item for a specific week and a specific main distribution warehouse Basic steps of the purposed methodology can be seen in Fig 4 The proposed method consists of four main stages: (1) In the first step, we prepare the data set obtained from a retailer in order to apply data mining algorithms; (2) For each product, we calculate its moving average value; (3) a bipartite clustering algorithm is applied in order to group warehouses and their sub-distributers that have similar sales behavior; (4) applying Bayesian Network to obtain forecasting results The details of these steps are explained in this section Constructing dataset Calculating moving average values Constructing bipartite graph with main warehouses Ncut(A, B) = cut(a,b) W(A,Y)+W(X,B) + cut(ac,b c ) W(A c,y)+w(x,b c ) (2) Clustering main warehouses using bipartite graph cut(a, B) can be calculated using Eq 3 where W(A, Y) is the sum of the weights of edges with one endpoint in A and the other endpoint in Y cut(a, B) = W(A, B c ) + W(A c, B) (3) The reason of choosing this algorithm is that it works efficiently at clustering bipartite graphs compared to regular clustering algorithms such as k nearest neighbor [16] B Bayesian Network Algorithm Bayesian Network is a simple, graphical representation for conditional independence assertions In this graphical representation, every node of graph symbolize a random variable, where a random variable can take on possible values 1 2 Constructing bipartite graph with sub warehouses Clustering sub warehouses using bipartite graph 3 Using machine learning algorithm Forecast Results Fig 4 Basic steps of the methodology

4 A Constructing Dataset First step of the methodology is preparing the dataset which includes necessary information for generating forecast results The data was taken from a national dried nuts and fruits company from Turkey We used sale invoices of 2011, 2012 and 2013 with the purpose of constructing a specialized dataset to be used in the experiments The total numbers of warehouses and different products are ninety eight and seventy, respectively The dataset contains the following information about the warehouses and products: Warehouse related attributes: location, size related attributes, such as number of sub-warehouses it has, number of transportation vehicles, total amount of weekly selling products, selling area in square meter, number of employees, number of customers Product related attributes: product category (in this study a product ontology is constructed), selling amount, selling time B Data Preparation An important step of a model based on data mining techniques is data preparation In this step, the data is cleaned and prepared in order to apply data mining algorithms In this study, we designed a product ontology not only for providing an effective way for interoperability with other systems but also for avoiding the cold start problem The cold start problem also called new user or new item problem is the problem of estimating the demand of a new product We used Protégé [18] tool for constructing the product ontology All descriptor features of products were defined in detail Obtained ontology had four main and twenty eight sub product categories Nearly seventy different products were grouped according to defined product categories In this step, we also calculate moving average values of product sale amounts of past three weeks The calculation of the moving average value for a specific week t can be seen at Eq 4 Moving avg(t) = 3 i=1 sale amount(t i) 3 C Constructing bipartite graph and clustering warehouses (4) It was noticed that some of the main distribution warehouses show quite different sale behavior For instance, warehouses which are in Istanbul have more sub distribution warehouses and they give service in wider area than regular warehouses The warehouse features such as location and size also has an effect on the types of the products they sale For example, a warehouse may sell higher profit margin products where the customers of another warehouse in a different location may prefer less expensive products For this reason, it was decided grouping main distribution warehouses based on their product sale amounts by using a bipartite clustering method A bipartite graph which includes two different types of nodes was constructed using all main warehouses and all products Essential approach in this step is that, if a main warehouse sales a product, these two nodes have an edge Also, weight of the edge is total sale amount of the product for the main warehouse A representative figure for main distribution warehouse product bipartite graph can be seen in Fig 5 Bipartite graph clustering algorithm [16] is applied in order to group warehouses that have similar product sale behavior This algorithm provides more performance on bipartite graph clustering than regular clustering algorithms such as K Nearest Neighbor For this reason, bipartite graph clustering algorithm was chosen This algorithm separates bipartite graph into two graphs recursively In our study, twenty nine different main warehouse clusters were generated using bipartite graph clustering After that main warehouse clustering phase was completed, sub distribution warehouse clustering was started Purpose of this step is that some sub warehouses of a main warehouse serve disparate regions which have different purchase power Bipartite graph clustering algorithm was used for clustering sub warehouses of main warehouse likewise main distribution warehouses clustering step Count of sub distribution warehouse clusters was Product 1 Product 2 Product 3 Product 4 Product 5 Product 6 Fig 5 Example of a bipartite graph of main warehouses and products D Using machine learning algorithm Last step of the proposed methodology is using a machine learning algorithm as can be seen in Fig 4 Moving average values, warehouse related attributes and product related attributes were used to construct a Bayesian Network model These attributes corresponded random variables in Bayesian Network Forecast results were calculated based upon probabilities among these random variables of the network Data of 2011 and 2012 were used for training Bayesian Network model while data of 2013 were used for testing In the first trial, we set a Bayesian Network model which handles all main distribution warehouses together In the second trial, we set individual Bayesian Network models for main distribution warehouse clusters Then, separate models were constructed for every sub warehouse cluster in third trial Detailed results of given trials can be found in Section V

5 In the phase of setting Bayesian Network model, we use moving average values of products As we mentioned before, demand of a new product which does not have past sales data can be estimated owing to product ontology In this case, nearest neighbors of the new product in ontology are determined and moving average values of neighbor products are used for estimating the quantity of new product that customers will purchase V EXPERIMENTAL RESULTS The evaluation metric which was used in measuring the error rate is MAPE Equation 5 shows how to calculate MAPE value where At is actual value and Ft is forecasting value MAPE = 100 n n At Ft At t=1 (5) Moving average is one of the primitive forecasting methodologies as stand-alone We calculated error rate of this method for our dataset and found 129 % with MAPE This results showed us that primitive models for demand forecasting give insufficient results in complex structures The first trial which handled all main warehouses together had 49% error rate with MAPE using the hybrid model (moving average and Bayesian Network together) warehouses were clustered due to their sale behavior in the second trial This trail had 24% error rate Error rate decreased considerably in this methodology because respective models applied to every main warehouse cluster TABLE I RESULT TABLE Error Rates With MAPE One model for all main warehouses 49% Respective models for main distribution warehouse clusters Respective models for sub distribution warehouse clusters 24% 17% In the third trial, clustering was done to construct sub warehouse clusters Error rate in this step found as 17% Especially for main distribution warehouses which has numerous sub distribution warehouses, this trial provided more improvement For instance, a specific main warehouse cluster had 37% error rate with second trial When sub warehouses of this main warehouse clustered using third trial, the error rate dropped to 16% VI CONCLUSION This work presents an approach for demand forecasting which can handle numerous main distribution warehouses and products It was shown in this study that using one model for all main distribution warehouses gives unsatisfying results for multitudinous count of main distribution warehouses Furthermore, clustering main distribution warehouses according to sale amounts of per product and splitting forecasting models based on main warehouse clusters provided improvement in results If a main distribution warehouse had a larger area to serve and had more sub warehouses, clustering sub warehouses of this main warehouse provided better results In other words, when separate models applied to sub warehouse clusters, error rate decreased This situation comes from the fact that some sub warehouses of same main warehouse serve completely different regions which have distinctive purchasing power ACKNOWLEDGMENT This research was supported by Ministry of Science, Industry and Technology of Turkey SANTEZ project 0484STZ REFERENCES [1] M L Christopher, Logistics and Supply Chain Management, London: Pitman Publishing, 1992 [2] J T Mentzer, W DeWitt, JS Keebler, S Min, N W Nix, C D Smith, Z G Zacharia, Defining Supply Chain Management, Journal of Business Logistics, vol 22, no 2, 2001 [3] LM Liu, S Bhattacharyya, SL Sclove, R Chen, W J Lattyak, Data Mining on Time Series: An Illustration Using Fast-Food Restaurant Franchise Data, Computational Statistics & Data Analysis, vol 37, pp , 2001 [4] PC Chang, YW Wang, CH Liu, The Development of a Weighted Evolving Fuzzy Neural Network for PCB Sales Forecasting, Expert Systems with Applications, vol32, pp 86-96, 2007 [5] ZL Sun, TM Choi, KF AU, Y Yu, Sales Forecasting Using Extreme Learning Machine With Applications In Fashion Retailing, Decision Support Systems, vol 46, pp , December 2008 [6] Y Yu, T Choi, C Hui, An Intelligent Fast Sales Forecasting Model for Fashion Products, Expert System with Applications, vol 38, pp , 2011 [7] SH Ling, Genetic Algorithm and Variable Neural Networks: Theory and Application, Lambert Academic Publishing, 2010 [8] KF Au, TM Choi, Y Yu, Fashion Retail Forecasting by Evolutionary Neural Networks, International Journal of Production Economics, vol 114, pp , 2008 [9] RS Gutierrez, A Solis, S Mukhopadhyay, Lumpy Demand Forecasting Using Neural Networks, International Journal of Production Economics, vol 111, pp , 2008 [10] MAA Hasin, S Ghosh, MA Shareef, An ANN Approach to Demand Forecasting in Retail Trade in Bangladesh, International Journal of Trade, Economics and Finance, vol 2, no 2, April 2011 [11] P Doganis, A Alexandridis, P Patrinos, H Sarimveis, Time Series Sales Forecasting For Short Shelf-Life Food Products Based On Artificial Neural Networks And Evolutionary Computing, Journal Of Food Engineering, vol 75, pp , 2006 [12] L Aburto, R Weber, Improved supply chain management based on hybrid demand forecasts, Applied Soft Computing, 2007

6 [13] T Efendigil, S Önüt, C Kahraman, "A decision support system for demand forecasting with artificial neural networks and neuro-fuzzy models: A comparative analysis" Expert Systems with Applications, vol 36, no 3, pp , 2009 [14] B Parikh, Applying Data Mining to Demand Forecasting and Product Allocations, The Pennsylvania State University, 2003 [15] N Altintas, M Trick "A data mining approach to forecast behavior", Annals of Operations Research, vol 216, no 1, pp 3-22, 2014 [16] H Zha, X He, C Ding, H Simon, M Gu, Bipartite Graph Partitioning and Data Clustering, CIKM 01, Atlanta, Georgia, USA, November 5-10, pp 25-32, 2001 [17] I Ben-Gal, Bayesian Networks, In: F Ruggeri, F Faltin & R Kenett (Eds), Encyclopedia of Statistics in Quality and Reliability, John Wiley & Sons, 2007 [18] Protégé,

Sales Forecast for Pickup Truck Parts:

Sales Forecast for Pickup Truck Parts: Sales Forecast for Pickup Truck Parts: A Case Study on Brake Rubber Mojtaba Kamranfard University of Semnan Semnan, Iran mojtabakamranfard@gmail.com Kourosh Kiani Amirkabir University of Technology Tehran,

More information

Up/Down Analysis of Stock Index by Using Bayesian Network

Up/Down Analysis of Stock Index by Using Bayesian Network Engineering Management Research; Vol. 1, No. 2; 2012 ISSN 1927-7318 E-ISSN 1927-7326 Published by Canadian Center of Science and Education Up/Down Analysis of Stock Index by Using Bayesian Network Yi Zuo

More information

Data quality in Accounting Information Systems

Data quality in Accounting Information Systems Data quality in Accounting Information Systems Comparing Several Data Mining Techniques Erjon Zoto Department of Statistics and Applied Informatics Faculty of Economy, University of Tirana Tirana, Albania

More information

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network

The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network , pp.67-76 http://dx.doi.org/10.14257/ijdta.2016.9.1.06 The Combination Forecasting Model of Auto Sales Based on Seasonal Index and RBF Neural Network Lihua Yang and Baolin Li* School of Economics and

More information

Supply Chain Forecasting Model Using Computational Intelligence Techniques

Supply Chain Forecasting Model Using Computational Intelligence Techniques CMU.J.Nat.Sci Special Issue on Manufacturing Technology (2011) Vol.10(1) 19 Supply Chain Forecasting Model Using Computational Intelligence Techniques Wimalin S. Laosiritaworn Department of Industrial

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014

International Journal of Computer Science Trends and Technology (IJCST) Volume 2 Issue 3, May-Jun 2014 RESEARCH ARTICLE OPEN ACCESS A Survey of Data Mining: Concepts with Applications and its Future Scope Dr. Zubair Khan 1, Ashish Kumar 2, Sunny Kumar 3 M.Tech Research Scholar 2. Department of Computer

More information

Performance optimization in retail business using real-time predictive analytics

Performance optimization in retail business using real-time predictive analytics Lecture Notes in Management Science (2015) Vol. 7, 45 49 ISSN 2008-0050 (Print), ISSN 1927-0097 (Online) Performance optimization in retail business using real-time predictive analytics Nizar Zaarour 1

More information

An Overview of Knowledge Discovery Database and Data mining Techniques

An Overview of Knowledge Discovery Database and Data mining Techniques An Overview of Knowledge Discovery Database and Data mining Techniques Priyadharsini.C 1, Dr. Antony Selvadoss Thanamani 2 M.Phil, Department of Computer Science, NGM College, Pollachi, Coimbatore, Tamilnadu,

More information

A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS

A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS A STUDY ON DATA MINING INVESTIGATING ITS METHODS, APPROACHES AND APPLICATIONS Mrs. Jyoti Nawade 1, Dr. Balaji D 2, Mr. Pravin Nawade 3 1 Lecturer, JSPM S Bhivrabai Sawant Polytechnic, Pune (India) 2 Assistant

More information

Applications of improved grey prediction model for power demand forecasting

Applications of improved grey prediction model for power demand forecasting Energy Conversion and Management 44 (2003) 2241 2249 www.elsevier.com/locate/enconman Applications of improved grey prediction model for power demand forecasting Che-Chiang Hsu a, *, Chia-Yon Chen b a

More information

Comparison of Neural Network-Based Forecasting Methods Using Multi-Criteria Decision-Making Tools

Comparison of Neural Network-Based Forecasting Methods Using Multi-Criteria Decision-Making Tools Comparison of Neural Network-Based Forecasting Methods Using Multi-Criteria Decision-Making Tools Atul B. Borade Jawaharlal Darda Institute of Engineering and Technology, Yavatmal, India atulborade@rediffmail.com

More information

SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND

SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND SINGULAR SPECTRUM ANALYSIS HYBRID FORECASTING METHODS WITH APPLICATION TO AIR TRANSPORT DEMAND K. Adjenughwure, Delft University of Technology, Transport Institute, Ph.D. candidate V. Balopoulos, Democritus

More information

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S.

AUTOMATION OF ENERGY DEMAND FORECASTING. Sanzad Siddique, B.S. AUTOMATION OF ENERGY DEMAND FORECASTING by Sanzad Siddique, B.S. A Thesis submitted to the Faculty of the Graduate School, Marquette University, in Partial Fulfillment of the Requirements for the Degree

More information

Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.

Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013. Applied Mathematical Sciences, Vol. 7, 2013, no. 112, 5591-5597 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2013.38457 Accuracy Rate of Predictive Models in Credit Screening Anirut Suebsing

More information

A Multi-level Artificial Neural Network for Residential and Commercial Energy Demand Forecast: Iran Case Study

A Multi-level Artificial Neural Network for Residential and Commercial Energy Demand Forecast: Iran Case Study 211 3rd International Conference on Information and Financial Engineering IPEDR vol.12 (211) (211) IACSIT Press, Singapore A Multi-level Artificial Neural Network for Residential and Commercial Energy

More information

An Evaluation of Neural Networks Approaches used for Software Effort Estimation

An Evaluation of Neural Networks Approaches used for Software Effort Estimation Proc. of Int. Conf. on Multimedia Processing, Communication and Info. Tech., MPCIT An Evaluation of Neural Networks Approaches used for Software Effort Estimation B.V. Ajay Prakash 1, D.V.Ashoka 2, V.N.

More information

American International Journal of Research in Science, Technology, Engineering & Mathematics

American International Journal of Research in Science, Technology, Engineering & Mathematics American International Journal of Research in Science, Technology, Engineering & Mathematics Available online at http://www.iasir.net ISSN (Print): 2328-349, ISSN (Online): 2328-3580, ISSN (CD-ROM): 2328-3629

More information

Tensor Factorization for Multi-Relational Learning

Tensor Factorization for Multi-Relational Learning Tensor Factorization for Multi-Relational Learning Maximilian Nickel 1 and Volker Tresp 2 1 Ludwig Maximilian University, Oettingenstr. 67, Munich, Germany nickel@dbs.ifi.lmu.de 2 Siemens AG, Corporate

More information

Evaluation of Feature Selection Methods for Predictive Modeling Using Neural Networks in Credits Scoring

Evaluation of Feature Selection Methods for Predictive Modeling Using Neural Networks in Credits Scoring 714 Evaluation of Feature election Methods for Predictive Modeling Using Neural Networks in Credits coring Raghavendra B. K. Dr. M.G.R. Educational and Research Institute, Chennai-95 Email: raghavendra_bk@rediffmail.com

More information

An Introduction to Data Mining

An Introduction to Data Mining An Introduction to Intel Beijing wei.heng@intel.com January 17, 2014 Outline 1 DW Overview What is Notable Application of Conference, Software and Applications Major Process in 2 Major Tasks in Detail

More information

Using Data Mining for Mobile Communication Clustering and Characterization

Using Data Mining for Mobile Communication Clustering and Characterization Using Data Mining for Mobile Communication Clustering and Characterization A. Bascacov *, C. Cernazanu ** and M. Marcu ** * Lasting Software, Timisoara, Romania ** Politehnica University of Timisoara/Computer

More information

Car insurance risk assessment with data mining for an Iranian leading insurance company

Car insurance risk assessment with data mining for an Iranian leading insurance company International Journal of Business and Economics Research 2014; 3(3): 128-134 Published online May 30, 2014 (http://www.sciencepublishinggroup.com/j/ijber) doi: 10.11648/j.ijber.20140303.12 Car insurance

More information

SUPPLY CHAIN MANAGEMENT AT A GLOBAL LEVEL A CHALLENGE AND AN OPPORTUNITY FOR A LEADING OILFIELD SERVICE COMPANY. Amaar Saeed Khan

SUPPLY CHAIN MANAGEMENT AT A GLOBAL LEVEL A CHALLENGE AND AN OPPORTUNITY FOR A LEADING OILFIELD SERVICE COMPANY. Amaar Saeed Khan SUPPLY CHAIN MANAGEMENT AT A GLOBAL LEVEL A CHALLENGE AND AN OPPORTUNITY FOR A LEADING OILFIELD SERVICE COMPANY Amaar Saeed Khan EXECUTIVE SUMMARY: Due to the complex nature of the oil and gas industry,

More information

Hybrid Data Envelopment Analysis and Neural Networks for Suppliers Efficiency Prediction and Ranking

Hybrid Data Envelopment Analysis and Neural Networks for Suppliers Efficiency Prediction and Ranking 1 st International Conference of Recent Trends in Information and Communication Technologies Hybrid Data Envelopment Analysis and Neural Networks for Suppliers Efficiency Prediction and Ranking Mohammadreza

More information

A Content based Spam Filtering Using Optical Back Propagation Technique

A Content based Spam Filtering Using Optical Back Propagation Technique A Content based Spam Filtering Using Optical Back Propagation Technique Sarab M. Hameed 1, Noor Alhuda J. Mohammed 2 Department of Computer Science, College of Science, University of Baghdad - Iraq ABSTRACT

More information

A Review of Data Mining Techniques

A Review of Data Mining Techniques Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 4, April 2014,

More information

DATA MINING TECHNIQUES AND APPLICATIONS

DATA MINING TECHNIQUES AND APPLICATIONS DATA MINING TECHNIQUES AND APPLICATIONS Mrs. Bharati M. Ramageri, Lecturer Modern Institute of Information Technology and Research, Department of Computer Application, Yamunanagar, Nigdi Pune, Maharashtra,

More information

Price Prediction of Share Market using Artificial Neural Network (ANN)

Price Prediction of Share Market using Artificial Neural Network (ANN) Prediction of Share Market using Artificial Neural Network (ANN) Zabir Haider Khan Department of CSE, SUST, Sylhet, Bangladesh Tasnim Sharmin Alin Department of CSE, SUST, Sylhet, Bangladesh Md. Akter

More information

Research on Clustering Analysis of Big Data Yuan Yuanming 1, 2, a, Wu Chanle 1, 2

Research on Clustering Analysis of Big Data Yuan Yuanming 1, 2, a, Wu Chanle 1, 2 Advanced Engineering Forum Vols. 6-7 (2012) pp 82-87 Online: 2012-09-26 (2012) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/aef.6-7.82 Research on Clustering Analysis of Big Data

More information

Modeling of Sales Forecasting in Retail Using Soft Computing Techniques

Modeling of Sales Forecasting in Retail Using Soft Computing Techniques Modeling of Sales Forecasting in Retail Using Soft Computing Techniques Luís Lobo da Costa, Susana M. Vieira and João M. C. Sousa Center of Intelligent Systems - IDMEC-LAETA Instituto Superior Técnico,

More information

Short Term Electricity Price Forecasting Using ANN and Fuzzy Logic under Deregulated Environment

Short Term Electricity Price Forecasting Using ANN and Fuzzy Logic under Deregulated Environment Short Term Electricity Price Forecasting Using ANN and Fuzzy Logic under Deregulated Environment Aarti Gupta 1, Pankaj Chawla 2, Sparsh Chawla 3 Assistant Professor, Dept. of EE, Hindu College of Engineering,

More information

MERGING BUSINESS KPIs WITH PREDICTIVE MODEL KPIs FOR BINARY CLASSIFICATION MODEL SELECTION

MERGING BUSINESS KPIs WITH PREDICTIVE MODEL KPIs FOR BINARY CLASSIFICATION MODEL SELECTION MERGING BUSINESS KPIs WITH PREDICTIVE MODEL KPIs FOR BINARY CLASSIFICATION MODEL SELECTION Matthew A. Lanham & Ralph D. Badinelli Virginia Polytechnic Institute and State University Department of Business

More information

Ensemble Methods. Knowledge Discovery and Data Mining 2 (VU) (707.004) Roman Kern. KTI, TU Graz 2015-03-05

Ensemble Methods. Knowledge Discovery and Data Mining 2 (VU) (707.004) Roman Kern. KTI, TU Graz 2015-03-05 Ensemble Methods Knowledge Discovery and Data Mining 2 (VU) (707004) Roman Kern KTI, TU Graz 2015-03-05 Roman Kern (KTI, TU Graz) Ensemble Methods 2015-03-05 1 / 38 Outline 1 Introduction 2 Classification

More information

Software Development Cost and Time Forecasting Using a High Performance Artificial Neural Network Model

Software Development Cost and Time Forecasting Using a High Performance Artificial Neural Network Model Software Development Cost and Time Forecasting Using a High Performance Artificial Neural Network Model Iman Attarzadeh and Siew Hock Ow Department of Software Engineering Faculty of Computer Science &

More information

Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100

Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100 Identifying At-Risk Students Using Machine Learning Techniques: A Case Study with IS 100 Erkan Er Abstract In this paper, a model for predicting students performance levels is proposed which employs three

More information

Part 2: Community Detection

Part 2: Community Detection Chapter 8: Graph Data Part 2: Community Detection Based on Leskovec, Rajaraman, Ullman 2014: Mining of Massive Datasets Big Data Management and Analytics Outline Community Detection - Social networks -

More information

Software project cost estimation using AI techniques

Software project cost estimation using AI techniques Software project cost estimation using AI techniques Rodríguez Montequín, V.; Villanueva Balsera, J.; Alba González, C.; Martínez Huerta, G. Project Management Area University of Oviedo C/Independencia

More information

Customer Relationship Management using Adaptive Resonance Theory

Customer Relationship Management using Adaptive Resonance Theory Customer Relationship Management using Adaptive Resonance Theory Manjari Anand M.Tech.Scholar Zubair Khan Associate Professor Ravi S. Shukla Associate Professor ABSTRACT CRM is a kind of implemented model

More information

Learning is a very general term denoting the way in which agents:

Learning is a very general term denoting the way in which agents: What is learning? Learning is a very general term denoting the way in which agents: Acquire and organize knowledge (by building, modifying and organizing internal representations of some external reality);

More information

Business Intelligence. Data Mining and Optimization for Decision Making

Business Intelligence. Data Mining and Optimization for Decision Making Brochure More information from http://www.researchandmarkets.com/reports/2325743/ Business Intelligence. Data Mining and Optimization for Decision Making Description: Business intelligence is a broad category

More information

An Analysis of Missing Data Treatment Methods and Their Application to Health Care Dataset

An Analysis of Missing Data Treatment Methods and Their Application to Health Care Dataset P P P Health An Analysis of Missing Data Treatment Methods and Their Application to Health Care Dataset Peng Liu 1, Elia El-Darzi 2, Lei Lei 1, Christos Vasilakis 2, Panagiotis Chountas 2, and Wei Huang

More information

The multilayer sentiment analysis model based on Random forest Wei Liu1, Jie Zhang2

The multilayer sentiment analysis model based on Random forest Wei Liu1, Jie Zhang2 2nd International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2016) The multilayer sentiment analysis model based on Random forest Wei Liu1, Jie Zhang2 1 School of

More information

Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing

Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing www.ijcsi.org 198 Data Mining Framework for Direct Marketing: A Case Study of Bank Marketing Lilian Sing oei 1 and Jiayang Wang 2 1 School of Information Science and Engineering, Central South University

More information

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence

Artificial Neural Networks and Support Vector Machines. CS 486/686: Introduction to Artificial Intelligence Artificial Neural Networks and Support Vector Machines CS 486/686: Introduction to Artificial Intelligence 1 Outline What is a Neural Network? - Perceptron learners - Multi-layer networks What is a Support

More information

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS O.U. Sezerman 1, R. Islamaj 2, E. Alpaydin 2 1 Laborotory of Computational Biology, Sabancı University, Istanbul, Turkey. 2 Computer Engineering

More information

Statistical Models in Data Mining

Statistical Models in Data Mining Statistical Models in Data Mining Sargur N. Srihari University at Buffalo The State University of New York Department of Computer Science and Engineering Department of Biostatistics 1 Srihari Flood of

More information

REVIEW OF HEART DISEASE PREDICTION SYSTEM USING DATA MINING AND HYBRID INTELLIGENT TECHNIQUES

REVIEW OF HEART DISEASE PREDICTION SYSTEM USING DATA MINING AND HYBRID INTELLIGENT TECHNIQUES REVIEW OF HEART DISEASE PREDICTION SYSTEM USING DATA MINING AND HYBRID INTELLIGENT TECHNIQUES R. Chitra 1 and V. Seenivasagam 2 1 Department of Computer Science and Engineering, Noorul Islam Centre for

More information

TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM

TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM TOWARDS SIMPLE, EASY TO UNDERSTAND, AN INTERACTIVE DECISION TREE ALGORITHM Thanh-Nghi Do College of Information Technology, Cantho University 1 Ly Tu Trong Street, Ninh Kieu District Cantho City, Vietnam

More information

Data Mining. Concepts, Models, Methods, and Algorithms. 2nd Edition

Data Mining. Concepts, Models, Methods, and Algorithms. 2nd Edition Brochure More information from http://www.researchandmarkets.com/reports/2171322/ Data Mining. Concepts, Models, Methods, and Algorithms. 2nd Edition Description: This book reviews state-of-the-art methodologies

More information

ANN Model to Predict Stock Prices at Stock Exchange Markets

ANN Model to Predict Stock Prices at Stock Exchange Markets ANN Model to Predict Stock Prices at Stock Exchange Markets Wanjawa, Barack Wamkaya School of Computing and Informatics, University of Nairobi, wanjawawb@gmail.com Muchemi, Lawrence School of Computing

More information

Power Prediction Analysis using Artificial Neural Network in MS Excel

Power Prediction Analysis using Artificial Neural Network in MS Excel Power Prediction Analysis using Artificial Neural Network in MS Excel NURHASHINMAH MAHAMAD, MUHAMAD KAMAL B. MOHAMMED AMIN Electronic System Engineering Department Malaysia Japan International Institute

More information

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree

Predicting the Risk of Heart Attacks using Neural Network and Decision Tree Predicting the Risk of Heart Attacks using Neural Network and Decision Tree S.Florence 1, N.G.Bhuvaneswari Amma 2, G.Annapoorani 3, K.Malathi 4 PG Scholar, Indian Institute of Information Technology, Srirangam,

More information

Data Mining + Business Intelligence. Integration, Design and Implementation

Data Mining + Business Intelligence. Integration, Design and Implementation Data Mining + Business Intelligence Integration, Design and Implementation ABOUT ME Vijay Kotu Data, Business, Technology, Statistics BUSINESS INTELLIGENCE - Result Making data accessible Wider distribution

More information

Introduction to Data Mining

Introduction to Data Mining Introduction to Data Mining Jay Urbain Credits: Nazli Goharian & David Grossman @ IIT Outline Introduction Data Pre-processing Data Mining Algorithms Naïve Bayes Decision Tree Neural Network Association

More information

Comparison of K-means and Backpropagation Data Mining Algorithms

Comparison of K-means and Backpropagation Data Mining Algorithms Comparison of K-means and Backpropagation Data Mining Algorithms Nitu Mathuriya, Dr. Ashish Bansal Abstract Data mining has got more and more mature as a field of basic research in computer science and

More information

MapReduce Approach to Collective Classification for Networks

MapReduce Approach to Collective Classification for Networks MapReduce Approach to Collective Classification for Networks Wojciech Indyk 1, Tomasz Kajdanowicz 1, Przemyslaw Kazienko 1, and Slawomir Plamowski 1 Wroclaw University of Technology, Wroclaw, Poland Faculty

More information

Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques

Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques Comparision of k-means and k-medoids Clustering Algorithms for Big Data Using MapReduce Techniques Subhashree K 1, Prakash P S 2 1 Student, Kongu Engineering College, Perundurai, Erode 2 Assistant Professor,

More information

Enhanced Boosted Trees Technique for Customer Churn Prediction Model

Enhanced Boosted Trees Technique for Customer Churn Prediction Model IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V5 PP 41-45 www.iosrjen.org Enhanced Boosted Trees Technique for Customer Churn Prediction

More information

Data Mining and Knowledge Discovery in Databases (KDD) State of the Art. Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland

Data Mining and Knowledge Discovery in Databases (KDD) State of the Art. Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland Data Mining and Knowledge Discovery in Databases (KDD) State of the Art Prof. Dr. T. Nouri Computer Science Department FHNW Switzerland 1 Conference overview 1. Overview of KDD and data mining 2. Data

More information

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network

Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Forecasting of Economic Quantities using Fuzzy Autoregressive Model and Fuzzy Neural Network Dušan Marček 1 Abstract Most models for the time series of stock prices have centered on autoregressive (AR)

More information

Demand Management Where Practice Meets Theory

Demand Management Where Practice Meets Theory Demand Management Where Practice Meets Theory Elliott S. Mandelman 1 Agenda What is Demand Management? Components of Demand Management (Not just statistics) Best Practices Demand Management Performance

More information

A New Approach For Estimating Software Effort Using RBFN Network

A New Approach For Estimating Software Effort Using RBFN Network IJCSNS International Journal of Computer Science and Network Security, VOL.8 No.7, July 008 37 A New Approach For Estimating Software Using RBFN Network Ch. Satyananda Reddy, P. Sankara Rao, KVSVN Raju,

More information

Numerical Research on Distributed Genetic Algorithm with Redundant

Numerical Research on Distributed Genetic Algorithm with Redundant Numerical Research on Distributed Genetic Algorithm with Redundant Binary Number 1 Sayori Seto, 2 Akinori Kanasugi 1,2 Graduate School of Engineering, Tokyo Denki University, Japan 10kme41@ms.dendai.ac.jp,

More information

How To Use Neural Networks In Data Mining

How To Use Neural Networks In Data Mining International Journal of Electronics and Computer Science Engineering 1449 Available Online at www.ijecse.org ISSN- 2277-1956 Neural Networks in Data Mining Priyanka Gaur Department of Information and

More information

Chapter 5. Warehousing, Data Acquisition, Data. Visualization

Chapter 5. Warehousing, Data Acquisition, Data. Visualization Decision Support Systems and Intelligent Systems, Seventh Edition Chapter 5 Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization 5-1 Learning Objectives

More information

Java Modules for Time Series Analysis

Java Modules for Time Series Analysis Java Modules for Time Series Analysis Agenda Clustering Non-normal distributions Multifactor modeling Implied ratings Time series prediction 1. Clustering + Cluster 1 Synthetic Clustering + Time series

More information

2. IMPLEMENTATION. International Journal of Computer Applications (0975 8887) Volume 70 No.18, May 2013

2. IMPLEMENTATION. International Journal of Computer Applications (0975 8887) Volume 70 No.18, May 2013 Prediction of Market Capital for Trading Firms through Data Mining Techniques Aditya Nawani Department of Computer Science, Bharati Vidyapeeth s College of Engineering, New Delhi, India Himanshu Gupta

More information

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling

NTC Project: S01-PH10 (formerly I01-P10) 1 Forecasting Women s Apparel Sales Using Mathematical Modeling 1 Forecasting Women s Apparel Sales Using Mathematical Modeling Celia Frank* 1, Balaji Vemulapalli 1, Les M. Sztandera 2, Amar Raheja 3 1 School of Textiles and Materials Technology 2 Computer Information

More information

Identification of Demand through Statistical Distribution Modeling for Improved Demand Forecasting

Identification of Demand through Statistical Distribution Modeling for Improved Demand Forecasting Identification of Demand through Statistical Distribution Modeling for Improved Demand Forecasting Murphy Choy Michelle L.F. Cheong School of Information Systems, Singapore Management University, 80, Stamford

More information

Lecture 8 February 4

Lecture 8 February 4 ICS273A: Machine Learning Winter 2008 Lecture 8 February 4 Scribe: Carlos Agell (Student) Lecturer: Deva Ramanan 8.1 Neural Nets 8.1.1 Logistic Regression Recall the logistic function: g(x) = 1 1 + e θt

More information

Microsoft Azure Machine learning Algorithms

Microsoft Azure Machine learning Algorithms Microsoft Azure Machine learning Algorithms Tomaž KAŠTRUN @tomaz_tsql Tomaz.kastrun@gmail.com http://tomaztsql.wordpress.com Our Sponsors Speaker info https://tomaztsql.wordpress.com Agenda Focus on explanation

More information

The Intelligent Data Analysis System for Social Science

The Intelligent Data Analysis System for Social Science The Intelligent Data Analysis System for Social Science - Incorporating Object-oriented and Knowledge-based approaches Alex Liu, Ph.D. Director Research Methods Institute Los Angeles, CA, USA in http://www.researchmethods.org/ida.pdf

More information

Artificial Neural Network, Decision Tree and Statistical Techniques Applied for Designing and Developing E-mail Classifier

Artificial Neural Network, Decision Tree and Statistical Techniques Applied for Designing and Developing E-mail Classifier International Journal of Recent Technology and Engineering (IJRTE) ISSN: 2277-3878, Volume-1, Issue-6, January 2013 Artificial Neural Network, Decision Tree and Statistical Techniques Applied for Designing

More information

Aggregation Methodology on Map Reduce for Big Data Applications by using Traffic-Aware Partition Algorithm

Aggregation Methodology on Map Reduce for Big Data Applications by using Traffic-Aware Partition Algorithm Aggregation Methodology on Map Reduce for Big Data Applications by using Traffic-Aware Partition Algorithm R. Dhanalakshmi 1, S.Mohamed Jakkariya 2, S. Mangaiarkarasi 3 PG Scholar, Dept. of CSE, Shanmugnathan

More information

Course Syllabus For Operations Management. Management Information Systems

Course Syllabus For Operations Management. Management Information Systems For Operations Management and Management Information Systems Department School Year First Year First Year First Year Second year Second year Second year Third year Third year Third year Third year Third

More information

A Comparative Analysis of Classification Techniques on Categorical Data in Data Mining

A Comparative Analysis of Classification Techniques on Categorical Data in Data Mining A Comparative Analysis of Classification Techniques on Categorical Data in Data Mining Sakshi Department Of Computer Science And Engineering United College of Engineering & Research Naini Allahabad sakshikashyap09@gmail.com

More information

Towards applying Data Mining Techniques for Talent Mangement

Towards applying Data Mining Techniques for Talent Mangement 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Towards applying Data Mining Techniques for Talent Mangement Hamidah Jantan 1,

More information

Customer Classification And Prediction Based On Data Mining Technique

Customer Classification And Prediction Based On Data Mining Technique Customer Classification And Prediction Based On Data Mining Technique Ms. Neethu Baby 1, Mrs. Priyanka L.T 2 1 M.E CSE, Sri Shakthi Institute of Engineering and Technology, Coimbatore 2 Assistant Professor

More information

Performance Analysis of Decision Trees

Performance Analysis of Decision Trees Performance Analysis of Decision Trees Manpreet Singh Department of Information Technology, Guru Nanak Dev Engineering College, Ludhiana, Punjab, India Sonam Sharma CBS Group of Institutions, New Delhi,India

More information

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE

A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE A NEW DECISION TREE METHOD FOR DATA MINING IN MEDICINE Kasra Madadipouya 1 1 Department of Computing and Science, Asia Pacific University of Technology & Innovation ABSTRACT Today, enormous amount of data

More information

A FUZZY LOGIC APPROACH FOR SALES FORECASTING

A FUZZY LOGIC APPROACH FOR SALES FORECASTING A FUZZY LOGIC APPROACH FOR SALES FORECASTING ABSTRACT Sales forecasting proved to be very important in marketing where managers need to learn from historical data. Many methods have become available for

More information

Stock Portfolio Selection using Data Mining Approach

Stock Portfolio Selection using Data Mining Approach IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 11 (November. 2013), V1 PP 42-48 Stock Portfolio Selection using Data Mining Approach Carol Anne Hargreaves, Prateek

More information

A Genetic Programming Model for S&P 500 Stock Market Prediction

A Genetic Programming Model for S&P 500 Stock Market Prediction Vol.6, No.5 (2013), pp.303-314 http://dx.doi.org/10.14257/ijca.2013.6.6.29 A Genetic Programming Model for S&P 500 Stock Market Prediction Alaa Sheta, Hossam Faris, Mouhammd Alkasassbeh Abstract The stock

More information

Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model

Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model Evaluating Online Payment Transaction Reliability using Rules Set Technique and Graph Model Trung Le 1, Ba Quy Tran 2, Hanh Dang Thi My 3, Thanh Hung Ngo 4 1 GSR, Information System Lab., University of

More information

Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations

Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations Volume 3, No. 8, August 2012 Journal of Global Research in Computer Science REVIEW ARTICLE Available Online at www.jgrcs.info Comparison of Supervised and Unsupervised Learning Classifiers for Travel Recommendations

More information

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization

Course 803401 DSS. Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization Oman College of Management and Technology Course 803401 DSS Business Intelligence: Data Warehousing, Data Acquisition, Data Mining, Business Analytics, and Visualization CS/MIS Department Information Sharing

More information

CS Master Level Courses and Areas COURSE DESCRIPTIONS. CSCI 521 Real-Time Systems. CSCI 522 High Performance Computing

CS Master Level Courses and Areas COURSE DESCRIPTIONS. CSCI 521 Real-Time Systems. CSCI 522 High Performance Computing CS Master Level Courses and Areas The graduate courses offered may change over time, in response to new developments in computer science and the interests of faculty and students; the list of graduate

More information

Predictive Dynamix Inc

Predictive Dynamix Inc Predictive Modeling Technology Predictive modeling is concerned with analyzing patterns and trends in historical and operational data in order to transform data into actionable decisions. This is accomplished

More information

Classification algorithm in Data mining: An Overview

Classification algorithm in Data mining: An Overview Classification algorithm in Data mining: An Overview S.Neelamegam #1, Dr.E.Ramaraj *2 #1 M.phil Scholar, Department of Computer Science and Engineering, Alagappa University, Karaikudi. *2 Professor, Department

More information

Scaling Bayesian Network Parameter Learning with Expectation Maximization using MapReduce

Scaling Bayesian Network Parameter Learning with Expectation Maximization using MapReduce Scaling Bayesian Network Parameter Learning with Expectation Maximization using MapReduce Erik B. Reed Carnegie Mellon University Silicon Valley Campus NASA Research Park Moffett Field, CA 94035 erikreed@cmu.edu

More information

Pentaho Data Mining Last Modified on January 22, 2007

Pentaho Data Mining Last Modified on January 22, 2007 Pentaho Data Mining Copyright 2007 Pentaho Corporation. Redistribution permitted. All trademarks are the property of their respective owners. For the latest information, please visit our web site at www.pentaho.org

More information

Selection of Optimal Discount of Retail Assortments with Data Mining Approach

Selection of Optimal Discount of Retail Assortments with Data Mining Approach Available online at www.interscience.in Selection of Optimal Discount of Retail Assortments with Data Mining Approach Padmalatha Eddla, Ravinder Reddy, Mamatha Computer Science Department,CBIT, Gandipet,Hyderabad,A.P,India.

More information

Data Mining Techniques

Data Mining Techniques 15.564 Information Technology I Business Intelligence Outline Operational vs. Decision Support Systems What is Data Mining? Overview of Data Mining Techniques Overview of Data Mining Process Data Warehouses

More information

Clustering Technique in Data Mining for Text Documents

Clustering Technique in Data Mining for Text Documents Clustering Technique in Data Mining for Text Documents Ms.J.Sathya Priya Assistant Professor Dept Of Information Technology. Velammal Engineering College. Chennai. Ms.S.Priyadharshini Assistant Professor

More information

Role of Neural network in data mining

Role of Neural network in data mining Role of Neural network in data mining Chitranjanjit kaur Associate Prof Guru Nanak College, Sukhchainana Phagwara,(GNDU) Punjab, India Pooja kapoor Associate Prof Swami Sarvanand Group Of Institutes Dinanagar(PTU)

More information

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING

EFFICIENT DATA PRE-PROCESSING FOR DATA MINING EFFICIENT DATA PRE-PROCESSING FOR DATA MINING USING NEURAL NETWORKS JothiKumar.R 1, Sivabalan.R.V 2 1 Research scholar, Noorul Islam University, Nagercoil, India Assistant Professor, Adhiparasakthi College

More information

Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network

Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network Forecasting Trade Direction and Size of Future Contracts Using Deep Belief Network Anthony Lai (aslai), MK Li (lilemon), Foon Wang Pong (ppong) Abstract Algorithmic trading, high frequency trading (HFT)

More information

Time series sales forecasting for short shelf-life food products based on artificial neural networks and evolutionary computing

Time series sales forecasting for short shelf-life food products based on artificial neural networks and evolutionary computing Journal of Food Engineering 75 (2006) 196 204 www.elsevier.com/locate/jfoodeng Time series sales forecasting for short shelf-life food products based on artificial neural networks and evolutionary computing

More information

ARTIFICIAL NEURAL NETWORKS FOR ADAPTIVE MANAGEMENT TRAFFIC LIGHT OBJECTS AT THE INTERSECTION

ARTIFICIAL NEURAL NETWORKS FOR ADAPTIVE MANAGEMENT TRAFFIC LIGHT OBJECTS AT THE INTERSECTION The 10 th International Conference RELIABILITY and STATISTICS in TRANSPORTATION and COMMUNICATION - 2010 Proceedings of the 10th International Conference Reliability and Statistics in Transportation and

More information