A Sales Forecasting Model for an Automotive Distributing Company

Size: px
Start display at page:

Download "A Sales Forecasting Model for an Automotive Distributing Company"

Transcription

1 A Sales Forecasting Model for an Automotive Distributing Company Jéssica Andressa de Souza 1, and Celso Gonçalves Camilo-Junior 2 1 Faculty of Sciences and Technology, Federal University of Grande Dourados, Dourados, MS, Brazil 2 Institute of Informatics, Federal University of Goias, Goiania, GO, Brazil Abstract - One way to improve inventory management is to analyze sales forecasting information because those data can improve decision making. Thus, this paper proposes the application of Artificial Neural Networks (ANN) to generate two prediction models. The first one is for a product and the second model is for a group of products of an automotive distributing company in Brazil. Different architectures of ANN were tested to identify the best configuration. The results show a good performance of ANN for the scenarios analyzed. Keywords: Artificial Neural Networks, Forecast, Multilayer Perceptron, Data Mining. 1 Introduction Data Mining (DM) is an area of computing that allows the work in the discovery of new information based on standards or rules with a large volume of data [14]. The terms Data Mining and Knowledge Discovery in Databases KDD are commonly mistaken as synonymous. However, DM is a part of the KDD process [4], [19]. Among the various targets of DM and KDD, the prediction analyzes how certain variable will behave by other related attributes [5]. The forecasting is not an end in itself, but a means of providing information and support for a subsequent decision, aimed at achieving certain goals [12]. One application is the prediction of time-series forecasting, which is to provide the series value at time t + h from a predictive model built based on a set of information from a series collected up to time t, illustrated in Figure (1). Figure 1 - Observations of a time-series forecasting horizon h and origin t. Source: [13]. The predictions of a time series can be classified as short, medium or long-term, depending on the forecast horizon. Thus, two different techniques to predict future values of a time series can be used [13]. Forecast multi-step: where the set of current values is used to predict a given instant. The value of the next moment is determined from the current values plus the predictions already made. This technique is adopted for long forecast horizons as it seeks to identify trends and turning points in the most relevant series; Forecast simple step: where the prediction is made only for the time period immediately following the current, from observations of the current series According to Souza (1989), ensuring the quality of forecasts of a time series is only achieved by adopting the forecast horizon as the instant of time immediately subsequent to the origin t. There is a variety of methods of DM for pattern recognition, and some of these are of Artificial Intelligence. Among those, this paper uses the technique of Artificial Neural Network (ANN) as a tool to create a prediction model of a series. We opted for the ANN by good performance elsewhere. Comparisons with other methods of ANNs can be obtained by works [17], [11]. A good demand forecast means that stocks are better managed because from the moment the company becomes aware of the demand, it can prepare itself to make their decision-making [20]. Therefore, despite the importance of the prediction of sales in decision making, this paper discusses the use of ANNs to forecast demand in wholesale in an automotive distribution company. Among the various products available for sale, this work deals with the forecast of unit sales of the product which are considered one of the most financially important products for the company, and also the forecast of unit sales of a product group, which is this group s most financially profitable product as well. This paper is organized as follows. Section 2 presents a brief summary of the Multilayer Neural Network (MLP) and the learning algorithm Rprop. Section 3 deals with time series forecasts. Section 4 presents the problem addressed in the workplace. Section 5 presents the experiments and Section 6 the results. Finally, Section 7 presents the conclusions.

2 2 Neural Networks For Multiple Multilayer ANNs (Multilayer Perceptron - MLP) have the input layer, hidden layers and output layer [10] in their architecture. MLP ANNs have as main feature the ability to deal with issues not linearly separable, unlike the single-layer perceptron ANNs The purpose of the hidden layers is to treat the nonlinearity in order to reduce complexity for the output layer. For example, given a non-issue linearly separable, the middle tier of the ANN will make it linearly separable. The result is sent to the output layer so that it solves the problem given by the input layer. MLP ANNs are progressive (feed-forward), i.e., the outputs of neurons in any particular layer are connected only to the entry of the next layer of neurons, without the presence of feedback loops. Consequently, the input signal propagates through the ANNs, layer by layer, in a forward direction [8]. Figure (2) illustrates an MLP ANN with two hidden layers. Figure 2 - ANN with an input layer (left) with two neurons, two hidden layers (center): the first with four neurons and the second with four neurons and an output layer (right) with one neuron. Source: [7]. 2.1 Backpropagation The Backpropagation is an algorithm that is based on supervised learning for correction of errors for training the MLP ANNAs [15]. Basically, learning consists of two steps: the spread, in which information - once processed - is propagated as the input layer to layer until the output layer, where the response is obtained from the ANN and the error is calculated, and the backpropagation where changes are made in the synaptic weights based on the output layer to input layer. The two steps are shown in Figure (3). During the training phase, values of inputs must be present for ANN and also outputs desired values according to the inputs provided so as to allow the comparison of the ANN output with the desired output. Thus, the overall error of ANN that influences the correction of weights in the backpropagation step is estimated in order to decrease the calculated error [8, 3]. The aim of the Backpropagation algorithm, therefore, is on the surface of a global minimum error, i.e., values for the synaptic weights that minimize the error of the ANN. The current value of synaptic weight is often overlooked. This does not only depend on the learning rate, but also on the partial derivative. The unpredictable behavior of the partial derivative affects the speed of the algorithm and its adaptability. This was one of the reasons that led to the development of Rprop. To avoid the problem of adaptability, Rprop changes the size of the synaptic weights directly, i.e., without considering the size of the partial derivative [15]. These changes are intended to accelerate the training time of the algorithm and improve its performance since the standard Backpropagation algorithm is often slow. 2.2 Description do RProp The algorithm Rprop (English Resilient Backpropagation) is a variation of the Backpropagation algorithm. It updates the weights and adjustments as soon as the gradient has computed all the standards and has made a direct adaptation of the weight value based on local gradient information. The algorithm tries to eliminate the negative influence of the value of the derivative in the definition of partial adjustment of weights, as defined in Backpropagation. The algorithm eliminates the problem by leaving only the sign of the derivative, and not its value. Thus, the effort of adaptation is not overshadowed by the unpredictable behavior of the derivative [15], [3] Take into consideration the example: when there is an increase in the error derivative and it is positive, then there is a decrease in the weight by the update value as indicated by Equation (1), otherwise the derivative is negative, then the update value is added according to Equation (2). Equation (1) w ji (t)= - ji (t), se E/( w ji )(t) > 0 + ji (t), se E/( w ji )(t) < 0 0, se E/( w ji )= 0 Figure 3 - Flow of the phases of propagation and back-propagation algorithm Backpropagation. Source: [1].

3 ji (t)= n + ji (t-1), se E(t-1)/( w ji ). E(t)/( w ji ) > 0 n - ji (t-1),se E(t-1)/( w ji ). E(t)/( w ji ) < 0 ji (t-1), se E/( w ji ) = 0 Equation (2) Under the rule of adaptation algorithm Rprop, if the partial derivative of error with respect to a weight w ij keeps its signal, it means that its last adjustment made a reduction of the error, then the update value is increased by the object n + leading to an increase in the speed of convergence of the training. But when the derivative changes its sign, this indicates that its last adjustment was too large, and then the update value is reduced by the object Δ ji n - changing direction of adjustment. 3 Estimated Time Series A time series is a collection of observations made sequentially over time. The time series forecasts are forecasts of future values based on past values [6], [16]. A discrete time series can be represented by X T = (x 1. x 2...., x T ), where each discrete observation x t is related to different sets, with a link of subordination between these observations [13]. The forecasts are not perfect and future involves uncertainty, but they provide information and provides help for an important decision-making in order to achieve certain objective. 3.1 Artificial Neural Networks in Time Series ANN techniques have been applied to a variety of problem areas such as image processing, speech processing, forecasting optimization, among others, where you can get better results than conventional methods. However, understanding how the techniques of ANNs can achieve higher levels of operating performance continues to be difficult [18]. Among the problems mentioned above, time-series forecasting has received special attention from researchers. Predicting the future is fundamental in decision making, given the behavior of series that varies over time. This has been a great challenge for statistical and computing. The ANN is presented as a great tool for forecasting time series. Its ability to extract difficult non-linear relationships from data entries that have noise has achieved remarkable results. In most cases, these have been even better than those achieved by conventional statistical procedures. Examples of applications of ANNs in forecasting time series are found in several applications: forecasting stock prices [13], prediction of drought [11]; forecast value of the commodity agribusiness, among others. It is noted that statistical techniques do not provide good prediction results for some applications that have a set of sample size and restricted to some non-linearity in the data set [21]. Due to their great ability to learn, ANNs possess qualities that enable them to identify some characteristics of the series, such as timeliness, besides dealing with non-linear data [21]. Apart from their great advantages, the ANNs have disadvantages, such as identifying the best architecture of the ANN. That is, there is an appropriate setting for the application. The identification of architecture is discovered by trial and error. However, some heuristics suggested ranges of values. 4 Description of Problem The problem, in this paper is based on the daily lives of a large company which has seven branches across the country with a turnover of millions per month. The company works with more than different items from various brands and models. It has, therefore, a high complexity in the buying process, which is fundamental to good inventory management and enterprise resource. To reduce complexity and improve the decision-making process of purchases, the company specialized and directed staff to certain brands of products, managing a division of tasks and, consequently, a reduction of complexity since each employee determines the purchase of a single brand. One of the main characteristics of the company is its ability to prompt delivery of products with a gap in the market. This makes it one of the fastest selling in the sector. However, to achieve good financial results, it is necessary to estimate the size of the stock, which can be done with a good purchasing management. In order to help the decision-making process, this paper addresses the projected amount of sales for a product brand and specific model and the amount of sales of that product group. To this end, it uses a database with 465 samples, 409 samples for training and 56 samples for testing/validation of ANN. Thus, the window of testing and validation of the week brought together the sales of two months. The amount of sales of the product chosen for the tests was identified after preliminary analysis of data and conversations with employees, and the group that this product is bound varies with the shop (subsidiary) company and the week/month years. Therefore, we selected the information presented below for input ANN. Initially, there is a total of five attributes: 1. Week: variable identifying which week the sale was made, which ranges from 1 to 4; 2. Month: identification variable of the month the sale of the product took place, which ranges from 1 to 12; 3. Seller: identification variable branch. It varies from 0 to 6; 4. QuantitySalesPreviousWeek: provides the quantity of product sold in the previous week; 5. Group: Identifying which group the product belongs to.

4 It is believed that there were deals in the period analyzed that differentiated the sale of this product. As output of ANN was selected attribute QuantitySalesWeek, which provides an estimate of the total amount sold in the week. 6. After defining the attributes of entries, there was the process of standardizing the data from these attributes. This process meant that the data were normalized in a range of value ranging from -1.0 to 1.0. Data normalization allows better learning of the ANN. 5 Experiments After pre-processing with the attributes, we sought to identify the amount of hidden layers and number of neurons in the hidden layers to the problem addressed. Finding a number of neurons for the layer(s) occult(s) is not an easy task because it depends on several factors, for example the amount of data available for testing and training, the quality of data available, among others [2]. If there are many neurons in layer(s) occult(s), the performance of ANN is suitable for the training data, but it tends to be bad for the test data/validation of the ANN, and it generates high computational cost. If there are few neurons of the ANN performance in layer(s), it may be bad both for training and for validation, despite the reduction in computational cost. That is, finding the perfect amount of hidden nodes is a costly task because the designer must always train and test several times to the ANN with different quantities of neurons and layers. The ideal number of neurons is one that can achieve the performance specifications suitable for both training data and for test data. In order to identify the best architecture of the ANN, the tests were performed with one and two layer(s) occult(s) ranging from two to five neurons. This range was established by studying the rule Hayssler & Baum (1989). The rule proposes that the total number of parameters of the ANN (Z) calculated by Equation (3), and the amount of data available (N) obey a relation. See Equation (4). Equation (3) Z = (p+1) q 1 + (q 1 +1)m Where p is the dimension of input vector, m is the dimension of output vector EQA number of neurons in first hidden layer. Equation (4) N > Z / ε Where ε is the error tolerated during testing, for example: if the error is = 0.1 (10% tolerance), this means that N> 10Z. Among the various measures of accuracy, this paper adopts the Average Percentage Error (MSE), see Equation (5), the Mean Absolute Error (MAE), see Equation (6), and Mean Absolute Percentage Error (MAPE), see Equation (7). x i is the predicted value at time i and n is the number of predictions made. Equation (6) ( n (i=1) ( ((x i - x i )) / x^ i )) / n Equation (7) ( n (i=1) ( ((x i - x i )) / x^ i )) / n (100) The input data of the ANN were established through a program developed in Java, from data supplied by the company, filters and summarizes information. Thus, a new data table was generated and it is used for forecasting. This table was the entry for the software Knime [9], used for testing. To learn the ANN, we used the algorithm implemented in Rprop Knime. For each run iterations are performed as preliminary tests indicate that value as the most appropriate. 6 Results We applied the ANN with five neurons and one hidden layer Figure (4) and 2 hidden layers Figure (5) to forecast the number of units of a product group that was sold. We applied the ANN with five neurons and one hidden layer Figure (6) and 2 hidden layers Figure (7) to predict the amount of product units sold Figure 4 - Forecast for a group of products with the ANN of a hidden layer with five neurons. Figure 5 - Forecast for a product with ANN from a hidden layer with five neurons. ( n (i=1) (((x i - x i )) / x^ i ) (100)) / n Where x^ i is the observed value at time i; Equation (5)

5 ,036 1,299 3, ,033 3,369 3, ,029 7,96 2,9 Average 0,033 4,209 3, , ,038-12,058 3, ,034 5,268 3, ,032-1,299 3,2 Figure 6 - Forecast for a group of products with the ANN of two hidden layers with five neurons. Average 0,035-2,696 3, , ,036 1,042 3, ,036 4,918 3, ,037 1,999 3,7 Average 0,036 2,653 3, , ,035 1,313 3, ,032 5,305 3, ,036-3,34 3,6 Average 0,034 1,093 3, , ,04 2,93 4 Figure 7 - Forecast for a product with ANN from two hidden layers with five neurons. Some figures have vertical lines that delimit the series by store, so a more detailed assessment can be made. Store 0, store 1. store 2 store 3. store 4. 5 and shop shop 6 (series for the month of April) are analyzed from left to right and, after the end, a new count (series related to May) starts. The line has red corresponds to the desired value. The blue line is the predicted value by ANN. Table 1 shows the results of AMI, the EPM and the MAPE of the forecasts for the group of each architecture. Table 1 - Results of the forecast for the group. Table of Forecast Errors for Group L = Layer; N = Neurons; E = Execution L N E EAM EPM (%) EPAM (%) ,028-2,722 2, ,036 7,732 3, ,036 0,035 3,6 Error in quantity produtct (units) Average 0,033 1,682 3, , ,036 1,103 3, ,029-2,709 2, ,032-1,082 3,2 Average 0,032-0,896 3, , ,035 1,327 3, ,035 1,293 3, ,032 3,779 3,2 Average 0,034 2,133 3,4 297, ,033 0,651 3, ,035 5,906 3,5 Average 0,036 3,162 3,6 440,608 Given these results, it is observed that the percentage index of the errors is small. Also, note that the results vary according to the store because its store time series is more complex than others. Observe that in stores 3. 4 and 5. ANN is more difficult since the stores 0, 1 and 2 the model is most effectively illustrated in Figures 5 and 6. Whereas the results obtained are further points to the training points and the model takes into account the different stores, the ANN showed a good performance on average. For the worst case there was an EPM of % and in the best case of 1.422% with respect to the quantity of product units 6167 sold. Analyzing the error by the amount of plant products, units in the worst case and units at best. Since the EPM, referring to the product group, presented the worst case 3.6% to units of products of the group and presented the best case 3.3% to units of the group's products. Thus, the difference in units between the worst and best case is units. It is noticed that the error both in predicting the product and in predicting the group would not cause considerable harm to the company since these values are small and easily absorbed in the following months. 7 Conclusion The sales forecast is very important in making a business decision since it enables better management of inventory. That is, it helps in the purchase of quantity of products so that the

6 company does not lose sales and it does not increase the cost of inventory. Therefore, this paper also forecasts sales of units of a product brand and model specific and group of products related to this product. It developed the model based on the time window of 2002 week by week from seven branches to predict the values of 2003 (April and May). The results showed that it is possible to develop a predictive model based on ANN for the company analyzed. This model can predict wholesale sales of the product and the group that is satisfactory. Even with few input data, we obtained a model with good performance. Given that there are several factors that affect the sales forecast, such as: promotions, commissions for salespeople, taxes, among others, we suggested as future work use more variable impact on the proposed model and an increase in the time series used in training. Moreover, we suggest using other ANN algorithms, e.g. static learning rate with Backpropagation [22]. 8 References [1] BARROS, Adélia Carolina de Andrade. Otimização de Redes Neurais Artificiais para Previsão de Séries Temporais. Trabalho de Conclusão de Curso de Graduação (Engenharia da Computação), Escola Politécnica de Pernambuco. Maio, [2] BAUM, E. B., & HAUSSLER, D. What size net gives valid generalization? Neural Computation, , [3] BRAGA, Antônio de Pádua; CARVALHO, André Ponce de Leon F. de Carvalho; LUDERMIR, Teresa Bernarda. Redes Neurais Artificiais: Teoria e Aplicações. 2. Ed. Rio de Janeiro: LTC, [4] CALIL, Leonardo Aparecido de Almeida; CARVALHO, Deborah Ribeiro; SANTOS, Celso Bilynkievycz; VAZ, Salete Marcon Gomes Vaz. Mineração de Dados e Pós- Processamento em Padrões Descobertos. Publ. UEPG Ciências Exatas e da Terra, Ciências Agrárias e Engenharias, Ponta Grossa. Vol 14. Nº 03. p dez [5] FAYYAD, Usama; SHAPIRO, Gregory Piatetsky; SMYTH, Padhraic. From Data Mining to Knowledge Discovery in Database. American Association for Artificial Intelligence. Providence, Rhode Island: FALL AAAI 97 - Conferences National de [6] FIGUEREDO, José Clodoaldo. Previsão de Séries Temporais Utilizando a Metodologia Box & Jenkins e Redes Neurais Artificiais para Inicialização de Planejamento e Controle de Produção. Curitiba. Dissertação (mestrado) - Universidade Federal do Paraná [7] FREIMAN, José Paulo; PAMPLONA, Edson de O. Redes Neurais Artificiais na Previsão do Valor de Commodity do Agronegócio. V Encuentro Internacional de Finanzas. Santigo, Chile, 19 a 21 de janeiro, Disponível em: < Acesso em: Junho, [8] HAYKIN, Simon. Redes Neurais Artificiais Princípios e Prática. 2. Ed. São Paulo: Editora ARTMED, [9] KNIME, Desktop. Konstanz Information Miner. Disponível em: < Acesso em Junho, [10] KOVÁCS, Zsolt László. Redes Neurais Artificiais: Fundamentos e Aplicações. 4. Ed. São Paulo: Editora Livraria da Física, [11] MACIEL, Leandro S.; BALLINI, Rosangela. Neural Networks Applied to Stock Market Forecasting: An Empirical Analysis. Journal of the Brazilian Neural Network Society, Vol. 8. Iss. 1. pp [12] MORETTIN, Pedro Alberto; TOLOI, Clélia Maria de Castro. Modelos para Previsão de Séries Temporais. In: 13º Colóquio Brasileiro de Matemática. Rio de Janeiro: (s.n), [13] MUELLER, Alessandro. Uma Aplicação de RNAs na Previsão do Mercado Acionário. Florianópolis. Dissertação (mestrado) - Universidade Federal de Santa Catarina, Centro Tecnológico, Departamento de Pós-Graduação em Engenharia de Produção, [14] NAVATHE, Shamkant; ELMASRI, Ramez E. Sistemas de Banco de Dados Fundamentos e Aplicações. 4. Ed. Editora: Pearson Education (inglês), p [15] RIDMILLER, Martin; BRAUN, Heinrich. A Direct Adaptive Method for Faster Backpropagation Learning: The RPROP Algorithm. Proceedings of the IEEE International Conference on Neural Networks, San Francisco, CA, April, p [16] SOUZA, Reinaldo Castro. Modelos estruturais para previsão de séries temporais: abordagem clássica e Bayesiana, Instituto de Matemática Pura e Aplicada do CNPQ. IN: 17º Colóquio Brasileiro de Matemática. Rio de Janeiro, 1989.

7 [17] VIGLIONI, Giovanni Melo Carvalho. Comparação entre Redes Neurais e Técnicas Clássicas para Previsão de Demanda de Transporte Ferroviário. Disponível em: < Acesso em Junho, [18] YOUNGOHC, Yoon; SWALES, George; MARGAVIO, Thomas. Comparison of Discriminant Analysis versus Artificial Neural Networks. The Journal of the Operational Research Society, Vol. 44. Nº 1 (Jan., 1993), p Disponível em: < Acesso em Junho, [19] ZUCHINI, Márcio Henrique. Aplicações de mapas autoorganizáveis em mineração de dados e recuperação de informação. Campinas. Dissertação (mestrado) Universidade Estadual de Campinas, Faculdade de Engenharia Elétrica e de Computação, [20] FLORES, João Henrique Ferreira; WERNER, Liane. Aplicação de RNAs Neurais Artificiais à Previsão de Vendas de Máquinas Agrícolas. XXVII Encontro Nacional de Engenharia de Produção, Foz do Iguaçu, PR, Brasil. Out Disponível em: < 360.pdf> Acesso em: abril, [21] ABELÉM, Antônio Jorge Gomes. Redes Neurais Artificiais na Previsão de Séries Temporais. Dissertação (mestrado), Rio de Janeiro Pontifícia Universidade Católica do Rio de Janeiro, Departamento de Engenharia Elétrica. Setembro, [22] CAMILO, Celso; YAMANAKA, Keiji. A Practical Method for Finding an Efficient Static Learning Rate for ANN. Proceedings of the the 2008 International Conference on Artificial Intelligence, ICAI 2008, July 14-17, 2008.

Neural network software tool development: exploring programming language options

Neural network software tool development: exploring programming language options INEB- PSI Technical Report 2006-1 Neural network software tool development: exploring programming language options Alexandra Oliveira aao@fe.up.pt Supervisor: Professor Joaquim Marques de Sá June 2006

More information

HYBRID INTELLIGENT SUITE FOR DECISION SUPPORT IN SUGARCANE HARVEST

HYBRID INTELLIGENT SUITE FOR DECISION SUPPORT IN SUGARCANE HARVEST HYBRID INTELLIGENT SUITE FOR DECISION SUPPORT IN SUGARCANE HARVEST FLÁVIO ROSENDO DA SILVA OLIVEIRA 1 DIOGO FERREIRA PACHECO 2 FERNANDO BUARQUE DE LIMA NETO 3 ABSTRACT: This paper presents a hybrid approach

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

Analecta Vol. 8, No. 2 ISSN 2064-7964

Analecta Vol. 8, No. 2 ISSN 2064-7964 EXPERIMENTAL APPLICATIONS OF ARTIFICIAL NEURAL NETWORKS IN ENGINEERING PROCESSING SYSTEM S. Dadvandipour Institute of Information Engineering, University of Miskolc, Egyetemváros, 3515, Miskolc, Hungary,

More information

SUCCESSFUL PREDICTION OF HORSE RACING RESULTS USING A NEURAL NETWORK

SUCCESSFUL PREDICTION OF HORSE RACING RESULTS USING A NEURAL NETWORK SUCCESSFUL PREDICTION OF HORSE RACING RESULTS USING A NEURAL NETWORK N M Allinson and D Merritt 1 Introduction This contribution has two main sections. The first discusses some aspects of multilayer perceptrons,

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

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk

Introduction to Machine Learning and Data Mining. Prof. Dr. Igor Trajkovski trajkovski@nyus.edu.mk Introduction to Machine Learning and Data Mining Prof. Dr. Igor Trakovski trakovski@nyus.edu.mk Neural Networks 2 Neural Networks Analogy to biological neural systems, the most robust learning systems

More information

Neural Network Predictor for Fraud Detection: A Study Case for the Federal Patrimony Department

Neural Network Predictor for Fraud Detection: A Study Case for the Federal Patrimony Department DOI: 10.5769/C2012010 or http://dx.doi.org/10.5769/c2012010 Neural Network Predictor for Fraud Detection: A Study Case for the Federal Patrimony Department Antonio Manuel Rubio Serrano (1,2), João Paulo

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

FORECASTING MODEL FOR THE PRODUCTION AND CONSUMPTION OF COTTON FIBER VERSUS POLYESTER

FORECASTING MODEL FOR THE PRODUCTION AND CONSUMPTION OF COTTON FIBER VERSUS POLYESTER 1 FORECASTING MODEL FOR THE PRODUCTION AND CONSUMPTION OF COTTON FIBER VERSUS POLYESTER Elisa Mauro Gomes Otávio Lemos de Melo Celidonio Daniel Latorraca Ferreira Leandro Gustavo Alves Johnnattann Pimenta

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

Data Mining Solutions for the Business Environment

Data Mining Solutions for the Business Environment Database Systems Journal vol. IV, no. 4/2013 21 Data Mining Solutions for the Business Environment Ruxandra PETRE University of Economic Studies, Bucharest, Romania ruxandra_stefania.petre@yahoo.com Over

More information

Neural Network Design in Cloud Computing

Neural Network Design in Cloud Computing International Journal of Computer Trends and Technology- volume4issue2-2013 ABSTRACT: Neural Network Design in Cloud Computing B.Rajkumar #1,T.Gopikiran #2,S.Satyanarayana *3 #1,#2Department of Computer

More information

Impacts of Demand and Technology in Brazilian Economic Growth of 2000-2009

Impacts of Demand and Technology in Brazilian Economic Growth of 2000-2009 Impacts of Demand and Technology in Brazilian Economic Growth of 2000-2009 Elcio Cordeiro da Silva 1, Daniel Lelis de Oliveira 2, José Tarocco Filho 3 and Umberto Antonio SessoFilho 4 Abstract: The objective

More information

Application of Neural Network in User Authentication for Smart Home System

Application of Neural Network in User Authentication for Smart Home System Application of Neural Network in User Authentication for Smart Home System A. Joseph, D.B.L. Bong, D.A.A. Mat Abstract Security has been an important issue and concern in the smart home systems. Smart

More information

B-bleaching: Agile Overtraining Avoidance in the WiSARD Weightless Neural Classifier

B-bleaching: Agile Overtraining Avoidance in the WiSARD Weightless Neural Classifier B-bleaching: Agile Overtraining Avoidance in the WiSARD Weightless Neural Classifier Danilo S. Carvalho 1,HugoC.C.Carneiro 1,FelipeM.G.França 1, Priscila M. V. Lima 2 1- Universidade Federal do Rio de

More information

Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia

Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia Dyna ISSN: 0012-7353 dyna@unalmed.edu.co Universidad Nacional de Colombia Colombia VELÁSQUEZ HENAO, JUAN DAVID; RUEDA MEJIA, VIVIANA MARIA; FRANCO CARDONA, CARLOS JAIME ELECTRICITY DEMAND FORECASTING USING

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

Neural Networks and Back Propagation Algorithm

Neural Networks and Back Propagation Algorithm Neural Networks and Back Propagation Algorithm Mirza Cilimkovic Institute of Technology Blanchardstown Blanchardstown Road North Dublin 15 Ireland mirzac@gmail.com Abstract Neural Networks (NN) are important

More information

Artificial Neural Network Approach for Classification of Heart Disease Dataset

Artificial Neural Network Approach for Classification of Heart Disease Dataset Artificial Neural Network Approach for Classification of Heart Disease Dataset Manjusha B. Wadhonkar 1, Prof. P.A. Tijare 2 and Prof. S.N.Sawalkar 3 1 M.E Computer Engineering (Second Year)., Computer

More information

An Introduction to Neural Networks

An Introduction to Neural Networks An Introduction to Vincent Cheung Kevin Cannons Signal & Data Compression Laboratory Electrical & Computer Engineering University of Manitoba Winnipeg, Manitoba, Canada Advisor: Dr. W. Kinsner May 27,

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

Chapter 12 Discovering New Knowledge Data Mining

Chapter 12 Discovering New Knowledge Data Mining Chapter 12 Discovering New Knowledge Data Mining Becerra-Fernandez, et al. -- Knowledge Management 1/e -- 2004 Prentice Hall Additional material 2007 Dekai Wu Chapter Objectives Introduce the student to

More information

Comparison Between Multilayer Feedforward Neural Networks and a Radial Basis Function Network to Detect and Locate Leaks in Pipelines Transporting Gas

Comparison Between Multilayer Feedforward Neural Networks and a Radial Basis Function Network to Detect and Locate Leaks in Pipelines Transporting Gas A publication of 1375 CHEMICAL ENGINEERINGTRANSACTIONS VOL. 32, 2013 Chief Editors:SauroPierucci, JiříJ. Klemeš Copyright 2013, AIDIC ServiziS.r.l., ISBN 978-88-95608-23-5; ISSN 1974-9791 The Italian Association

More information

Prediction Model for Crude Oil Price Using Artificial Neural Networks

Prediction Model for Crude Oil Price Using Artificial Neural Networks Applied Mathematical Sciences, Vol. 8, 2014, no. 80, 3953-3965 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.43193 Prediction Model for Crude Oil Price Using Artificial Neural Networks

More information

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS

FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS FRAUD DETECTION IN ELECTRIC POWER DISTRIBUTION NETWORKS USING AN ANN-BASED KNOWLEDGE-DISCOVERY PROCESS Breno C. Costa, Bruno. L. A. Alberto, André M. Portela, W. Maduro, Esdras O. Eler PDITec, Belo Horizonte,

More information

Neural Networks and Support Vector Machines

Neural Networks and Support Vector Machines INF5390 - Kunstig intelligens Neural Networks and Support Vector Machines Roar Fjellheim INF5390-13 Neural Networks and SVM 1 Outline Neural networks Perceptrons Neural networks Support vector machines

More information

APPLICATION OF ARTIFICIAL NEURAL NETWORKS USING HIJRI LUNAR TRANSACTION AS EXTRACTED VARIABLES TO PREDICT STOCK TREND DIRECTION

APPLICATION OF ARTIFICIAL NEURAL NETWORKS USING HIJRI LUNAR TRANSACTION AS EXTRACTED VARIABLES TO PREDICT STOCK TREND DIRECTION LJMS 2008, 2 Labuan e-journal of Muamalat and Society, Vol. 2, 2008, pp. 9-16 Labuan e-journal of Muamalat and Society APPLICATION OF ARTIFICIAL NEURAL NETWORKS USING HIJRI LUNAR TRANSACTION AS EXTRACTED

More information

Automatic Inventory Control: A Neural Network Approach. Nicholas Hall

Automatic Inventory Control: A Neural Network Approach. Nicholas Hall Automatic Inventory Control: A Neural Network Approach Nicholas Hall ECE 539 12/18/2003 TABLE OF CONTENTS INTRODUCTION...3 CHALLENGES...4 APPROACH...6 EXAMPLES...11 EXPERIMENTS... 13 RESULTS... 15 CONCLUSION...

More information

Lecture 6. Artificial Neural Networks

Lecture 6. Artificial Neural Networks Lecture 6 Artificial Neural Networks 1 1 Artificial Neural Networks In this note we provide an overview of the key concepts that have led to the emergence of Artificial Neural Networks as a major paradigm

More information

NEURAL NETWORKS IN DATA MINING

NEURAL NETWORKS IN DATA MINING NEURAL NETWORKS IN DATA MINING 1 DR. YASHPAL SINGH, 2 ALOK SINGH CHAUHAN 1 Reader, Bundelkhand Institute of Engineering & Technology, Jhansi, India 2 Lecturer, United Institute of Management, Allahabad,

More information

Feed-Forward mapping networks KAIST 바이오및뇌공학과 정재승

Feed-Forward mapping networks KAIST 바이오및뇌공학과 정재승 Feed-Forward mapping networks KAIST 바이오및뇌공학과 정재승 How much energy do we need for brain functions? Information processing: Trade-off between energy consumption and wiring cost Trade-off between energy consumption

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

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

Tennis Winner Prediction based on Time-Series History with Neural Modeling

Tennis Winner Prediction based on Time-Series History with Neural Modeling Tennis Winner Prediction based on Time-Series History with Neural Modeling Amornchai Somboonphokkaphan, Suphakant Phimoltares, and Chidchanok Lursinsap Abstract Tennis is one of the most popular sports

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

MULTIRESOLUTION WAVELET TRANSFORM AND NEURAL NETWORKS METHODS FOR RAINFALL ESTIMATION FROM METEOROLOGICAL SATELLITE AND RADAR DATA

MULTIRESOLUTION WAVELET TRANSFORM AND NEURAL NETWORKS METHODS FOR RAINFALL ESTIMATION FROM METEOROLOGICAL SATELLITE AND RADAR DATA MULTIRESOLUTION WAVELET TRANSFORM AND NEURAL NETWORKS METHODS FOR RAINFALL ESTIMATION FROM METEOROLOGICAL SATELLITE AND RADAR DATA *Li Weigang **Maria Cleofé Valverde Ramírez **Nelson Jesus Ferreira **Leonardo

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

Recurrent Neural Networks

Recurrent Neural Networks Recurrent Neural Networks Neural Computation : Lecture 12 John A. Bullinaria, 2015 1. Recurrent Neural Network Architectures 2. State Space Models and Dynamical Systems 3. Backpropagation Through Time

More information

Sound Quality Evaluation of Hermetic Compressors Using Artificial Neural Networks

Sound Quality Evaluation of Hermetic Compressors Using Artificial Neural Networks Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2006 Sound Quality Evaluation of Hermetic Compressors Using Artificial Neural Networks Claudio

More information

SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS

SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS UDC: 004.8 Original scientific paper SELECTING NEURAL NETWORK ARCHITECTURE FOR INVESTMENT PROFITABILITY PREDICTIONS Tonimir Kišasondi, Alen Lovren i University of Zagreb, Faculty of Organization and Informatics,

More information

A Prediction Model for Taiwan Tourism Industry Stock Index

A Prediction Model for Taiwan Tourism Industry Stock Index A Prediction Model for Taiwan Tourism Industry Stock Index ABSTRACT Han-Chen Huang and Fang-Wei Chang Yu Da University of Science and Technology, Taiwan Investors and scholars pay continuous attention

More information

Neural Networks in Data Mining

Neural Networks in Data Mining IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 03 (March. 2014), V6 PP 01-06 www.iosrjen.org Neural Networks in Data Mining Ripundeep Singh Gill, Ashima Department

More information

Cash Forecasting: An Application of Artificial Neural Networks in Finance

Cash Forecasting: An Application of Artificial Neural Networks in Finance International Journal of Computer Science & Applications Vol. III, No. I, pp. 61-77 2006 Technomathematics Research Foundation Cash Forecasting: An Application of Artificial Neural Networks in Finance

More information

Time Series Data Mining in Rainfall Forecasting Using Artificial Neural Network

Time Series Data Mining in Rainfall Forecasting Using Artificial Neural Network Time Series Data Mining in Rainfall Forecasting Using Artificial Neural Network Prince Gupta 1, Satanand Mishra 2, S.K.Pandey 3 1,3 VNS Group, RGPV, Bhopal, 2 CSIR-AMPRI, BHOPAL prince2010.gupta@gmail.com

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

Keywords: Image complexity, PSNR, Levenberg-Marquardt, Multi-layer neural network.

Keywords: Image complexity, PSNR, Levenberg-Marquardt, Multi-layer neural network. Global Journal of Computer Science and Technology Volume 11 Issue 3 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN: 0975-4172

More information

Knowledge Based Descriptive Neural Networks

Knowledge Based Descriptive Neural Networks Knowledge Based Descriptive Neural Networks J. T. Yao Department of Computer Science, University or Regina Regina, Saskachewan, CANADA S4S 0A2 Email: jtyao@cs.uregina.ca Abstract This paper presents a

More information

Data Mining using Artificial Neural Network Rules

Data Mining using Artificial Neural Network Rules Data Mining using Artificial Neural Network Rules Pushkar Shinde MCOERC, Nasik Abstract - Diabetes patients are increasing in number so it is necessary to predict, treat and diagnose the disease. Data

More information

Revenue Recovering with Insolvency Prevention on a Brazilian Telecom Operator

Revenue Recovering with Insolvency Prevention on a Brazilian Telecom Operator Revenue Recovering with Insolvency Prevention on a Brazilian Telecom Operator Carlos André R. Pinheiro Brasil Telecom SIA Sul ASP Lote D Bloco F 71.215-000 Brasília, DF, Brazil andrep@brasiltelecom.com.br

More information

6.2.8 Neural networks for data mining

6.2.8 Neural networks for data mining 6.2.8 Neural networks for data mining Walter Kosters 1 In many application areas neural networks are known to be valuable tools. This also holds for data mining. In this chapter we discuss the use of neural

More information

Stock Prediction using Artificial Neural Networks

Stock Prediction using Artificial Neural Networks Stock Prediction using Artificial Neural Networks Abhishek Kar (Y8021), Dept. of Computer Science and Engineering, IIT Kanpur Abstract In this work we present an Artificial Neural Network approach to predict

More information

Static Data Mining Algorithm with Progressive Approach for Mining Knowledge

Static Data Mining Algorithm with Progressive Approach for Mining Knowledge Global Journal of Business Management and Information Technology. Volume 1, Number 2 (2011), pp. 85-93 Research India Publications http://www.ripublication.com Static Data Mining Algorithm with Progressive

More information

Design call center management system of e-commerce based on BP neural network and multifractal

Design call center management system of e-commerce based on BP neural network and multifractal Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):951-956 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Design call center management system of e-commerce

More information

Back Propagation Neural Network for Wireless Networking

Back Propagation Neural Network for Wireless Networking International Journal of Computer Sciences and Engineering Open Access Review Paper Volume-4, Issue-4 E-ISSN: 2347-2693 Back Propagation Neural Network for Wireless Networking Menal Dahiya Maharaja Surajmal

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

Data Mining and Neural Networks in Stata

Data Mining and Neural Networks in Stata Data Mining and Neural Networks in Stata 2 nd Italian Stata Users Group Meeting Milano, 10 October 2005 Mario Lucchini e Maurizo Pisati Università di Milano-Bicocca mario.lucchini@unimib.it maurizio.pisati@unimib.it

More information

SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH

SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH 330 SURVIVABILITY ANALYSIS OF PEDIATRIC LEUKAEMIC PATIENTS USING NEURAL NETWORK APPROACH T. M. D.Saumya 1, T. Rupasinghe 2 and P. Abeysinghe 3 1 Department of Industrial Management, University of Kelaniya,

More information

Artificial Neural Network and Non-Linear Regression: A Comparative Study

Artificial Neural Network and Non-Linear Regression: A Comparative Study International Journal of Scientific and Research Publications, Volume 2, Issue 12, December 2012 1 Artificial Neural Network and Non-Linear Regression: A Comparative Study Shraddha Srivastava 1, *, K.C.

More information

Neural Network Applications in Stock Market Predictions - A Methodology Analysis

Neural Network Applications in Stock Market Predictions - A Methodology Analysis Neural Network Applications in Stock Market Predictions - A Methodology Analysis Marijana Zekic, MS University of Josip Juraj Strossmayer in Osijek Faculty of Economics Osijek Gajev trg 7, 31000 Osijek

More information

GLOVE-BASED GESTURE RECOGNITION SYSTEM

GLOVE-BASED GESTURE RECOGNITION SYSTEM CLAWAR 2012 Proceedings of the Fifteenth International Conference on Climbing and Walking Robots and the Support Technologies for Mobile Machines, Baltimore, MD, USA, 23 26 July 2012 747 GLOVE-BASED GESTURE

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

Impact of Feature Selection on the Performance of Wireless Intrusion Detection Systems

Impact of Feature Selection on the Performance of Wireless Intrusion Detection Systems 2009 International Conference on Computer Engineering and Applications IPCSIT vol.2 (2011) (2011) IACSIT Press, Singapore Impact of Feature Selection on the Performance of ireless Intrusion Detection Systems

More information

Comparison of Supervised and Unsupervised Learning Algorithms for Pattern Classification

Comparison of Supervised and Unsupervised Learning Algorithms for Pattern Classification Comparison of Supervised and Unsupervised Learning Algorithms for Pattern Classification R. Sathya Professor, Dept. of MCA, Jyoti Nivas College (Autonomous), Professor and Head, Dept. of Mathematics, Bangalore,

More information

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep

Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep Engineering, 23, 5, 88-92 doi:.4236/eng.23.55b8 Published Online May 23 (http://www.scirp.org/journal/eng) Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep JeeEun

More information

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com

Neural Network and Genetic Algorithm Based Trading Systems. Donn S. Fishbein, MD, PhD Neuroquant.com Neural Network and Genetic Algorithm Based Trading Systems Donn S. Fishbein, MD, PhD Neuroquant.com Consider the challenge of constructing a financial market trading system using commonly available technical

More information

NEURAL NETWORKS A Comprehensive Foundation

NEURAL NETWORKS A Comprehensive Foundation NEURAL NETWORKS A Comprehensive Foundation Second Edition Simon Haykin McMaster University Hamilton, Ontario, Canada Prentice Hall Prentice Hall Upper Saddle River; New Jersey 07458 Preface xii Acknowledgments

More information

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control

Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Data Mining for Manufacturing: Preventive Maintenance, Failure Prediction, Quality Control Andre BERGMANN Salzgitter Mannesmann Forschung GmbH; Duisburg, Germany Phone: +49 203 9993154, Fax: +49 203 9993234;

More information

Neural Network Add-in

Neural Network Add-in Neural Network Add-in Version 1.5 Software User s Guide Contents Overview... 2 Getting Started... 2 Working with Datasets... 2 Open a Dataset... 3 Save a Dataset... 3 Data Pre-processing... 3 Lagging...

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

Chapter 4: Artificial Neural Networks

Chapter 4: Artificial Neural Networks Chapter 4: Artificial Neural Networks CS 536: Machine Learning Littman (Wu, TA) Administration icml-03: instructional Conference on Machine Learning http://www.cs.rutgers.edu/~mlittman/courses/ml03/icml03/

More information

Using artificial intelligence for data reduction in mechanical engineering

Using artificial intelligence for data reduction in mechanical engineering Using artificial intelligence for data reduction in mechanical engineering L. Mdlazi 1, C.J. Stander 1, P.S. Heyns 1, T. Marwala 2 1 Dynamic Systems Group Department of Mechanical and Aeronautical Engineering,

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

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

NEURAL networks [5] are universal approximators [6]. It

NEURAL networks [5] are universal approximators [6]. It Proceedings of the 2013 Federated Conference on Computer Science and Information Systems pp. 183 190 An Investment Strategy for the Stock Exchange Using Neural Networks Antoni Wysocki and Maciej Ławryńczuk

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

Machine Learning: Multi Layer Perceptrons

Machine Learning: Multi Layer Perceptrons Machine Learning: Multi Layer Perceptrons Prof. Dr. Martin Riedmiller Albert-Ludwigs-University Freiburg AG Maschinelles Lernen Machine Learning: Multi Layer Perceptrons p.1/61 Outline multi layer perceptrons

More information

Applying Multiple Neural Networks on Large Scale Data

Applying Multiple Neural Networks on Large Scale Data 0 International Conference on Inforation and Electronics Engineering IPCSIT vol6 (0) (0) IACSIT Press, Singapore Applying Multiple Neural Networks on Large Scale Data Kritsanatt Boonkiatpong and Sukree

More information

How To Predict Web Site Visits

How To Predict Web Site Visits Web Site Visit Forecasting Using Data Mining Techniques Chandana Napagoda Abstract: Data mining is a technique which is used for identifying relationships between various large amounts of data in many

More information

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network

Impelling Heart Attack Prediction System using Data Mining and Artificial Neural Network General Article International Journal of Current Engineering and Technology E-ISSN 2277 4106, P-ISSN 2347-5161 2014 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Impelling

More information

FIoT: A Framework for Self-Adaptive and Self-Organizing Internet of Things Applications. Nathalia Moraes do Nascimento nnascimento@inf.puc-rio.

FIoT: A Framework for Self-Adaptive and Self-Organizing Internet of Things Applications. Nathalia Moraes do Nascimento nnascimento@inf.puc-rio. FIoT: A Framework for Self-Adaptive and Self-Organizing Internet of Things Applications Nathalia Moraes do Nascimento nnascimento@inf.puc-rio.br Roadmap Motivation FIoT Main Idea Application Scenario Decentralized

More information

SEARCH AND CLASSIFICATION OF "INTERESTING" BUSINESS APPLICATIONS IN THE WORLD WIDE WEB USING A NEURAL NETWORK APPROACH

SEARCH AND CLASSIFICATION OF INTERESTING BUSINESS APPLICATIONS IN THE WORLD WIDE WEB USING A NEURAL NETWORK APPROACH SEARCH AND CLASSIFICATION OF "INTERESTING" BUSINESS APPLICATIONS IN THE WORLD WIDE WEB USING A NEURAL NETWORK APPROACH Abstract Karl Kurbel, Kirti Singh, Frank Teuteberg Europe University Viadrina Frankfurt

More information

Planning Workforce Management for Bank Operation Centers with Neural Networks

Planning Workforce Management for Bank Operation Centers with Neural Networks Plaing Workforce Management for Bank Operation Centers with Neural Networks SEFIK ILKIN SERENGIL Research and Development Center SoftTech A.S. Tuzla Teknoloji ve Operasyon Merkezi, Tuzla 34947, Istanbul

More information

A Data Mining Study of Weld Quality Models Constructed with MLP Neural Networks from Stratified Sampled Data

A Data Mining Study of Weld Quality Models Constructed with MLP Neural Networks from Stratified Sampled Data A Data Mining Study of Weld Quality Models Constructed with MLP Neural Networks from Stratified Sampled Data T. W. Liao, G. Wang, and E. Triantaphyllou Department of Industrial and Manufacturing Systems

More information

Open Access Research on Application of Neural Network in Computer Network Security Evaluation. Shujuan Jin *

Open Access Research on Application of Neural Network in Computer Network Security Evaluation. Shujuan Jin * Send Orders for Reprints to reprints@benthamscience.ae 766 The Open Electrical & Electronic Engineering Journal, 2014, 8, 766-771 Open Access Research on Application of Neural Network in Computer Network

More information

Social Media Mining. Data Mining Essentials

Social Media Mining. Data Mining Essentials Introduction Data production rate has been increased dramatically (Big Data) and we are able store much more data than before E.g., purchase data, social media data, mobile phone data Businesses and customers

More information

FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS

FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS FOREX TRADING PREDICTION USING LINEAR REGRESSION LINE, ARTIFICIAL NEURAL NETWORK AND DYNAMIC TIME WARPING ALGORITHMS Leslie C.O. Tiong 1, David C.L. Ngo 2, and Yunli Lee 3 1 Sunway University, Malaysia,

More information

AN APPLICATION OF TIME SERIES ANALYSIS FOR WEATHER FORECASTING

AN APPLICATION OF TIME SERIES ANALYSIS FOR WEATHER FORECASTING AN APPLICATION OF TIME SERIES ANALYSIS FOR WEATHER FORECASTING Abhishek Agrawal*, Vikas Kumar** 1,Ashish Pandey** 2,Imran Khan** 3 *(M. Tech Scholar, Department of Computer Science, Bhagwant University,

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

Neural network models: Foundations and applications to an audit decision problem

Neural network models: Foundations and applications to an audit decision problem Annals of Operations Research 75(1997)291 301 291 Neural network models: Foundations and applications to an audit decision problem Rebecca C. Wu Department of Accounting, College of Management, National

More information

Performance Evaluation of Artificial Neural. Networks for Spatial Data Analysis

Performance Evaluation of Artificial Neural. Networks for Spatial Data Analysis Contemporary Engineering Sciences, Vol. 4, 2011, no. 4, 149-163 Performance Evaluation of Artificial Neural Networks for Spatial Data Analysis Akram A. Moustafa Department of Computer Science Al al-bayt

More information

Iranian J Env Health Sci Eng, 2004, Vol.1, No.2, pp.51-57. Application of Intelligent System for Water Treatment Plant Operation.

Iranian J Env Health Sci Eng, 2004, Vol.1, No.2, pp.51-57. Application of Intelligent System for Water Treatment Plant Operation. Iranian J Env Health Sci Eng, 2004, Vol.1, No.2, pp.51-57 Application of Intelligent System for Water Treatment Plant Operation *A Mirsepassi Dept. of Environmental Health Engineering, School of Public

More information

A New Approach to Neural Network based Stock Trading Strategy

A New Approach to Neural Network based Stock Trading Strategy A New Approach to Neural Network based Stock Trading Strategy Miroslaw Kordos, Andrzej Cwiok University of Bielsko-Biala, Department of Mathematics and Computer Science, Bielsko-Biala, Willowa 2, Poland:

More information

Package neuralnet. February 20, 2015

Package neuralnet. February 20, 2015 Type Package Title Training of neural networks Version 1.32 Date 2012-09-19 Package neuralnet February 20, 2015 Author Stefan Fritsch, Frauke Guenther , following earlier work

More information

Forecasting the U.S. Stock Market via Levenberg-Marquardt and Haken Artificial Neural Networks Using ICA&PCA Pre-Processing Techniques

Forecasting the U.S. Stock Market via Levenberg-Marquardt and Haken Artificial Neural Networks Using ICA&PCA Pre-Processing Techniques Forecasting the U.S. Stock Market via Levenberg-Marquardt and Haken Artificial Neural Networks Using ICA&PCA Pre-Processing Techniques Golovachev Sergey National Research University, Higher School of Economics,

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

Performance Comparison between Backpropagation Algorithms Applied to Intrusion Detection in Computer Network Systems

Performance Comparison between Backpropagation Algorithms Applied to Intrusion Detection in Computer Network Systems Performance Comparison between Backpropagation Algorithms Applied to Intrusion Detection in Computer Network Systems Iftikhar Ahmad, M.A Ansari, Sajjad Mohsin Department of Computer Sciences, Federal Urdu

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

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS

COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS COMPARISON OF OBJECT BASED AND PIXEL BASED CLASSIFICATION OF HIGH RESOLUTION SATELLITE IMAGES USING ARTIFICIAL NEURAL NETWORKS B.K. Mohan and S. N. Ladha Centre for Studies in Resources Engineering IIT

More information

3 An Illustrative Example

3 An Illustrative Example Objectives An Illustrative Example Objectives - Theory and Examples -2 Problem Statement -2 Perceptron - Two-Input Case -4 Pattern Recognition Example -5 Hamming Network -8 Feedforward Layer -8 Recurrent

More information