FORECASTING OF VETIVER PRICES: AN APPLICATION OF ARTIFICIAL NEURAL NETWORK METHOD 1)

Size: px
Start display at page:

Download "FORECASTING OF VETIVER PRICES: AN APPLICATION OF ARTIFICIAL NEURAL NETWORK METHOD 1)"

Transcription

1 58 Indonesian Journal of Agriculture 1(1), 28: Chandra Indrawanto et al. FORECASTING OF VETIVER PRICES: AN APPLICATION OF ARTIFICIAL NEURAL NETWORK METHOD 1) Chandra Indrawanto a), Eriyatno b), Anas M. Fauzi b), Machfud b), Sukardi b), and Noer Soetrisno b) a) Indonesian Center for Estate Crops Research and Development, Jalan Tentara Pelajar No. 1 Bogor b) Faculty of Agricultural Technology, Bogor Agricultural University, Kampus IPB Darmaga, Bogor 1668 ABSTRACT Vetiver and vetiver oil price forecasting with artificial neural network method has been done. Time series data from January 2 to August 26 were used to forecast the prices for 24 months ahead. The best result for forecasting of vetiver prices was derived using binary sigmoid activation in hidden layer, bipolar sigmoid activation in output layer, and transformation data spread (,1). The best result for forecasting of vetiver oil prices was obtained using bipolar sigmoid activation in hidden layer, binary sigmoid activation in output layer, and transformation data spread (,1). The results showed that the average forecasting prices of vetiver and vetiver oil in 27 and 28 were higher than the prices needed for vetiver farming and vetiver oil industry to reach break event point. [Keywords: Vetiveria zizanioides, prices, forecasting, artificial neural network] INTRODUCTION Indonesia has a lot of variety of essential crops. This condition makes essential oil industry is potential to be developed in the country. The development of essential oil industry also has a multiplier effect in increasing the income of essential crops farmers. Vetiver oil industry is one of the essential oil industries that has been developed in Indonesia. Vetiver oil is utilized as a raw material in making perfume, detergent, soap, and the compounding of vetiver oil with patchouli oil can be used to drive away moths (Sabini 26). Indonesia s export of vetiver oil in last five years was around 8 t/year equal to 9% of Indonesia s vetiver oil production (Statistic Indonesia of the Republic of Indonesia 26). Share of Indonesia in vetiver oil international market is around 25%. With this size of market share, Indonesia can not be a price leader in vetiver oil international market. 1) Article in bahasa Indonesia has been published in Jurnal Penelitian Tanaman Industri Vol. 13 No. 1, 27, p The price of vetiver oil in Indonesia is fluctuated and influenced by the price of the oil in international market. This price fluctuation makes the profits in vetiver farming and vetiver oil processing are also fluctuating. This condition will increase the risk, decrease the number of financial institution that will finance the industry and then decrease the performance of Indonesia s vetiver industry. Wahyudi and Wulandari (26) reported that the external factors such as price fluctuation could give a negative impact to the industry performance. Forecasting of vetiver and vetiver oil prices will help the farmers, agroindustry entrepreneurs, and financial institutions to estimate the profit that will be gained in vetiver farming or vetiver oil industry. Information on price estimation is important in preparing necessary actions to avoid loss or to get potential opportunities in vetiver farming and/or vetiver oil industry. A research aimed to forecast vetiver and vetiver oil prices. MATERIALS AND METHODS Types and Sources of Data Time series data of the vetiver and vetiver oil prices from January 2 to August 26 were used in this research. The data were collected from Agricultural Office and Industrial Office of the Garut Regency, West Java. More than 9% of Indonesia s vetiver production is come from Garut Regency. Analysis Methods Artificial neural network (ANN) method was used to forecast the vetiver and vetiver oil prices. The method has been used in forecasting the price of palm oil (Salya 26), the profit of stocks (Zhang et al. 24), and energy consumption (McMenamin and Monforte 1998). ANN method is an information processing system that has

2 Forecasting of vetiver price performance characteristics in common with biological neural networks (Marimin 25). Through training process, ANN can memorize the patron of price fluctuation in the last time and use that patron to forecast the price. ANN is characterized by (1) its pattern of connection between the neurons (called its architecture), (2) its method of determining the weights on the connections (called its training algorithm), and (3) its activation function (Fausett 1994). A single-layer net has one layer of connection weights. Often, the units can be distinguished as input units, which received signals from outside world, and output units, from which the response of the net can be read. A multiplier net is a net with one or more layers of nodes (or called hidden units) between input units and output units (Rumelhart et al. 1986). Multilayer net can solve more complicated problems than the single layer net, but training may be more difficult (Haykin 1999). The net architecture is also influenced by the problems that will be solved. If the inputs or the outputs have a big dimension, the net needs more layers of nodes (Siang 25). Training algorithm is a method of setting the values of connection weights. Two types of training are supervised training and unsupervised training. Supervised training is accomplished by presenting a sequence of training vectors each with an associated target output vector. The difference in net output values and target output values is used to correct the connection weights. This training algorithm is called back-propagation. In unsupervised training, there is not any target output vectors. The changes in connection weights are based on some parameters. The basic operation of ANN involves summing its weighted input signal and applying an output, or activation function. The most common activation functions are purelin or identity function, binary sigmoid or logistic sigmoid function, and bipolar sigmoid or hyperbolic tangent function. In binary sigmoid, the data range between (,1), while in bipolar sigmoid, the data range between (-1,1). The input data then has to be transformed first to that range of data. Back-propagation training algorithm in multilayer net with one layer of nodes or hidden units is as follows: 1. Presenting the input vectors (x) and target output vectors (T). 2. Initializing connection weights (w ij ), fixed training rate (lr) and number of input units, output units and hidden units. 3. Calculating the response of the net. If the activation function in node layer is binary sigmoid, the output is calculated using a formula as follows: 1 A1 = Sð xi wij 1 + e If the activation function in output unit layer is binary sigmoid, the output is calculated as follows: 1 A2 = Sð A1i wij 1 + e Error (E) and mean square error (MSe) are defined by: E = T A2 MSe = Sð E 2 / n Connection weights are corrected by: D2 = A2 x (1-A2) x E dw 2 = dw 2 + (lr x D2 x A1) D1 = A1 x (1-A1) x (w 2 x D2) dw 1 = dw 1 + (lr x D1 x P) w 2 = w 2 + dw 2 w 1 = w 1 + dw 1 4. One cycle of step 3 is called one epoch. Step 3 is done until stopping condition of epoch (number of epoch) or until stopping condition of MSe value. 5. The result of the training is the value of the connection weights w ij, which will be used for testing and forecasting. In this research, 7% of the data is used for training and 3% for testing the performance of the net. This 7% and 3% combination was also used by Salya (26) to forecast cooking oil prices. The number of data in input vector is 12, it is to reflect the annual cycle. The numbers of nodes or hidden units tested are 14 nodes, 18 nodes, 22 nodes and 26 nodes. This number is choosen based on the formula made by Skapura (1996) as follows: nh = ½ (ni+no) + ndt Where: nh = number of minimal nodes or hidden units ni = number of units in input unit layer no = number of units in output unit layer ndt = number of data for training The forecasting value resulted by the ANN has a high reliability if the results of training and testing process have small MSe value and high correlation (r) value. RESULTS AND DISCUSSION Vetiver Prices From three types of activation functions (binary sigmoid, bipolar sigmoid, and purelin) applied to hidden units layer and output unit layers, three ranges of transformation data

3 6 Chandra Indrawanto et al. {(-1,), (,1), and (-1,1)}, and four numbers of neuron in hidden units layer (14, 18, 22, and 26 neuron), 18 combinations have been tried for training and testing ANN to forecast vetiver prices. The best performance of training and testing result has been come from combination of number of input data 12, 7% data were used for training and 3% for testing, number of neuron in hidden units layer was 22, range of data transformation (,1) activation function in hidden unit layer was binary sigmoid, and activation function in output unit layer was bipolar sigmoid. Using this combination, MSe value of training is.12 and correlation (r) value.9876, while MSe value of testing is.14 and correlation (r) value Error plot from training and testing process is presented in Figure 1 and 2. Based on that combination, the forecasting value of vetiver prices for next 24 months can be seen in Table Figure Figure 2. Error plot of artificial neural network vetiver price training. Error plot of artificial neural network vetiver price testing. and Figure 3. The results showed that the vetiver prices would be stable until August 28. The average price per month in 27 will be higher than the average price in 26, however, in 28 the average price would slightly decrease. The results also showed that the price fluctuation was consistent between years. The highest prices would be reached in March-April and the lowest prices would be achieved in October-November. This is because the farmers usually plant vetiver in December and harvest it after 1-11 months, so the supply of vetiver would be high in October-November, which makes the price of vetiver decreases. Vetiver Oil Prices From three types of activation functions (binary sigmoid, bipolar sigmoid and purelin) applied to hidden unit layers and output unit layers, three ranges of transformation data {(-1,), (,1), and (-1,1)}, and four numbers of neuron in hidden unit layers (14, 18, 22, and 26 neuron), 18 combinations have been tried for training and testing ANN to forecast vetiver oil prices. The best performance of training and testing result has been come from combination of number of input data 12, 7% data were for training and 3% for testing, number of neuron in hidden units layer was 22, range of data transformation (,1) activation function in hidden unit layer was bipolar sigmoid, and activation function in output unit layer was binary sigmoid. Using this combination, MSe value of training is.7 and correlation (r) value.9961, while MSe value of testing is.77 and correlation (r) value Error plot from training and testing process can be seen in Figure 4 and 5. Based on that combination, the forecasting value of vetiver oil prices for next 24 months can be seen in Table 2 and Figure 6. The results showed that the vetiver oil prices will be stable until August 28. The average price per month in 27 would be higher than the average price in 26; and in 28 the average price would slightly increase Table 1. Vetiver prices in January 2 to August 26 and its forecasting until August 28. Year Price (Rp/kg) Jan. Feb. March Apr. May Jun. Jul. Aug. Sept. Oct. Nov. Dec

4 Forecasting of vetiver price Price Training Testing Forecasting 6 Price (Rp/kg) Figure 3. Vetiver prices in 2-26 and its forecasting until August Figure Figure 5. Error plot of artificial neural network vetiver oil price training. Error plot of artificial neural network vetiver oil price testing. again. The results also showed that the price fluctuation of vetiver oil was different with the vetiver price fluctuation. This is because the vetiver oil price was very influenced by its international prices, while vetiver prices was affected by domestic vetiver production. Financial Implication There are 33 vetiver oil industries with 43 steam boilers in Garut Regency, West Java. In average, capacity of the boilers used was 3.5 litres with diameter of 1.5 m and height 4.2 m. The boiler was made using steel plat with 6 mm thick. In general, the industries use wind dried vetiver with the average weight of 4 g/l. It means that the average capacity of steam boiler used is around 1.4 kg of vetiver. In average, each industry destilates vetiver 16 times per month. It takes around 12 hours to finish one destilation process. In average, vetiver oil produced is around.3% of the vetiver weight. The results of sensitivity analysis of vetiver oil industry showed that the break event point would be reached when the price of vetiver is Rp535/kg and the price of vetiver oil is Rp4,/kg. If the price of vetiver was Rp5/kg, the break event point would be reached when the price of vetiver oil is Rp388,/kg (Indrawanto 27). The forecasting results showed that the vetiver oil prices in 27 and 28 ranged between Rp392, and Rp463,/ kg, and the vetiver price ranged between Rp441 and Rp53/ kg. It means that the vetiver and vetiver oil prices in 27 and 28 were still above the break event point level. The result of sensitivity analysis of vetiver farming showed that the break event point would be reached when the price of vetiver is Rp35/kg (Hobir et al. 27). It means, from the forecasting result, the vetiver price in 27 and 28 were still above the break event point level. To increase the performance of vetiver oil industry in facing the price fluctuation, efforts to decrease the

5 62 Chandra Indrawanto et al. Table 2. Vetiver oil prices in January 2 to August 26 and its forecasting until August 28. Year Price (Rp/kg) Jan. Feb. March Apr. May Jun Jul. Aug. Sept. Oct. Nov. Dec Price Training Testing Forecasting 4 Price (Rp) Figure 6. Vetiver oil prices in 2-26 and its forecasting until August 28. operational cost, increase productivity and improve quality of the product are needed. Risfaheri and Mulyono (26) pointed that the quality of vetiver oil was mostly influenced by quality of raw material and condition of distillation process. Vetiver oil produced from vetiver which more than 1-month age, had a high specific weight and a better fragrant (Tasma et al. 199). To increase the vetiverol content in vetiver oil, redistillation vacuum can be used (Suryatmi et al. 26). The level of pressure in distillation process can affect the vetiver oil contents. Distillation pressure of 3 atmg increased vetiverol contents than 1 or 2 atmg pressure (Suryatmi 26). Purification process could also increase the quality of vetiver oil by make the oil brighter (Hernani and Marwati 26). CONCLUSION AND SUGGESTION Artificial neural network can be used to forecast vetiver and vetiver oil prices. A high performance forecasting with low MSe value can only be resulted if the combination between net architecture, training algorithm, and activation function used in the method are fitted. The forecasting result showed that the vetiver and vetiver oil prices in 27 and 28 were above the break event point of vetiver farming and vetiver oil industry. Some suggestions come out from this research are that the ANN should be tried to forecast prices of other commodities. It is necessary to compare the performance of price forecasting between ANN method and other

6 Forecasting of vetiver price forecasting method such as ARIMA, Fourier, and Smoothing methods. REFERENCES Fausett, L Fundamental of Neural Networks. Prentice Hall, New Jersey. 298 pp. Haykin, S Neural Network, a Comprehensive Foundation. Prentice Hall, New Jersey. 355 pp. Hernani dan T. Marwati. 26. Peningkatan mutu minyak atsiri melalui proses pemurnian. hlm Prosiding Konferensi Nasional Minyak Atsiri. Departemen Perindustrian, Jakarta. Hobir, Ma mun, C. Indrawanto, S. Purwiyanti, dan S. Suhirman. 27. Budidaya Akarwangi. Circular - Balai Penelitian Tanaman Obat dan Aromatik, Bogor. hlm Indrawanto, C. 27. Analisis Finansial Agroindustri Penyulingan Akarwangi di Kabupaten Garut, Jawa Barat. Perkembangan Teknologi Tanaman Rempah dan Obat. Pusat Penelitian dan Pengembangan Perkebunan, Bogor. hlm Marimin. 25. Teori dan Aplikasi Sistem Pakar dalam Teknologi Manajerial. Ed.2. IPB Press, Bogor. 187 hlm. Mc Menamin, J.S. dan F.A. Monforte Short-Term Energy Forecasting with Neural Network. The Energy Journal 19(4): Risfaheri dan E. Mulyono. 26. Standar proses produksi minyak atsiri. hlm Prosiding Konferensi Nasional Minyak Atsiri. Departemen Perindustrian, Jakarta. Rumelhart, D.E, G.E. Hinton, and J.L. Mc Cleland Parallel Distributed Processing. MIT Press. Cambridge, MA. 345 pp. Sabini, D. 26. Aplikasi minyak atsiri pada produk home care dan personal care. hlm Prosiding Konferensi Nasional Minyak Atsiri. Departemen Perindustrian, Jakarta. Salya, D.H. 26. Rekayasa Model Sistem Deteksi Dini Perniagaan Minyak Goreng Kelapa Sawit. Disertasi. Sekolah Pascasarjana Institut Pertanian Bogor. 245 pp. Siang, J.J. 25. Jaringan Syaraf Tiruan dan Pemrogramannya Menggunakan Matlab. Andi, Yogyakarta. 198 hlm. Skapura, D.M Building Neural Network. ACM Press, New York. 315 pp. Statistic Indonesia of the Republic of Indonesia. 26. Export Statistics of Indonesia 25. Statistic Indonesia of the Republic of Indonesia, Jakarta. p Suryatmi, R.D. 26. Kajian variasi tekanan pada penyulingan minyak akarwangi skala laboratorium. hlm Prosiding Konferensi Nasional Minyak Atsiri. Departemen Perindustrian, Jakarta. Suryatmi, R.D., H. Henanto, W. Purwanto, dan T. Wibowo. 26. Teknologi proses produksi minyak atsiri mutu tinggi. hlm Prosiding Konferensi Nasional Minyak Atsiri. Departemen Perindustrian, Jakarta. Tasma, I.M., L. Pandji, dan E. Taurini Perkembangan penelitian akarwangi. Edisi Khusus Littro VI(1): Wahyudi, A. dan S. Wulandari. 26. Strategi pengembangan industri minyak atsiri nasional. hlm Prosiding Konferensi Nasional Minyak Atsiri. Departemen Perindustrian, Jakarta. Zhang, W., Q. Cao, and M.J. Schniederjans. 24. Neural network earning per share forecasting models: A comparative analysis of alternative methods. Decision Sciences 35(2):

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

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015

AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 AT&T Global Network Client for Windows Product Support Matrix January 29, 2015 Product Support Matrix Following is the Product Support Matrix for the AT&T Global Network Client. See the AT&T Global Network

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

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

Coffee year 2014/15 ends with prices at 20-month low

Coffee year 2014/15 ends with prices at 20-month low Coffee year 2014/15 ends with prices at 20-month low The coffee market slumped further in September, following a slight rally in August, with the weakness of the real and peso again proving the most influential

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

AN ANALYZE OF A BACKPROPAGATION NEURAL NETWORK IN THE IDENTIFICATION OF CRITICAL LAND BASED ON ALOS IMAGERY. Nursida Arif 1 and Projo Danoedoro 2

AN ANALYZE OF A BACKPROPAGATION NEURAL NETWORK IN THE IDENTIFICATION OF CRITICAL LAND BASED ON ALOS IMAGERY. Nursida Arif 1 and Projo Danoedoro 2 AN ANALYZE OF A BACKPROPAGATION NEURAL NETWORK IN THE IDENTIFICATION OF CRITICAL LAND BASED ON ALOS IMAGERY Nursida Arif 1 and Projo Danoedoro 2 1 Muhammadiyah University Of Gorontalo (UMG) Jl.Mansoer

More information

The Analysis of Working Capital Financing Sources (A Study on Large Red Chili Farmers in Sempu District, Banyuwangi Regency)

The Analysis of Working Capital Financing Sources (A Study on Large Red Chili Farmers in Sempu District, Banyuwangi Regency) Journal of Social and Development Sciences (ISSN 2221-1152) Vol. 6, No. 2, pp. 46-51, June 2015 The Analysis of Working Capital Financing Sources (A Study on Large Red Chili Farmers in Sempu District,

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

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

More information

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS*

COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) CHARTERED BANK ADMINISTERED INTEREST RATES - PRIME BUSINESS* COMPARISON OF FIXED & VARIABLE RATES (25 YEARS) 2 Fixed Rates Variable Rates FIXED RATES OF THE PAST 25 YEARS AVERAGE RESIDENTIAL MORTGAGE LENDING RATE - 5 YEAR* (Per cent) Year Jan Feb Mar Apr May Jun

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

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

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

Analysis One Code Desc. Transaction Amount. Fiscal Period

Analysis One Code Desc. Transaction Amount. Fiscal Period Analysis One Code Desc Transaction Amount Fiscal Period 57.63 Oct-12 12.13 Oct-12-38.90 Oct-12-773.00 Oct-12-800.00 Oct-12-187.00 Oct-12-82.00 Oct-12-82.00 Oct-12-110.00 Oct-12-1115.25 Oct-12-71.00 Oct-12-41.00

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

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

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

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

Business Process Requirements for Indonesian Small Medium Enterprises (SMEs) in Implementing Enterprise Resource Planning (ERP)

Business Process Requirements for Indonesian Small Medium Enterprises (SMEs) in Implementing Enterprise Resource Planning (ERP) Business Process Requirements for Indonesian Small Medium Enterprises (SMEs) in Implementing Enterprise Resource Planning (ERP) P. W. Handayani, A. N. Hidayanto, and I. Budi Abstract Based on Central Agency

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

APPLYING NETLOGO SIMULATION MODEL TO BALANCE THE UPSTREAM PALM OIL SUPPLY CHAIN

APPLYING NETLOGO SIMULATION MODEL TO BALANCE THE UPSTREAM PALM OIL SUPPLY CHAIN ISSN : 1978-774X Harris Hotel, Batam, Indonesia, February 12th-14th, 2013 APPLYING NETLOGO SIMULATION MODEL TO BALANCE THE UPSTREAM PALM OIL SUPPLY CHAIN, Mas ud Ridwan Industrial Engineering, Faculty

More information

Coffee Year 2014-15 Futures Trading Analysis

Coffee Year 2014-15 Futures Trading Analysis Lower coffee exports lend support to Robusta prices The coffee market rallied slightly in June, led in most part by a recovery in Robusta prices. For the sixth month in a row exports were lower than last

More information

Coffee prices fall to 18-month low as supply concerns fade

Coffee prices fall to 18-month low as supply concerns fade Coffee prices fall to 18-month low as supply concerns fade The coffee market registered further decreases in July with prices reacting to the depreciation in the Brazilian exchange rate, which dropped

More information

A Time Series ANN Approach for Weather Forecasting

A Time Series ANN Approach for Weather Forecasting A Time Series ANN Approach for Weather Forecasting Neeraj Kumar 1, Govind Kumar Jha 2 1 Associate Professor and Head Deptt. Of Computer Science,Nalanda College Of Engineering Chandi(Bihar) 2 Assistant

More information

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8

Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138. Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 1 of 138 Exhibit 8 Case 2:08-cv-02463-ABC-E Document 1-4 Filed 04/15/2008 Page 2 of 138 Domain Name: CELLULARVERISON.COM Updated Date: 12-dec-2007

More information

Coffee prices fall but Brazilian production estimated lower

Coffee prices fall but Brazilian production estimated lower Coffee prices fall but production estimated lower Coffee prices continued their decline as speculation over the current 2015/16 crop suggests that the market has no immediate supply concerns. Indeed, one

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

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

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

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

Performance Evaluation On Human Resource Management Of China S Commercial Banks Based On Improved Bp Neural Networks

Performance Evaluation On Human Resource Management Of China S Commercial Banks Based On Improved Bp Neural Networks Performance Evaluation On Human Resource Management Of China S *1 Honglei Zhang, 2 Wenshan Yuan, 1 Hua Jiang 1 School of Economics and Management, Hebei University of Engineering, Handan 056038, P. R.

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

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

Demand Forecasting For Economic Order Quantity in Inventory Management

Demand Forecasting For Economic Order Quantity in Inventory Management International Journal of Scientific and Research Publications, Volume 3, Issue 10, October 2013 1 Demand Forecasting For Economic Order Quantity in Inventory Management Aju Mathew*,Prof.E.M.Somasekaran

More information

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017

Enhanced Vessel Traffic Management System Booking Slots Available and Vessels Booked per Day From 12-JAN-2016 To 30-JUN-2017 From -JAN- To -JUN- -JAN- VIRP Page Period Period Period -JAN- 8 -JAN- 8 9 -JAN- 8 8 -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- -JAN- 8-JAN- 9-JAN- -JAN- -JAN- -FEB- : days

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

Follow links Class Use and other Permissions. For more information, send email to: permissions@pupress.princeton.edu

Follow links Class Use and other Permissions. For more information, send email to: permissions@pupress.princeton.edu COPYRIGHT NOTICE: David A. Kendrick, P. Ruben Mercado, and Hans M. Amman: Computational Economics is published by Princeton University Press and copyrighted, 2006, by Princeton University Press. All rights

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

Designing a neural network for forecasting financial time series

Designing a neural network for forecasting financial time series Designing a neural network for forecasting financial time series 29 février 2008 What a Neural Network is? Each neurone k is characterized by a transfer function f k : output k = f k ( i w ik x k ) From

More information

JOURNAL OF COMPUTERS, VOL. 8, NO. 9, SEPTEMBER 2013 2437

JOURNAL OF COMPUTERS, VOL. 8, NO. 9, SEPTEMBER 2013 2437 JOURNAL OF COMPUTERS, VOL. 8, NO. 9, SEPTEMBER 2013 2437 Business Process Requirements for Indonesian Small Medium Enterprises (SMEs) in Implementing Enterprise Resource Planning (ERP) and ERP Systems

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

Horse Racing Prediction Using Artificial Neural Networks

Horse Racing Prediction Using Artificial Neural Networks Horse Racing Prediction Using Artificial Neural Networks ELNAZ DAVOODI, ALI REZA KHANTEYMOORI Mathematics and Computer science Department Institute for Advanced Studies in Basic Sciences (IASBS) Gavazang,

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

ENERGY AND ECONOMIC ANALYSIS OF ICE CREAM STICK PRODUCTION WITH BRINE TANK MACHINE

ENERGY AND ECONOMIC ANALYSIS OF ICE CREAM STICK PRODUCTION WITH BRINE TANK MACHINE ENERGY AND ECONOMIC ANALYSIS OF ICE CREAM STICK PRODUCTION WITH BRINE TANK MACHINE Riswanti Sigalingging, Agricultural Engineering, University of North Sumatera, USU Campus, 2055 Indonesia Lukman Adlin

More information

Anupam Tarsauliya Shoureya Kant Rahul Kala Researcher Researcher Researcher IIITM IIITM IIITM Gwalior Gwalior Gwalior

Anupam Tarsauliya Shoureya Kant Rahul Kala Researcher Researcher Researcher IIITM IIITM IIITM Gwalior Gwalior Gwalior Analysis of Artificial Neural Network for Financial Time Series Forecasting Anupam Tarsauliya Shoureya Kant Rahul Kala Researcher Researcher Researcher IIITM IIITM IIITM Gwalior Gwalior Gwalior Ritu Tiwari

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

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

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

International Journal of Advances in Engineering & Technology, Mar. 2014. IJAET ISSN: 22311963

International Journal of Advances in Engineering & Technology, Mar. 2014. IJAET ISSN: 22311963 SIMULTANEOUS LEAK DETECTION WITH MAGNITUDE AT TWO POSITIONS FOR FLOW OF WATER IN PIPELINE USING ARTIFICIAL NEURAL NETWORK Shekhar Pandharipande, Prashant Rai and Siddharth Sharma Department of Chemical

More information

DEMAND FORECASTING USING NEURAL NETWORK FOR SUPPLY CHAIN MANAGEMENT

DEMAND FORECASTING USING NEURAL NETWORK FOR SUPPLY CHAIN MANAGEMENT Int. J. Mech. Eng. & Rob. Res. 2015 Ashvin Kochak and Suman Sharma, 2015 Research Paper ISSN 2278 0149 www.ijmerr.com Vol. 4, No. 1, January 2015 2015 IJMERR. All Rights Reserved DEMAND FORECASTING USING

More information

Industry Environment and Concepts for Forecasting 1

Industry Environment and Concepts for Forecasting 1 Table of Contents Industry Environment and Concepts for Forecasting 1 Forecasting Methods Overview...2 Multilevel Forecasting...3 Demand Forecasting...4 Integrating Information...5 Simplifying the Forecast...6

More information

Neural Computation - Assignment

Neural Computation - Assignment Neural Computation - Assignment Analysing a Neural Network trained by Backpropagation AA SSt t aa t i iss i t i icc aa l l AA nn aa l lyy l ss i iss i oo f vv aa r i ioo i uu ss l lee l aa r nn i inn gg

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

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

THE DEVELOPMENT OF ANDROID MOBILE GAME AS SENIOR HIGH SCHOOL LEARNING MEDIA ON RATE REACTION AND CHEMICAL EQUILIBRIUM

THE DEVELOPMENT OF ANDROID MOBILE GAME AS SENIOR HIGH SCHOOL LEARNING MEDIA ON RATE REACTION AND CHEMICAL EQUILIBRIUM Proceeding of International Conference On Research, Implementation And Education Of Mathematics And Sciences 2014, Yogyakarta State University, 18-20 May 2014 THE DEVELOPMENT OF ANDROID MOBILE GAME AS

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

HYBRID WAVELET ARTIFICIAL NEURAL NETWORK MODEL FOR MUNICIPAL WATER DEMAND FORECASTING

HYBRID WAVELET ARTIFICIAL NEURAL NETWORK MODEL FOR MUNICIPAL WATER DEMAND FORECASTING HYBRID WAVELET ARTIFICIAL NEURAL NETWORK MODEL FOR MUNICIPAL WATER DEMAND FORECASTING Jowhar R. Mohammed 1 and Hekmat M. Ibrahim 2 1 Water Resources Engineering, Faculty of Engineering and Applied Science,

More information

Appendices. Appendix A: List of Publications

Appendices. Appendix A: List of Publications Appendices Appendix A: List of Publications The following papers highlight the findings of this research. These articles were published in reputed journals during the course of this research program. 1.

More information

Sensitivity Analysis for Data Mining

Sensitivity Analysis for Data Mining Sensitivity Analysis for Data Mining J. T. Yao Department of Computer Science University of Regina Regina, Saskatchewan Canada S4S 0A2 E-mail: jtyao@cs.uregina.ca Abstract An important issue of data mining

More information

Richard Victor Ginting 1, Muhammad Kurniawan 2 1,2

Richard Victor Ginting 1, Muhammad Kurniawan 2 1,2 GENETIC ALGORITHM IMPLEMENTATION ON A W E B - B A S E D COURSE SCHEDULING SOFTWARE FOR SCHEDULING DIVISION OF ACADEMIC ADMINISTRATION BUREAU IN STMIK & POLTEK LPKIA BANDUNG Richard Victor Ginting 1, Muhammad

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

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

Value Added Analysis of Beef Cattle Supply Chain Actors Micro-Scale Community Farm Based

Value Added Analysis of Beef Cattle Supply Chain Actors Micro-Scale Community Farm Based AMERICAN-EURASIAN JOURNAL OF SUSTAINABLE AGRICULTURE ISSN: 1995-0748, EISSN: 1998-1074 2015, volume(9),issue(7):pages(7-12) Published Online September 2015 in http://www.aensiweb.com/aejsa/ Value Added

More information

MONTHLY COFFEE MARKET REPORT

MONTHLY COFFEE MARKET REPORT E MONTHLY COFFEE MARKET REPORT March 2013 Coffee prices stabilized in March 2013, with the monthly average of the ICO composite indicator price essentially unchanged on the previous month. Contrasting

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

Representing Knowledge Base into Database for WAP and Web-based Expert System

Representing Knowledge Base into Database for WAP and Web-based Expert System International Conference on Information Systems for Business Competitiveness (ICISBC 2013) 81 Representing Knowledge Base into Database for WAP and Web-based Expert System Istiadi Departement Of Electrical

More information

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr.

INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. INTELLIGENT ENERGY MANAGEMENT OF ELECTRICAL POWER SYSTEMS WITH DISTRIBUTED FEEDING ON THE BASIS OF FORECASTS OF DEMAND AND GENERATION Chr. Meisenbach M. Hable G. Winkler P. Meier Technology, Laboratory

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

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

Application of Artificial Neural Networks To Predict Intraday Trading Signals

Application of Artificial Neural Networks To Predict Intraday Trading Signals Application of Artificial Neural Networks To Predict Intraday Trading Signals EDDY F. PUTRA BINUS Business School BINUS University Hang Lekir 1 no.6, Senayan, Jakarta INDONESIA eddy.putra@yahoo.com RAYMONDUS

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

PRESENT STATUS. Figure 1: Traditional Bathing with Geothermal Hot Water in Darajat Geothermal Field. Figure 2: Hot Water Swimming Pool in Cipanas

PRESENT STATUS. Figure 1: Traditional Bathing with Geothermal Hot Water in Darajat Geothermal Field. Figure 2: Hot Water Swimming Pool in Cipanas DEVELOPMENT OF GEOTHERMAL ENERGY DIRECT USE IN INDONESIA Taufan Surana, Jatmiko P Atmojo, Suyanto, Andri Subandriya, Agency for the Assessment & Application of Technology (BPPT), Indonesia ABSTRACT As

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

INPUT OUTPUT ANALYSIS FOR DEVELOPMENT OF OIL REFINERY IN BOJONEGORO

INPUT OUTPUT ANALYSIS FOR DEVELOPMENT OF OIL REFINERY IN BOJONEGORO INPUT OUTPUT ANALYSIS FOR DEVELOPMENT OF OIL REFINERY IN BOJONEGORO Moses L. Singgih e-mail: moses@ie.its.ac.id Industrial Engineering Department Institut Teknologi Sepuluh Nopember Surabaya 60111 Abstract

More information

Interest Rates. Countrywide Building Society. Savings Growth Data Sheet. Gross (% per annum)

Interest Rates. Countrywide Building Society. Savings Growth Data Sheet. Gross (% per annum) Interest Rates (% per annum) Countrywide Building Society This is the rate of simple interest earned in a year (before deducting tax). Dividing by 12 gives the monthly rate of interest. Annual Equivalent

More information

Analyzing price seasonality

Analyzing price seasonality Analyzing price seasonality Asfaw Negassa and Shahidur Rashid Presented at the COMESA policy seminar Food price variability: Causes, consequences, and policy options" on 25-26 January 2010 in Maputo, Mozambique

More information

Introduction to Artificial Neural Networks

Introduction to Artificial Neural Networks POLYTECHNIC UNIVERSITY Department of Computer and Information Science Introduction to Artificial Neural Networks K. Ming Leung Abstract: A computing paradigm known as artificial neural network is introduced.

More information

Grain Stocks Estimates: Can Anything Explain the Market Surprises of Recent Years? Scott H. Irwin

Grain Stocks Estimates: Can Anything Explain the Market Surprises of Recent Years? Scott H. Irwin Grain Stocks Estimates: Can Anything Explain the Market Surprises of Recent Years? Scott H. Irwin http://nationalhogfarmer.com/weekly-preview/1004-corn-controversies-hog-market http://online.wsj.com/news/articles/sb10001424052970203752604576641561657796544

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

ARTIFICIAL NEURAL NETWORKS FOR DATA MINING

ARTIFICIAL NEURAL NETWORKS FOR DATA MINING ARTIFICIAL NEURAL NETWORKS FOR DATA MINING Amrender Kumar I.A.S.R.I., Library Avenue, Pusa, New Delhi-110 012 akha@iasri.res.in 1. Introduction Neural networks, more accurately called Artificial Neural

More information

TRAINING A LIMITED-INTERCONNECT, SYNTHETIC NEURAL IC

TRAINING A LIMITED-INTERCONNECT, SYNTHETIC NEURAL IC 777 TRAINING A LIMITED-INTERCONNECT, SYNTHETIC NEURAL IC M.R. Walker. S. Haghighi. A. Afghan. and L.A. Akers Center for Solid State Electronics Research Arizona State University Tempe. AZ 85287-6206 mwalker@enuxha.eas.asu.edu

More information

Optimum Design of Worm Gears with Multiple Computer Aided Techniques

Optimum Design of Worm Gears with Multiple Computer Aided Techniques Copyright c 2008 ICCES ICCES, vol.6, no.4, pp.221-227 Optimum Design of Worm Gears with Multiple Computer Aided Techniques Daizhong Su 1 and Wenjie Peng 2 Summary Finite element analysis (FEA) has proved

More information

Credit Card Fraud Detection Using Self Organised Map

Credit Card Fraud Detection Using Self Organised Map International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 13 (2014), pp. 1343-1348 International Research Publications House http://www. irphouse.com Credit Card Fraud

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

MULTIPLY EFFECTS OF TEACHING IN LIBRARY MASTER PROGRAM FOR LIBRARY PRACTITIONERS : A PERSONAL EXPERIENCE

MULTIPLY EFFECTS OF TEACHING IN LIBRARY MASTER PROGRAM FOR LIBRARY PRACTITIONERS : A PERSONAL EXPERIENCE MULTIPLY EFFECTS OF TEACHING IN LIBRARY MASTER PROGRAM FOR LIBRARY PRACTITIONERS : A PERSONAL EXPERIENCE by Janti G. Sujana* *Librarian from Institut Pertanian Bogor/Bogor Agricultural University, Bogor,

More information

SEMINAR OUTLINE. Introduction to Data Mining Using Artificial Neural Networks. Definitions of Neural Networks. Definitions of Neural Networks

SEMINAR OUTLINE. Introduction to Data Mining Using Artificial Neural Networks. Definitions of Neural Networks. Definitions of Neural Networks SEMINAR OUTLINE Introduction to Data Mining Using Artificial Neural Networks ISM 611 Dr. Hamid Nemati Introduction to and Characteristics of Neural Networks Comparison of Neural Networks to traditional

More information

The Central Role of Energy Efficiency in the Energy Outlook and EIA s Energy Data Program

The Central Role of Energy Efficiency in the Energy Outlook and EIA s Energy Data Program The Central Role of Energy Efficiency in the Energy Outlook and EIA s Energy Data Program For MIT Energy Initiative Symposium May 12, 2014 Cambridge, MA By Howard Gruenspecht, Deputy Administrator U.S.

More information

CALL VOLUME FORECASTING FOR SERVICE DESKS

CALL VOLUME FORECASTING FOR SERVICE DESKS CALL VOLUME FORECASTING FOR SERVICE DESKS Krishna Murthy Dasari Satyam Computer Services Ltd. This paper discusses the practical role of forecasting for Service Desk call volumes. Although there are many

More information

IT S ALL ABOUT THE CUSTOMER FORECASTING 101

IT S ALL ABOUT THE CUSTOMER FORECASTING 101 IT S ALL ABOUT THE CUSTOMER FORECASTING 101 Ed White CPIM, CIRM, CSCP, CPF, LSSBB Chief Value Officer Jade Trillium Consulting April 01, 2015 Biography Ed White CPIM CIRM CSCP CPF LSSBB is the founder

More information

Performance Evaluation and Prediction of IT-Outsourcing Service Supply Chain based on Improved SCOR Model

Performance Evaluation and Prediction of IT-Outsourcing Service Supply Chain based on Improved SCOR Model Performance Evaluation and Prediction of IT-Outsourcing Service Supply Chain based on Improved SCOR Model 1, 2 1 International School of Software, Wuhan University, Wuhan, China *2 School of Information

More information

Prediction of Surface Roughness in CNC Milling of Al7075 alloy: A case study of using 8mm slot mill cutter

Prediction of Surface Roughness in CNC Milling of Al7075 alloy: A case study of using 8mm slot mill cutter Prediction of Surface Roughness in CNC Milling of Al7075 alloy: A case study of using 8mm slot mill cutter J. Kechagias, P. Kyratsis, K. Kitsakis and N. Mastorakis Abstract The current study investigates

More information

Forecasting of Indian Rupee (INR) / US Dollar (USD) Currency Exchange Rate Using Artificial Neural Network

Forecasting of Indian Rupee (INR) / US Dollar (USD) Currency Exchange Rate Using Artificial Neural Network Forecasting of Indian Rupee (INR) / US Dollar (USD) Currency Exchange Rate Using Artificial Neural Network Yusuf Perwej 1 and Asif Perwej 2 1 M.Tech, MCA, Department of Computer Science & Information System,

More information

FORECASTING. Operations Management

FORECASTING. Operations Management 2013 FORECASTING Brad Fink CIT 492 Operations Management Executive Summary Woodlawn hospital needs to forecast type A blood so there is no shortage for the week of 12 October, to correctly forecast, a

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

DEVELOPING AN ARTIFICIAL NEURAL NETWORK MODEL FOR LIFE CYCLE COSTING IN BUILDINGS

DEVELOPING AN ARTIFICIAL NEURAL NETWORK MODEL FOR LIFE CYCLE COSTING IN BUILDINGS DEVELOPING AN ARTIFICIAL NEURAL NETWORK MODEL FOR LIFE CYCLE COSTING IN BUILDINGS Olufolahan Oduyemi 1, Michael Okoroh 2 and Angela Dean 3 1 and 3 College of Engineering and Technology, University of Derby,

More information

Apples Review of 2012/13 season Prognosfruit - Congress 2013 Helwig Schwartau, AMI

Apples Review of 2012/13 season Prognosfruit - Congress 2013 Helwig Schwartau, AMI Apples Review of 2012/13 season Prognosfruit - Congress 2013 Helwig Schwartau, AMI Market balance for table apples in EU-27 1.000 tons 2009/10 2010/11 2011/12 2012/13f Market production 10.984 9.651 10.663

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

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

Bank Customers (Credit) Rating System Based On Expert System and ANN

Bank Customers (Credit) Rating System Based On Expert System and ANN Bank Customers (Credit) Rating System Based On Expert System and ANN Project Review Yingzhen Li Abstract The precise rating of customers has a decisive impact on loan business. We constructed the BP network,

More information