AN ALGORITHM OF CHAOTIC DYNAMIC ADAPTIVE LOCAL SEARCH METHOD FOR ELMAN NEURAL NETWORK. Received September 2009; revised January 2010

Size: px
Start display at page:

Download "AN ALGORITHM OF CHAOTIC DYNAMIC ADAPTIVE LOCAL SEARCH METHOD FOR ELMAN NEURAL NETWORK. Received September 2009; revised January 2010"

Transcription

1 International Journal of Innovative Computing, Information and Control ICIC International c 2011 ISSN Volume 7, Number 2, February 2011 pp AN ALGORITHM OF CHAOTIC DYNAMIC ADAPTIVE LOCAL SEARCH METHOD FOR ELMAN NEURAL NETWORK Zhiqiang Zhang 1,2, Zheng Tang 2, Shangce Gao 2 and Gang Yang 2 1 Department of Research and Development NST Inc Tokyo, Japan dalaosha@hotmail.com 2 Faculty of Engineering Toyama University Gofuku 3190, Toyama shi , Japan Received September 2009; revised January 2010 Abstract. In this paper, we present an efficient algorithm for the prediction of sunspotrelated time series, namely the Chaotic Dynamic Adaptive Local Search (CDALS) algorithm. This algorithm is based on exploiting partially recurrent Elman Neural Network (ENN) and it can be divided into two main steps: the first one is the basic model of the Adaptive Local Search (ALS) proposed in our previous work. After that, a hybrid local search method is proposed by introducing the chaos signals into ALS. Thus, ALS and chaos are hybridized to form a powerful CDALS algorithm, which reasonably combines the searching ability of ALS and chaotic searching behavior. Simulation results show that the CDALS algorithm can eventually reach the global optimum or its good approximation with high probability, effectively enhance the searching efficiency and quality within reasonable number of iterations. Keywords: Elman neural network (ENN), Sunspot-related time series prediction, Adaptive local search (ALS), Chaotic dynamic 1. Introduction. As we know, Elman Neural Network (ENN) consists of a two-layer back propagation network with an additional feedback connection from the output of the hidden layer to its input. The advantage of this feedback path is that it allows the ENN to recognize and generate temporal patterns and spatial patterns. This means that after training, interrelations between the current input and internal states are processed to produce the output and to represent the relevant past information in the internal states. As a result, the ENN has been widely used in various fields, in which prediction is an important application direction [1-5]. Since the ENN usually uses the Back-Propagation (BP) based algorithms to deal with the various signals, it has been proved that it is difficult to overcome the weakness or inherent characteristics of the BP algorithm which suffers from slowness of convergence speed and easily gets stuck into the local minima. In contrast to the past learning algorithms employed by the ENN, we have found that all these learning algorithms, either the error BP based algorithms or the non error BP based algorithms employed by the ENN such as genetic algorithm [6,7] and simulated annealing algorithm [8] are difficult to achieve the satisfied learning solutions that is far from the optimal solution. So these problems call for the development of alternative training algorithms for ENN. As a novel optimization technique, chaos has gained much attention and some applications during the past decades. For a given energy or cost function, by following chaotic ergodic orbits, a chaotic dynamic system can eventually reach the global optimum or 647

2 648 Z. ZHANG, Z. TANG, S. GAO AND G. YANG Output units y(k) w=1.0 w=1.0 Hidden units x(k) c x(k) Context units Input units u(k) Figure 1. Structure of an Elman neural network model its good approximation with high probability. On the other hand, chaos which exhibits bounded dynamic unstable, pseudo random, non-period behavior enables the search system more capable of hill-climbing and escaping from local optima [9]. To enhance the performance of the Adaptive Local Search method (ALS) proposed by us [10,11], inspired by the basic traditional local search algorithm, a hybrid local search method is proposed by incorporating chaos into ALS. Thus, ALS and chaos are hybridized to form a chaotic dynamic adaptive local search method (CDALS), which reasonably combines the searching ability of ALS and chaotic searching behavior. In this paper, a CDALS algorithm based on the logistic equation is presented to learn ENN. Simulation results and comparisons with the other algorithms show that the CDALS can effectively enhance the searching efficiency and greatly improve the searching quality within reasonable number of iterations. The rest of the paper is organized as following: in Section 2, the structure of the ENN is described, and then the basic ALS algorithm is given. The CDALS algorithm is briefly described in Section 3. In Section 4, we apply the proposed algorithm into the prediction of sunspot-related time series to show its effectiveness. Finally we give the conclusion and expectation. 2. Adaptive Local Search Algorithm. Figure 1 shows the structure of a simple ENN. It is easy to observe that the ENN consists of four layers: input layer, hidden layer, context layer and output layer. The activations are copied from hidden layer to context layer on a one for one basis, generally, with fixed recurrent connection weight (w = 1.0). The forward connection weights are trainable between hidden units and context units as other weights. If self feedback gain a are introduced to the context unit for the ENN, it is called modified ENN [12], and the values of the self-connection weights (a) can be changed according to practical applications. When the value of a is 0, the network converts to the original ENN [13]. From Figure 1 we can see that the output of the jth context unit in the modified ENN is given by: x cj (k + 1) = ax cj (k) + x j (k) (1)

3 AN ALGORITHM OF CDALS METHOD FOR ENN 649 where x cj (k) and x j (k) are the outputs of the jth context unit and jth hidden unit, respectively. The value of the feedback gain a is the same for all self-connections and it is not modified by the training algorithm. Equation (1) can be unfolded through the dynamical recurrent trace by following: x cj (k + 1) = x j (k) + ax j (k 1) + a 2 x j (k 2) + a 3 x j (k 3) +... (2) Equation (2) means that the output of the context unit is an integration of the output of the hidden unit. Usually a is between 0 and 1, a value of a enables the ENN to trace further back into the past. So the ENN can perform prediction tasks by using its good memory for the learning data. According to our previous research work [10], we can get the learning algorithm of ALS as following rules: V k+1 = V k + k e l if MSE + < 0 and MSE + < MSE V k k e l if MSE < 0 and MSE < MSE + V k otherwise Also, in order to accelerate the convergence of the proposed algorithm, we use the parameter k in different intervals of the MSE values. (3) k = βmse 0 < β < 1 (4) where β parameter is analogous to a learning rate, and we use different β values to test the proposed algorithm. Equations (3) and (4) will perform the proposed algorithm iteratively and minimizes the error function along with the set of decent directions directly. Thus, the proposed algorithm could cause the error function M SE to decrease by all parameters change produced in a cycle. In addition, for the ALS algorithm [10], in this paper, we will add some new technical supplement. As we know, the condition that the ENN architecture can employ the BP algorithm is that the weights between hidden layer and context layer are fixed at 1. But now, we delete the mechanism of the fixed weights, and use random weights in ALS algorithm since we did not adopt BP-based algorithm. Thus, the memory capacity of the ENN will be enhanced, and it should perform better than the condition of fixed weights in generalization capacity aspects for the prediction tasks. 3. Chaotic Dynamic Adaptive Local Search (CDALS) Algorithm. Although the ALS learning algorithm described above may lead a convergence to a local minimum for the ENN, however it is not a thoroughly efficient way for the learning to reach the global minimum from the local minimum [10,14]. In order to avoid these disadvantages, we propose a hybrid local search method of solving the local minimum problem by incorporating chaos into ALS and apply it into sunspots related prediction tasks. As a kind of characteristic of nonlinear systems, chaos is a bounded unstable dynamic behavior that exhibits sensitive dependence on initial conditions and infinite unstable periodic motions. Although it appears to be stochastic, it occurs in a deterministic nonlinear system under deterministic conditions. In recently years, growing interests from physics, chemistry,biology and engineering have stimulated the studies of chaos for control [15,16], synchronization [17] and optimization [18-21]. There are several chaotic systems, such as Logistic map [22], mapping drawn from chaotic neuron [23], Tent mapping [24], Lorenz System [25], Chen System [26], and so on. The first three referenced chaotic systems can show good chaotic properties. If a

4 650 Z. ZHANG, Z. TANG, S. GAO AND G. YANG Figure 2. Dynamic of logistic map designed algorithm needs the candidate points to distribute in search space as much as possible, the three chaotic systems can meet this need. It has been demonstrated that these three chaotic systems display better randomness than other systems [27,28]. We adopt the Logistic map as a studying case. Nevertheless, it does not indicate that the adopted Logistic map outperforms the other two systems. Further works can be considered regarding to this issue. The logistic equation is defined by the following equation: cx i (k + 1) = 4cX i (k)(1 cx i (k)) 0 < β < 1, k = 1, 2... (5) where cx i denotes the ith chaotic variable and k represents the iteration number. Obviously, cx i (k) is distributed in the interval (0, 1) under the conditions that the initial cx i (0) (0, 1) and that cx i (0) {0.25, 0.5, 0.75}. Figure 6 shows its chaotic dynamics, where X i (0) = 0.1, k = 100. In this paper, the CDALS algorithm was developed to get a high quality solution for learning ENN networks by introducing the chaotic signal. The learning rule Equation (3) is modified by using Equation (5) as follows: V k+1 = V k + p 1 cv (k + 1) p 2 (6) cv (k + 1) = 4 cv (k) (1 cv (k)) where k denotes the iteration number, and the function x removes the fractional part of x and returns the resulting integer value. Furthermore, if x is negative, x returns the first negative integer less than or equal to x. The used architectures present only one input neuron, three number of hidden units chosen by performing several selection trials and one output unit. After the network design, we initialize the weights and thresholds of the connections in [ 1, 1]. Finally, the entire input sequence is presented into the network which is trained using CDALS algorithm. After training phase, we use the well trained network with steady and fixed parameters to test the prediction generalization capacity. Generally, the search procedures of the CDALS algorithm for learning ENN networks are described as Figure 3. The detailed learning algorithm proposed can be described by the following pseudo-codes: Step 1. Pre-process the training data. Step 2. Assign a three layered ENN as Figure 1.

5 AN ALGORITHM OF CDALS METHOD FOR ENN 651 Figure 3. General process of the proposed CDALS algorithm Step 3. Initialize all the parameters. Initialize the vector V (weights and thresholds) to small random values between 1 and 1 and other parameters (the maximal CPU limit time and error criterion), and set the maximum iteration times (M ax Epoch). Step 4. Present Inputs and Desired Outputs. Present a training input sequence and specify the desired outputs. Step 5. Calculate Actual Outputs. Using the employed functions in the hidden layer and the output layer to calculate the actual outputs. Step 6. Use the CDALS learning rule Equation (6) to adapt the weights and biasing parameters. Select a weight or a threshold randomly, and adjust it using Equation (6), If the new solution is better than V k or the predefined maximum iteration Max k is reached, output the new solution as the result of the CDALS and go to Step 7; otherwise, let k = k + 1 and repeat Step 4. Step 7. Use the traditional ALS learning rule Equations (3) and (4) to update the parameters. Step 8. Repeat by going to Step 4, until the window and biasing parameters stabilize. In science, chaos is used as a synonym for irregular behavior, whose long-term prediction is essentially unpredictable. Chaotic differential equations exhibit not only irregular behavior but they are also unstable with respect to small perturbations of their initial condition. Consequently it is difficult to forecast the future of time series only based on chaotic differential equations, so we design the CDALS algorithm by combining the ALS and chaos with their advantages, respectively. 4. Simulations The design of the sunspot experiment. Solar activity is regularly monitored by many world observatories and research centers that are able to provide the relative number of dark spots observed on the sun day after day. These data are recorded to give the so-called sunspot related time series. In the last years, there are many studies that have been made on the forecast of solar activity [29-32]. The sunspot series was the first time with series ever studied with autoregressive models, and thus has served as a benchmark in many literatures [33,34]. Consistent with these appraisals, we use the sunspot series time prediction to testify the validity of our proposed algorithm.

6 652 Z. ZHANG, Z. TANG, S. GAO AND G. YANG 200 Yearly sunspot number from 1700 to Number of dark spot Year Figure 4. The yearly sunspot number Also, according to the common practice,the accuracy of the prediction is evaluated in terms of the Normalized Mean Squared Error (NMSE), also called by some authors the Average Relative Variance (AVR): NMSE = 1 N (y σ 2 i ỹ i ) 2 (7) N where y i is the actual value of the ith point of the series of length N, ỹ i is the predicted values and σ 2 denotes a variance of true time series in the prediction interval N. In this paper, we use data provided by the Sunspot Index Data Center of the Federation of Astronomical and Geophysical Data Analysis Services [35]. It is common practice to use as the training data from 1700 to 1920 and to evaluate the performance of the model on two sets, from 1921 to 1955 (Test1) and from 1956 to 1979 (Test2). Test2 is non-stationary and is considered to be more difficult. We employ the Yearly Sunspot Number, showed in Figure 4, that contains the yearly number of dark spots from 1700 to Obviously, in order to make correct comparisons we have used the same set of values of other previous works. Also, we will compare our algorithm with numerous results found in literature. The algorithm proposed in this paper to predict sunspot-related time series is principally based on using ENN as a prediction framework, and it is characterized by a fine data preprocessing technique in order to prepare the most suitable training sets. In this paper, for the training data pre-processing, we adopted the pre-processing technique proposed by K. Kutza [36]. The pre-processed training data of sunspot are depicted as Figure Analysis of simulation results. For the time series prediction we adopted is the Yearly Sunspot Number. We use the data from 1700 to 1920 as training data in the training phase, and use two test sets to evaluate the performance of the trained network with steady learning parameters, one test set is from 1921 to 1955 and another test set is from 1980 to By testing several experiments, we have achieved the optimal performance using an ENN with three hidden layer neurons, β as 0.5. The prediction capacity and the comparison results with previous works are summarized in Table 1. From the simulation results of Table 1 we can see that the proposed CDALS algorithm outperformed simple AR (Auto-Regressive) models, fully recurrent neural networks DRNN (Dynamical Recurrent Neural Networks) presented in [37], the Committee Prediction method of Wan [29], the i=1

7 AN ALGORITHM OF CDALS METHOD FOR ENN Number of Sunspot processed by pre processing technique Year Figure 5. Pre-processed training data from 1700 to 1920 Table 1. Comparison of generalization capacity NMSE to the same testing sets for the single step prediction Training set Algorithms NMSE of Test1 NMSE of Test2 NMSE of Test3 AR(12) WNet DRNN N/A Training Set COMM ( ) RNN+BPTT N/A RNB+CBPTT N/A VGBP Propose CDALS recurrent networks trained with the Back Propagation Through Time algorithm (BPTT) and one of its variant, the Constructive BPTT developed in [38]. Only the Violation Guided Back Propagation technique (VGBP) [38], based on a recurrent Finite Impulse Response (FIR) network, is more accurate than our algorithm on the Test1. As we know, the prediction of Test2 and Test3 is more difficult than Test1, so we can conclude that our proposed algorithm has powerful prediction capacity and more accurate rate than those algorithms that often used as comparison object. We also gave the specific simulation curve Figure 6, in order to better understand the prediction capacity of our proposed algorithm. For the multi-steps prediction, there are two strategies often mentioned, one is to directly forecast the desired prediction horizon by training a network, another is to use the values predicted in the previous time steps as inputs for subsequent prediction. By analyzing both methods we have found that the direct approach is more suitable for our ENN. Table 2 is the mean results obtained until a prediction horizon from 2 to 6. From Table 2 we can see that our proposed CDALS algorithm has overwhelming advantage compared with existing other methods. So although the ALS is a traditional local search approach, but by introducing the chaotic dynamic signals, the CDALS exerted its robust and generalization capacity for the sunspot-related time prediction tasks. In order to make a comparison with the most recent results published in literature about a medium-term horizon prediction of the Yearly Sunspot Number, we have computed the

8 654 Z. ZHANG, Z. TANG, S. GAO AND G. YANG Table 2. Comparison of generalization capacity MSE test to the same testing sets for all algorithms Steps ahead Proposed CDALS RNN+BPTT RNN+CBPTT RNN+EBPTT Test2: Number of sunspots (processed) Test1: Test3: Year Figure 6. Single step prediction for sunspots from 1921 to 1990 NMSEs on the cumulated test set involving Test1, Test2 and Test3. In all the multi-step predictions, the trained well ENN present the best performance, as one can see also from Figure 6, which illustrates a graph showing a comparison between the actual values and the prediction values by using the proposed algorithm. Through above analysis of the simulation results from single prediction task to multisteps predictions we can see that it was suitable for the ENN to train and learn the sunspots number prediction by introducing the chaos signals into ALS algorithm, and the proposed CDALS algorithm not only achieved better training results but also obtained overwhelming advantage in prediction aspects. 5. Conclusion. In this paper, we proposed a Chaotic Dynamic Adaptive Local Search algorithm for ENN. The proposed algorithm was shown to be of high prediction capacity for the sunspot-related time series prediction than existing other algorithms. The proposed algorithm has been applied to the benchmark task including single prediction and multi-steps prediction of sun spots. So it could be concluded that the proposed algorithm was an effective algorithm for ENN to learning sequence time tasks. Besides that by using the CDALS algorithm to replace BP-based algorithm, calculations are easier since

9 AN ALGORITHM OF CDALS METHOD FOR ENN 655 no derivatives are required and local search is straightforward. However, one of the drawback of the proposed algorithm was that the consumption of the time take longer than some algorithms, we think it is our future work direction to shorten the learning time by developing other optimization techniques. Acknowledgment. The authors would like to thank many people who helped us in the experiments. The authors also gratefully acknowledge the helpful comments and suggestions of the reviewers, which have improved the presentation. REFERENCES [1] F. Fessant, S. Bengio and D. Collobert, On the prediction of solar activity using different neural network models, Annales Geophysicae, vol.14, pp.20-26, [2] T. Koskela, M. Lehtokangas, J. Saarinen and K. Kaski, Time series prediction with multilayer perceptron, FIR and Elman neural networks, Proc. of the 1996 World Congress on Neural Networks, [3] P. Stagge and B. Sendhoff, An extended Elman net for modeling time series, Int. Conf. Artificial Neural Networks, LNCS, vol.1327, pp , [4] H. He and X. Tian, An improved Elman network and its application in flatness prediction modeling, Proc. of the 2nd International Conference on Innovative Computing, Information and Control, Kumamoto, Japan, pp.552, [5] C. P. Lim and W. Y. Goh, The application of an ensemble of boosted Elman networks to time series prediction: A benchmark study, International Journal of Computational Intelligence, vol.3, no.2, [6] D. T. Pham and D. Karaboga, Training Elman and Jordan networks for system identification using genetic algorithms, Artificial Intelligence in Engineering, vol.13, pp , [7] X. Z. Gao and S. J. Ovaska, Genetic algorithm training of Elman neural network in motor fault detection, Neural Computation and Application, vol.11, pp.37-44, [8] D. T. Pham and D. Karaboga, Intelligent Optimization Techniques: Genetic Algorithm, Tabu Search, Simulated Annealing and Neural Networks, Springer, London, [9] B. Li and W. S. Jiang, Optimizing complex function by chaos search, Cybernetics and Systems, vol.64, pp , [10] Z. Zhang, Z. Tang and C. Vairappan, A novel learning method for Elman neural network using local search, Neural Information Processing Letters and Reviews, vol.11, no.8, pp , [11] Z. Zhang, G. Yang, J. Yi, Y. Zhu and Z. Tang, A new stochastic dynamic adaptive local search algorithm for Elman neural network, International Journal of Innovative Computing Information and Control, vol.4, no.11, pp , [12] D. T. Pham and X. Liu, Identification of linear and nonlinear dynamic systems using recurrent neural networks, Artificial Intelligence in Engineering, vol.8, pp.67-75, [13] J. Elman, Finding structure in time, Trends in Cognitive Sciences, vol.14, pp , [14] C. Vairappan, S. Gao, H. Tamura and Z. Tang, An improved learning of local search for fuzzy controller network, International Journal of Innovative Computing, Information and Control, vol.5, no.4, pp , [15] Z. Tang, O. Ishizuka and K. Tanno, A learning multiple-valued logic network that can explain reasoning, T. IEE Japan, vol.119-c, no.8-9, [16] E. Ott, C. Grebogi and J. A. Yorke, Controlling chaos, Phys. Rec. Lett., vol.64, pp , [17] K. Aihara, T. Takabe and M. Toyada, Chaotic neural networks, Phys. Lett. A, vol.144, pp , [18] B. Li and W. S. Jiang, Optimizing completes function by chaos search, Cybernet System, vol.29, pp , [19] Z. Lu, L. S. Shieh and G. R. Chen, On robust control of uncertain chaotic systems: A sliding-mode synthesis via chaos optimization, Chaos, Solutions and Fractals, vol.18, pp , [20] L. Zhao, L. S. Shieh, G. Chen and N. P. Coleman, Simplex sliding mode control for nonlinear uncertain systems via chaos optimization, Chaos, Solutions and Fractals, vol.23, pp , [21] R. M. May, Simple mathematical models with very complicated dynamics, Nature, vol.261, pp , 1976.

10 656 Z. ZHANG, Z. TANG, S. GAO AND G. YANG [22] L. Yang and T. Chen, Application of chaos in genetic algorithm, Communications in Theoretical Physics, vol.38, pp , [23] P. Collet and J. P. Eckmann, Iterated Maps of the Interval as Dynamical Systems, Birkhauser, Boston, [24] E. N. Lorenz, Deterministic nonperiodic flow, Journal of the Atmospheric Sciences, vol.20, pp , [25] G. Chen and T. Ueta, Yet another chaotic attractor, International Journal of Bifurcations and Chaos, vol.9, pp , [26] M. J. Ji and H. W. Tang, Application of chaos in simulated annealing, Chaos, Solitons and Fractals, vol.21, pp , [27] B. Liu, L. Wang, Y. H. Jin, F. Tang and D. X. Huang, Improved particle swarm optimization combined with chaos, Chaos, Solitons and Fractals, vol.25, pp , [28] E. A. Wan, Combining fossils and sunspots: Committee predictions, Proc. of the IEEE International Conference on Neural Networks, vol.4, pp , [29] T. J. Cholewo and J. M. Zurada, Sequential network construction for time series prediction, Proc. of the IEEE International Joint Conference on Neural Networks, Houston, TX, pp , [30] M. G. Genet and A. Petrowsky, Sunspot number prediction by a conditional distribution discrimination tree, Proc. of the IEEE International Joint Conference on Neural Networks, vol.1, pp , [31] F. Liu, G. Ng and C. Quek, Rldde: A novel reinforcement learning based dimension and delay estimator for neural networks in time series prediction, Neurocomputing, vol.70, no.7-9, pp , [32] H. Tamura, K. Tanno, H. Tanaka and Z. Zhang, Bi-directional function learning method for time series prediction, ICIC Express Letters, vol.2, no.4, pp , [33] A. S. Weigend, B. A. Huberman and D. Rumelhart, Predicting the future: A connectionist approach, Int. J. Neural System, no.1, pp , [34] R. A. M. van der Linden and the SIDC Team, Online Catalogue of the Sunspot Index, oma.be/html/sunspot.html. [35] K. Kutza, Neural Network at Your Fingertips, [36] A. Aussem, Dynamical recurrent neural networks towards prediction and modeling of dynamical systems, Neurocomputing, vol.28, pp , [37] R. Bone and M. Crucianu, An evaluation of constructive algorithms for recurrent networks on multistep ahead prediction, Proc. of the International Conference on Neural Information Processing, pp , [38] B. W. Wah and M. L. Qian, Time-series predictions using constrained formulations for neuralnetwork training and cross validation, Proc. of the International Conference on Intelligent Information Processing, the 16th IFIP World Computer Congress, pp , 2000.

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

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

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

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

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

COMBINED NEURAL NETWORKS FOR TIME SERIES ANALYSIS

COMBINED NEURAL NETWORKS FOR TIME SERIES ANALYSIS COMBINED NEURAL NETWORKS FOR TIME SERIES ANALYSIS Iris Ginzburg and David Horn School of Physics and Astronomy Raymond and Beverly Sackler Faculty of Exact Science Tel-Aviv University Tel-A viv 96678,

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

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

Optimization of PID parameters with an improved simplex PSO

Optimization of PID parameters with an improved simplex PSO Li et al. Journal of Inequalities and Applications (2015) 2015:325 DOI 10.1186/s13660-015-0785-2 R E S E A R C H Open Access Optimization of PID parameters with an improved simplex PSO Ji-min Li 1, Yeong-Cheng

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

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

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network

Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Chapter 2 The Research on Fault Diagnosis of Building Electrical System Based on RBF Neural Network Qian Wu, Yahui Wang, Long Zhang and Li Shen Abstract Building electrical system fault diagnosis is the

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

Computational Neural Network for Global Stock Indexes Prediction

Computational Neural Network for Global Stock Indexes Prediction Computational Neural Network for Global Stock Indexes Prediction Dr. Wilton.W.T. Fok, IAENG, Vincent.W.L. Tam, Hon Ng Abstract - In this paper, computational data mining methodology was used to predict

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

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

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

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement

Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Adaptive Demand-Forecasting Approach based on Principal Components Time-series an application of data-mining technique to detection of market movement Toshio Sugihara Abstract In this study, an adaptive

More information

Data Mining on Romanian Stock Market Using Neural Networks for Price Prediction

Data Mining on Romanian Stock Market Using Neural Networks for Price Prediction Informatica Economică vol. 17, no. 3/2013 125 Data Mining on Romanian Stock Market Using Neural Networks for Price Prediction Magdalena Daniela NEMEŞ, Alexandru BUTOI Business Information Systems Department

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

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

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

Internet Traffic Prediction by W-Boost: Classification and Regression

Internet Traffic Prediction by W-Boost: Classification and Regression Internet Traffic Prediction by W-Boost: Classification and Regression Hanghang Tong 1, Chongrong Li 2, Jingrui He 1, and Yang Chen 1 1 Department of Automation, Tsinghua University, Beijing 100084, China

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

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

Forecasting Of Indian Stock Market Index Using Artificial Neural Network

Forecasting Of Indian Stock Market Index Using Artificial Neural Network Forecasting Of Indian Stock Market Index Using Artificial Neural Network Proposal Page 1 of 8 ABSTRACT The objective of the study is to present the use of artificial neural network as a forecasting tool

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

Optimal PID Controller Design for AVR System

Optimal PID Controller Design for AVR System Tamkang Journal of Science and Engineering, Vol. 2, No. 3, pp. 259 270 (2009) 259 Optimal PID Controller Design for AVR System Ching-Chang Wong*, Shih-An Li and Hou-Yi Wang Department of Electrical Engineering,

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 New Method for Traffic Forecasting Based on the Data Mining Technology with Artificial Intelligent Algorithms

A New Method for Traffic Forecasting Based on the Data Mining Technology with Artificial Intelligent Algorithms Research Journal of Applied Sciences, Engineering and Technology 5(12): 3417-3422, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 17, 212 Accepted: November

More information

Research on the Performance Optimization of Hadoop in Big Data Environment

Research on the Performance Optimization of Hadoop in Big Data Environment Vol.8, No.5 (015), pp.93-304 http://dx.doi.org/10.1457/idta.015.8.5.6 Research on the Performance Optimization of Hadoop in Big Data Environment Jia Min-Zheng Department of Information Engineering, Beiing

More information

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

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

More information

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network

Network Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Network Netork Traffic Prediction Based on the Wavelet Analysis and Hopfield Neural Netork Sun Guang Abstract Build a mathematical model is the key problem of netork traffic prediction. Traditional single netork

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

Flexible Neural Trees Ensemble for Stock Index Modeling

Flexible Neural Trees Ensemble for Stock Index Modeling Flexible Neural Trees Ensemble for Stock Index Modeling Yuehui Chen 1, Ju Yang 1, Bo Yang 1 and Ajith Abraham 2 1 School of Information Science and Engineering Jinan University, Jinan 250022, P.R.China

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

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

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

More information

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

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

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

More information

A 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

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

Real Stock Trading Using Soft Computing Models

Real Stock Trading Using Soft Computing Models Real Stock Trading Using Soft Computing Models Brent Doeksen 1, Ajith Abraham 2, Johnson Thomas 1 and Marcin Paprzycki 1 1 Computer Science Department, Oklahoma State University, OK 74106, USA, 2 School

More information

Dynamic Neural Networks for Actuator Fault Diagnosis: Application to the DAMADICS Benchmark Problem

Dynamic Neural Networks for Actuator Fault Diagnosis: Application to the DAMADICS Benchmark Problem Dynamic Neural Networks for Actuator Fault Diagnosis: Application to the DAMADICS Benchmark Problem Krzysztof PATAN and Thomas PARISINI University of Zielona Góra Poland e-mail: k.patan@issi.uz.zgora.pl

More information

Study on the Evaluation for the Knowledge Sharing Efficiency of the Knowledge Service Network System in Agile Supply Chain

Study on the Evaluation for the Knowledge Sharing Efficiency of the Knowledge Service Network System in Agile Supply Chain Send Orders for Reprints to reprints@benthamscience.ae 384 The Open Cybernetics & Systemics Journal, 2015, 9, 384-389 Open Access Study on the Evaluation for the Knowledge Sharing Efficiency of the Knowledge

More information

Predict Influencers in the Social Network

Predict Influencers in the Social Network Predict Influencers in the Social Network Ruishan Liu, Yang Zhao and Liuyu Zhou Email: rliu2, yzhao2, lyzhou@stanford.edu Department of Electrical Engineering, Stanford University Abstract Given two persons

More information

COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID. Jovita Nenortaitė

COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID. Jovita Nenortaitė ISSN 1392 124X INFORMATION TECHNOLOGY AND CONTROL, 2005, Vol.34, No.3 COMPUTATIONIMPROVEMENTOFSTOCKMARKETDECISIONMAKING MODELTHROUGHTHEAPPLICATIONOFGRID Jovita Nenortaitė InformaticsDepartment,VilniusUniversityKaunasFacultyofHumanities

More information

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

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

More information

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

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

High Frequency Trading using Fuzzy Momentum Analysis

High Frequency Trading using Fuzzy Momentum Analysis Proceedings of the World Congress on Engineering 2 Vol I WCE 2, June 3 - July 2, 2, London, U.K. High Frequency Trading using Fuzzy Momentum Analysis A. Kablan Member, IAENG, and W. L. Ng. Abstract High

More information

Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian Regressive

Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian Regressive Journal of Information & Computational Science 12:9 (215) 3637 3646 June 1, 215 Available at http://www.joics.com Modeling and Prediction of Network Traffic Based on Hybrid Covariance Function Gaussian

More information

Forecasting Stock Prices using a Weightless Neural Network. Nontokozo Mpofu

Forecasting Stock Prices using a Weightless Neural Network. Nontokozo Mpofu Forecasting Stock Prices using a Weightless Neural Network Nontokozo Mpofu Abstract In this research work, we propose forecasting stock prices in the stock market industry in Zimbabwe using a Weightless

More information

CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER

CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER 93 CHAPTER 5 PREDICTIVE MODELING STUDIES TO DETERMINE THE CONVEYING VELOCITY OF PARTS ON VIBRATORY FEEDER 5.1 INTRODUCTION The development of an active trap based feeder for handling brakeliners was discussed

More information

NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS

NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS NEURAL NETWORK FUNDAMENTALS WITH GRAPHS, ALGORITHMS, AND APPLICATIONS N. K. Bose HRB-Systems Professor of Electrical Engineering The Pennsylvania State University, University Park P. Liang Associate Professor

More information

Studying Achievement

Studying Achievement Journal of Business and Economics, ISSN 2155-7950, USA November 2014, Volume 5, No. 11, pp. 2052-2056 DOI: 10.15341/jbe(2155-7950)/11.05.2014/009 Academic Star Publishing Company, 2014 http://www.academicstar.us

More information

Intrusion Detection via Machine Learning for SCADA System Protection

Intrusion Detection via Machine Learning for SCADA System Protection Intrusion Detection via Machine Learning for SCADA System Protection S.L.P. Yasakethu Department of Computing, University of Surrey, Guildford, GU2 7XH, UK. s.l.yasakethu@surrey.ac.uk J. Jiang Department

More information

Predictive time series analysis of stock prices using neural network classifier

Predictive time series analysis of stock prices using neural network classifier Predictive time series analysis of stock prices using neural network classifier Abhinav Pathak, National Institute of Technology, Karnataka, Surathkal, India abhi.pat93@gmail.com Abstract The work pertains

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

A Service Revenue-oriented Task Scheduling Model of Cloud Computing

A Service Revenue-oriented Task Scheduling Model of Cloud Computing Journal of Information & Computational Science 10:10 (2013) 3153 3161 July 1, 2013 Available at http://www.joics.com A Service Revenue-oriented Task Scheduling Model of Cloud Computing Jianguang Deng a,b,,

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

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

Research Article Forecasting Computer Products Sales by Integrating Ensemble Empirical Mode Decomposition and Extreme Learning Machine

Research Article Forecasting Computer Products Sales by Integrating Ensemble Empirical Mode Decomposition and Extreme Learning Machine Mathematical Problems in Engineering Volume 212, Article ID 83121, 15 pages doi:1.1155/212/83121 Research Article Forecasting Computer Products Sales by Integrating Ensemble Empirical Mode Decomposition

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

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

The Research on Demand Forecasting of Supply Chain Based on ICCELMAN

The Research on Demand Forecasting of Supply Chain Based on ICCELMAN 505 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 46, 2015 Guest Editors: Peiyu Ren, Yancang Li, Huiping Song Copyright 2015, AIDIC Servizi S.r.l., ISBN 978-88-95608-37-2; ISSN 2283-9216 The

More information

International Journal of Software and Web Sciences (IJSWS) www.iasir.net

International Journal of Software and Web Sciences (IJSWS) www.iasir.net International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Neural Networks and Wavelet De-Noising for Stock Trading and Prediction

Neural Networks and Wavelet De-Noising for Stock Trading and Prediction Chapter 11 Neural Networks and Wavelet De-Noising for Stock Trading and Prediction Lipo Wang and Shekhar Gupta * Abstract. In this chapter, neural networks are used to predict the future stock prices and

More information

Discrete Frobenius-Perron Tracking

Discrete Frobenius-Perron Tracking Discrete Frobenius-Perron Tracing Barend J. van Wy and Michaël A. van Wy French South-African Technical Institute in Electronics at the Tshwane University of Technology Staatsartillerie Road, Pretoria,

More information

A Stock Pattern Recognition Algorithm Based on Neural Networks

A Stock Pattern Recognition Algorithm Based on Neural Networks A Stock Pattern Recognition Algorithm Based on Neural Networks Xinyu Guo guoxinyu@icst.pku.edu.cn Xun Liang liangxun@icst.pku.edu.cn Xiang Li lixiang@icst.pku.edu.cn Abstract pattern respectively. Recent

More information

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

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

More information

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Jun Wang Department of Mechanical and Automation Engineering The Chinese University of Hong Kong Shatin, New Territories,

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) www.iasir.net International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

More information

XOR-based artificial bee colony algorithm for binary optimization

XOR-based artificial bee colony algorithm for binary optimization Turkish Journal of Electrical Engineering & Computer Sciences http:// journals. tubitak. gov. tr/ elektrik/ Research Article Turk J Elec Eng & Comp Sci (2013) 21: 2307 2328 c TÜBİTAK doi:10.3906/elk-1203-104

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

Graduate Certificate in Systems Engineering

Graduate Certificate in Systems Engineering Graduate Certificate in Systems Engineering Systems Engineering is a multi-disciplinary field that aims at integrating the engineering and management functions in the development and creation of a product,

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

PLAANN as a Classification Tool for Customer Intelligence in Banking

PLAANN as a Classification Tool for Customer Intelligence in Banking PLAANN as a Classification Tool for Customer Intelligence in Banking EUNITE World Competition in domain of Intelligent Technologies The Research Report Ireneusz Czarnowski and Piotr Jedrzejowicz Department

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

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

A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM

A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM Journal of Computational Information Systems 10: 17 (2014) 7629 7635 Available at http://www.jofcis.com A Health Degree Evaluation Algorithm for Equipment Based on Fuzzy Sets and the Improved SVM Tian

More information

A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem

A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem A Genetic Algorithm Approach for Solving a Flexible Job Shop Scheduling Problem Sayedmohammadreza Vaghefinezhad 1, Kuan Yew Wong 2 1 Department of Manufacturing & Industrial Engineering, Faculty of Mechanical

More information

Research Article Service Composition Optimization Using Differential Evolution and Opposition-based Learning

Research Article Service Composition Optimization Using Differential Evolution and Opposition-based Learning Research Journal of Applied Sciences, Engineering and Technology 11(2): 229-234, 2015 ISSN: 2040-7459; e-issn: 2040-7467 2015 Maxwell Scientific Publication Corp. Submitted: May 20, 2015 Accepted: June

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

A Learning Algorithm For Neural Network Ensembles

A Learning Algorithm For Neural Network Ensembles A Learning Algorithm For Neural Network Ensembles H. D. Navone, P. M. Granitto, P. F. Verdes and H. A. Ceccatto Instituto de Física Rosario (CONICET-UNR) Blvd. 27 de Febrero 210 Bis, 2000 Rosario. República

More information

A Novel Web Optimization Technique using Enhanced Particle Swarm Optimization

A Novel Web Optimization Technique using Enhanced Particle Swarm Optimization A Novel Web Optimization Technique using Enhanced Particle Swarm Optimization P.N.Nesarajan Research Scholar, Erode Arts & Science College, Erode M.Venkatachalam, Ph.D Associate Professor & HOD of Electronics,

More information

Combining Artificial Intelligence with Non-linear Data Processing Techniques for Forecasting Exchange Rate Time Series

Combining Artificial Intelligence with Non-linear Data Processing Techniques for Forecasting Exchange Rate Time Series Combining Artificial Intelligence with Non-linear Data Processing Techniques for Forecasting Exchange Rate Time Series Heng-Li Yang, 2 Han-Chou Lin, First Author Department of Management Information systems,

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

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data

A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data A Comparative Study of the Pickup Method and its Variations Using a Simulated Hotel Reservation Data Athanasius Zakhary, Neamat El Gayar Faculty of Computers and Information Cairo University, Giza, Egypt

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

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm

Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm , pp. 99-108 http://dx.doi.org/10.1457/ijfgcn.015.8.1.11 Wireless Sensor Networks Coverage Optimization based on Improved AFSA Algorithm Wang DaWei and Wang Changliang Zhejiang Industry Polytechnic College

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

BMOA: Binary Magnetic Optimization Algorithm

BMOA: Binary Magnetic Optimization Algorithm International Journal of Machine Learning and Computing Vol. 2 No. 3 June 22 BMOA: Binary Magnetic Optimization Algorithm SeyedAli Mirjalili and Siti Zaiton Mohd Hashim Abstract Recently the behavior of

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

Research on the UHF RFID Channel Coding Technology based on Simulink

Research on the UHF RFID Channel Coding Technology based on Simulink Vol. 6, No. 7, 015 Research on the UHF RFID Channel Coding Technology based on Simulink Changzhi Wang Shanghai 0160, China Zhicai Shi* Shanghai 0160, China Dai Jian Shanghai 0160, China Li Meng Shanghai

More information

ANT COLONY OPTIMIZATION ALGORITHM FOR RESOURCE LEVELING PROBLEM OF CONSTRUCTION PROJECT

ANT COLONY OPTIMIZATION ALGORITHM FOR RESOURCE LEVELING PROBLEM OF CONSTRUCTION PROJECT ANT COLONY OPTIMIZATION ALGORITHM FOR RESOURCE LEVELING PROBLEM OF CONSTRUCTION PROJECT Ying XIONG 1, Ya Ping KUANG 2 1. School of Economics and Management, Being Jiaotong Univ., Being, China. 2. College

More information

NONLINEAR TIME SERIES ANALYSIS

NONLINEAR TIME SERIES ANALYSIS NONLINEAR TIME SERIES ANALYSIS HOLGER KANTZ AND THOMAS SCHREIBER Max Planck Institute for the Physics of Complex Sy stems, Dresden I CAMBRIDGE UNIVERSITY PRESS Preface to the first edition pug e xi Preface

More information

Tolerance of Radial Basis Functions against Stuck-At-Faults

Tolerance of Radial Basis Functions against Stuck-At-Faults Tolerance of Radial Basis Functions against Stuck-At-Faults Ralf Eickhoff 1 and Ulrich Rückert 1 Heinz Nixdorf Institute System and Circuit Technology University of Paderborn, Germany eickhoff,rueckert@hni.upb.de

More information

Analysis of China Motor Vehicle Insurance Business Trends

Analysis of China Motor Vehicle Insurance Business Trends Analysis of China Motor Vehicle Insurance Business Trends 1 Xiaohui WU, 2 Zheng Zhang, 3 Lei Liu, 4 Lanlan Zhang 1, First Autho University of International Business and Economic, Beijing, wuxiaohui@iachina.cn

More information

Time series analysis of data from stress ECG

Time series analysis of data from stress ECG Communications to SIMAI Congress, ISSN 827-905, Vol. 3 (2009) DOI: 0.685/CSC09XXX Time series analysis of data from stress ECG Camillo Cammarota Dipartimento di Matematica La Sapienza Università di Roma,

More information