Evolving Complex-Valued Interval Type-2 Fuzzy Inference System

Size: px
Start display at page:

Download "Evolving Complex-Valued Interval Type-2 Fuzzy Inference System"

Transcription

1 Evolving Complex-Valued Interval Type-2 Fuzzy Inference System K. Subramanian Air Traffic Management Research Institute Nanyang Technological University Singapore, S. Suresh School of Computer Engineering Nanyang Technological University Singapore, Abstract Interval Type-2 fuzzy systems have been shown to be extremely capable of handling vagueness as well as uncertainty in data, while complex-valued fuzzy sets have been demonstrated to be capable of solving classification problems efficiently. This paper combines their collective advantage to propose a complexvalued Interval Type-2 Fuzzy Inference System (referred to as CIT2FIS). To derive the fuzzy rules, a Recursive Least Squares based algorithm is proposed. The proposed algorithm evolves (add/ prune) and adapts the rules in an evolving online fashion. During sequential learning, the networ monitors the error and nowledge contained in the current sample and either rules are evolved (added, pruned) to capture the nowledge in the sample, or the rule parameter updated. Upon rule addition, the centers are determined based on the current input and the output weights are analytically determined such that a least squares fit is obtained. This ensures that the rule retain its interpretability and accuracy. Parameter update is based on recursive least squares based approach. In order to maintain the parsimony of the networ, a data-driven rule pruning scheme is employed. To further enhance the generalization ability of the networ, wellnown meta-cognitive learning mechanism is employed in this wor. The performance of the proposed CIT2FIS is evaluated on a set of real-valued classification problems. The performance comparison with other state-of-the-art complex-valued as well as fuzzy classifiers clearly highlights the advantage of the proposed wor. Index Terms Complex-valued fuzzy system, recursive least squares, data driven, evolving system, self-regulation I. INTRODUCTION Fuzzy rule based systems have long been employed in soft-computing due to their interpretability as well as their intrinsic ability to handle vagueness. To enhance their ability in accurate solution formulation, fuzzy inference systems are combined with neural networ based approaches, nown as neuro-fuzzy inference systems. These systems have found use in various applications such as system identification [12], video analytics [17], and prediction [18]. In various real-world problems, where fuzzy/neural algorithms are employed, the data is noisy and the above said neuro-fuzzy inference systems cannot effectively handle these noise due to the use of precise Type-1 fuzzy sets. To overcome this issue, Zadeh [22] proposed Type-2 fuzzy sets. These Type- 2 fuzzy sets have been demonstrated to model noisy data efficiently, but at cost of increased computational load. To address this, Interval Type-2 fuzzy sets [6] as computational simplification of Type-2 fuzzy sets have been proposed. These Interval Type-2 fuzzy rule based systems and neuro-fuzzy inference systems have found immense research interest [7], [8], [14]. In the domain of neural networs, studies on the abilities of complex-valued neurons have revealed that they possess better computational power than their real-valued counterpart [9]. Further, the networs employing these neurons have been shown to have dual orthogonal decision boundaries which enable them to solve real-valued classification tass with ease [10]. These advantages have encouraged various researchers to develop complex-valued classifiers. A review about the same is available in [17]. Similar to real-valued neural networs, the complex-valued networs also lac interpretability and ability to handle noisy data. Combination of the properties of complex-valued neurons with Interval Type-2 fuzzy rules could result in complexvalued fuzzy rules being capable of handling uncertainty. Hence, in this wor, we propose a Complex-Valued Interval Type-2 Fuzzy Inference System. In literature such a complexvalued Interval Type-2 Fuzzy Inference System has earlier been proposed in [17]. This wor employs a projection based learning algorithm to grow and adapt the networ parameters. However, the learning technique proposed herein is not purely online as it requires nowledge about entire training samples. In order to facilitate fast learning in evolving/adaptive fashion, we propose a least squares/recursive least squares [5] based algorithm, referred to as Complex-Valued Interval Type-2 Fuzzy Inference System (CIT2FIS), wherein the rules are evolved and adapted in an online sequential fashion. The inference system employs Gaussian-lie rule antecedent capable of handling uncertainty in standard deviation, while the consequents are modeled based on Taagi-Sugeno-Kang inference mechanism. As an input is presented to the system, initially it is fuzzified and its footprint of uncertainty is determined. The resulting Interval Type-2 fuzzy membership is converted to corresponding Type-1 fuzzy membership by employing a computationally fast interval reduction technique proposed in [8]. Finally, the crisp output is determined by center of mass defuzzification. During learning, initially CIT2FIS is assumed to contain

2 zero rules. During learning, as each sample is presented to the learning algorithm, the system determines the prediction error and nowledge content in the sample to determine effective learning strategy. The nowledge contained in the current sample is learnt by either adding a new rule or updating the parameters of the existing rules. During rule addition, the rule center is initialized based on the input data. This helps the system preserve its interpretability (partially deterministic). The output weights are determined analytically by least squares based approach. In online learning scenario with streaming data, it is impractical to store and process input for weight estimation. To overcome this issue, we propose to use existing samples as pseudo-samples during rule addition. Since the rule addition is data-driven, the existing rules can act as representative of training samples. The parameter update employs a recursive least squares based approach. In online learning, the distribution of data might change and certain rules might become redundant. To remove such rules and preserve the parsimony of the networ, we also employ a data-driven rule pruning scheme, where consistently non-performing rules are pruned from the networ. Further, we also employ the well-nown meta-cognitive mechanism [17] to improve the generalization of the proposed system. The performance of the proposed CIT2FIS is evaluated on a set of real-valued classification problems from UCI machine learning repository [1]. The real-valued features are converted to complex-valued features by employing circular transformation [13]. Performance comparison with other stateof-the-art classifier clearly highlights the superior performance of the proposed method. To summarize, the main contributions of this paper are: Proposal of a Complex-valued Interval Type-2 fuzzy inference system (CIT2FIS). An adaptive and evolving algorithm proposed for CIT2FIS. Developed algorithm can learn in purely online fashion. Application to real-world classification problems. Rest of the paper is organized as follows. In the next Section, we briefly describe the proposed algorithm. In Section II, we present the CIT2FIS inference mechanism and least squares based learning algorithm. Then we conduct performance evaluation on a set of benchmar real-valued classification problems. Finally, the paper concludes in Section IV. II. COMPLEX-VALUED INTERVAL TYPE-2 FUZZY INFERENCE SYSTEM AND ITS LEARNING ALGORITHM In this section, we first present the problem definition, followed by the inference mechanism and learning algorithm of the proposed CIT2FIS. A. Problem Definition Let us assume the training data arrives sequentially and be given by [x t, c t ] t=1,2,, where the input x t = [x t 1,, x t m] C m is the complex-valued input features and c t [1,, n] is its corresponding class label, with n being the total number of classes. For solving classification problems, the class label c t is converted to complex-valued coded class label y t = [y1, t, yn] t C n as { yl t 1 + 1i if l = c t = l = 1,, n. (1) 1 1i otherwise The aim of any classifier is to find the decision surface mapping the input x to coded class label y (x y). CIT2FIS employs a set of rules to approximate the decision surface, based on the given input. We first describe the output inference mechanism of CIT2FIS, followed by its sequential/evolving learning algorithm. B. Inference Mechanism CIT2FIS employs Gaussian-lie membership to realize Interval Type-2 fuzzy rule antecedents with uncertain standard deviation, and the consequents realize Taagi-Sugeno-Kang inference process. Each rule consists of five parameters which maps the given input to the corresponding output. These parameters are: rule center µ, lower and upper limit of widths [σ L, σ U ], type-reduction parameter α, and output weight W. Let us assume the system consists of K rules. The detailed inference mechanism upon presenting t-th sample is detailed below. Initially, the input is fuzzified and lower, upper limits of membership, ([φ L, φu ]) for th rule is determined as ( ) = exp (xt µ )(x t µ ) H ( ) σ L 2 (2) φ L,t φ U,t = exp ( ) (xt µ )(x t µ ) H ( ) σ U 2, (3) where (.) H represent the Hermitian operation on the complexnumber. The resulting lower and upper limits of membership (called the foot print of uncertainty) are real-valued numbers in the range [0, 1]. It should be noted that the center µ C m is complex-valued while σ R 1 is real-valued in nature. As the implication of complex-valued spread of a fuzzy rule is yet to be fully understood, σ is chosen to be a real-valued quantity. Next, the Interval Type-2 fuzzy membership is converted to Type-1 fuzzy membership (interval reduction) and it is given by, φ t = α φ L,t + (1 α ) φ U,t. (4) In this wor, we employ the interval reduction technique employed in Nie-Tan [8]. There are various other typereduction/interval-reduction technique proposed in literature, and a review is available in [21]. However, it has been shown that Nie-Tan technique is fast and is capable of producing a closed-loop solution formulation. Finally, the membership is mapped bac to complex-valued space and the crisp output of the system (ŷ t ) is determined

3 by employing center of mass defuzzification technique, K ŷ t =1 = W φ t K. (5) p=1 φt p W C n is the output weight which maps the real-valued membership to complex-valued output. C. Learning Mechanism The objective of the learning mechanism is to minimize the error (e t ) between actual output y t and predicted output ŷ t. The error e t = [e t 1,, e t n] T C n is calculated as hinge-loss error [20] and is given by e t l = { y t l ŷ t l if R(y t l ) R(ŷt l ) < 1 0 otherwise l = 1,, n. (6) During learning, as each sample x t is presented to CIT2FIS, it infers the predicted output as described in Section II-B. Based on the predicted output, two monitory signals are calculated: Spherical Potential (ψ): Average distance of current sample from existing rules in an hyper dimensional feature space. It is calculated as ψ t = K =1 φt Maximum absolute error (E M ): It is calculated as K (7) E t M = max e t (8) Based on the above nowledge measures, the CIT2FIS decides on its learning strategies. In literature [4], [3], [14], [15], it has been shown that meta-cognitive learning mechanism helps a networ attain improved generalization performance. In this wor, we employ such a meta-cognitive learning scheme to improve the generalization performance of the networ. The meta-cognitive learning mechanism employed is a self-regulatory learning mechanism which monitors the nowledge content in the networ to efficiently decide on what-to-learn, when-to-learn and how-to-learn. These three learning mechanisms are realized using sample deletion strategy, sample reserve strategy and sample learning strategy, respectively. We shall describe each of these three strategies in detail, next. Sample Deletion Strategy: A sample is deleted without being learnt, if its prediction error is significantly low. This strategy helps the networ avoid over-training and as a result reduce the computational cost. The condition for sample deletion is given by E t M < E D (9) where, E D is sample delete threshold. In this wor, this threshold is chosen in the range [0.01, 0.1]. Sample Learning Strategy: According to this strategy, the fuzzy system evolves/adapts its structure and parameters based on the nowledge contained in the training sample. There are three different ways in which the system learns: rule addition, parameter update and rule pruning. Rule addition: CIT2FIS begins as batch learning algorithm. The first n samples belonging to n classes are initialized as rules and their membership covariance matrix, H is determined as per the equation H = φ 1 1 φ 1 K. φ t.. (10) φ n 1 φ n K The parameters σ L,U and α are randomly initialized. φ t for the sample x t as determined by the Eqn. (4). The output weights are estimated as W = H T, (11) where, T = [ y 1,, y t] T is the actual class labels of t samples and represents pseudo-inverse. For the subsequent samples, if the existing rules in the system cannot cover the current sample (as measured by spherical potential) and the prediction error is significantly high (measured by maximum absolute error), a new rule is added to the system to capture the nowledge in the current sample. The rule is added to the system if ψ t < E S AND E t M > E A (12) where, E S is the novelty threshold set in the range [0.3, 0.8] and E A is rule addition threshold, which is set in the range [1.2, 1.7]. The rule addition threshold is selfadapted based on the equation E A = γe A + (1 γ)e t M, (13) where, γ is set close to 1. Assuming the networ consists K rules upon learning t samples, the new rule is added as, µ K+1 = x t+1. (14) The coded-class labels of the class which rule represents (T) is set as T K+1 = y t (15) The other parameters (σ L,U K+1, α K+1) are randomly assigned. The data-based center initialization allows the system to retain its interpretability while allowing the data-clustering in an fuzzy framewor. During least squares based weight estimation, the dimension of H is dynamically adapted from K t to K + 1 t + 1. The weight matrix is re-estimated as given in Eqn. (11). Such a rule initialization however suffers from a set-bac. This adaptation of H matrix upon rule addition requires nowledge about all the samples, which is impractical in an online learning scenario. In order to overcome this issue, we propose the use of existing centers as pseudo-samples for adapting the H matrix. Since this wor employs data-based rule initialization, the pseudosamples can be considered as representatives of actual training samples. Also, since the centers are initialized

4 based on training samples, the class to which the rule belongs to is nown apriori (T matrix). This pseudoclass label along with H calculated by pseudo-samples could help in approximating the output weights, as given by Eqn.(11). Rule update: If the prediction error is not significantly high, then the parameters of the rules are updated by recursive least squares based approach. The rule is updated if E t M > E U (16) where, E U is the rule update threshold which is set in the range [0.5, 0.8]. The rule update threshold is self-adapted based on the equation E U = γe U (1 γ)e t M. (17) When rule update criterion is satisfied, the weights are updated as, W = W + P t H ( y t ŷ t), (18) where, P = ( H T H ) 1. P is updated as, P = P PT H T HP 1 + H T PH (19) Rule pruning: In an online learning system, as the data distribution varies, certain rules might become irrelevant. These rules might be removed the system to maintain its parsimony as well as improve the generalization performance. In this wor, we propose a data-driven rule pruning scheme. If the membership of a rule is consistently low for a window E W of training samples, these rules are assumed to be irrelevant to the system and are pruned from the networ. The rule pruning criterion is given as min φ < E P (20) =1,,K where E P is the pruning threshold. In this wor, E P is set in the range [0.01, 0.05]. The window size is recommended to be set as multiple of the number of classes. Sample Reserve Strategy: If none of the above sample deletion strategy or sample learning strategy is satisfied, the sample is reserved to be considered for learning at a later point in time. The self-regulatory nature of rule addition as well as rule update threshold will ensure that these samples are used for learning later. To summarize, the pseudo-code of the proposed CIT2FIS is provided in Algorithm 1. III. PERFORMANCE EVALUATION In this section, we evaluate the performance of CIT2FIS on a set of real-valued binary/multi-class classification problems from UCI machine learning repository [1]. The performance of the system is compared against existing real-valued as well as complex-valued fuzzy and neural classifiers, including, Online Sequential Fuzzy Extreme Learning Machine for First n training samples do Initialize the rules and learning parameters in batch learning mode using Eqs. 14, 10 and 11. end while Rest of the training samples are learnt do for each input x t do Calculate the predicted output ŷ t, prediction error E t and spherical potential ψ t for a given input x t. if Eqn. 9 is satisfied, then Sample is deleted from training sequence without learning. else if Eqn. 12 is satisfied, then A new rule is added to the system based on Eqn. 14. The H matrix is updated based on Eqn. 10 and output weight re-estimated based on Eqn. 11. Upon addition of a new-rule, the rule addition threshold is self-adapted based on Eqn. 13. The H matrix is updated by employing existing rules as pseudo-samples. else if Eqn. 16 is satisfied, then The output weights of the fuzzy rules are adapted based on the Eqs. 18 and 19. The rule update threshold is adapted based of the Eqn. 17. if Eqn. 20 is satisfied for E W contiguous samples, then The corresponding rule is pruned from the networ without being learnt. else Push the sample to the rear-end of the sample pool to be learnt later. if a sample is not learnt after few processing then remove it from the data-stream. end end Algorithm 1: Pseudo-code for CIT2FIS. (OS-F-ELM) [11], Meta-Cognitive Interval Type-2 Neuro- Fuzzy Inference System (McIT2FIS) [14], Complex-Valued Neuro-Fuzzy Inference System (CNFIS) [16], Meta-Cognitive Complex-Valued Interval Type-2 Neuro-Fuzzy Inference System (PBL-McCIT2FIS) [17] and also standard Support Vector Machine (SVM) [2]. For the complex-valued classifiers, the real-valued inputs are converted to complex-valued features by employing circular transformation [13]. The circular transform is given as x C p = sin ( a p x R p + 1i a p x R p + c p ) (21) where x C p is the complex-valued feature corresponding to realvalued features x R p. a, b are random real-valued quantities in the range [0, 1] and c is in the range [0, 2π]. This helps to shift the origin to enable effective usage of the four quadrants of the complex plane. In all the problems considered, the performance is measured based on three performance measures: percentage of training samples employed (P.S), overall

5 classification accuracy (η o ) and average classification accuracy (η a ). These measures are defined as, Number of samples used in training P.S. = T otal number of training samples (22) n l=1 η o = q ll 100% (23) N η a = 1 n q ll 100% (24) n N l l=1 wheren, N is the total number of samples, N l is the total number of samples in class l, and q ll is the number of correctly classified samples in class l. All the results reported in this study have been conducted on a Matlab R2011b runtime environment on a Windows system with 8Gb memory. The best solution for all the algorithms is report upon conducting grid search. The parameters of OS-F-ELM is obtained by employing constructive-destructive approach [19]. Three binary classification and three multi-class classification problems are considered in this study. These problems have been selected based on their class-wise imbalance (I.F.), which is given by I.F. = 1 n N min N l. (25) l=1,,n A tabulated description of the problems considered is provided in Table I. TABLE I REAL-VALUED CLASSIFICATION DATASET Dataset # Features # Classes # Samples I.F. BC PIMA LIVER Iris IS GI The results for all the algorithms for binary classification problems is given in Table II and for multi-class classification problems, its given in Table III. From the tables, it could be seen that overall CIT2FIS performs better than other algorithms employed. In case of binary classification problems, the performance of CIT2FIS is at par with the next best performing algorithm: PBL-McCIT2FIS. While in multi-class classification problems, CIT2FIS attains significantly better performance in comparison to other state-of-the-art complexvalued as well as Interval Type-2 fuzzy system. It could however be observed that CIT2FIS requires more number of rules to generalize the networ efficiently in comparison to PBL-McCIT2FIS. This might be due to the use of rules as pseudo-samples during learning. More number of rules might be required for attaining this high efficiency. For more parsimonious networ, one can substitute the pseudosamples with actual training samples. This might in turn cost computationally more. PBL-McCIT2FIS is also a complexvalued Interval Type-2 fuzzy inference system. However, the TABLE II PERFORMANCE COMPARISON FOR BINARY CLASSIFICATION PROBLEMS Data Algorithm P.S. Rules Testing Set η o η a SVM OS-F-ELM Liver McIT2FIS CNFIS PBL-McCIT2FIS CIT2FIS SVM OS-F-ELM PIMA McIT2FIS CNFIS PBL-McCIT2FIS CIT2FIS SVM OS-F-ELM BC McIT2FIS CNFIS PBL-McCIT2FIS CIT2FIS TABLE III PERFORMANCE COMPARISON FOR MULTI-CATEGORY CLASSIFICATION PROBLEMS Data Algorithm P.S. Rules Testing Set η o η a SVM OS-F-ELM Iris McIT2FIS CNFIS PBL-McCIT2FIS CIT2FIS SVM OS-F-ELM IS McIT2FIS CNFIS PBL-McCIT2FIS CIT2FIS SVM OS-F-ELM GI McIT2FIS CNFIS PBL-McCIT2FIS CIT2FIS membership function employed therein is q-gaussian and it realizes both uncertainty in mean as well as standard deviation, which helps it generalize the data well. Employing such an inference mechanism might help CIT2FIS attain better results, at increased computational cost. IV. CONCLUSION In this paper, we have proposed a purely online data-driven learning algorithm for Complex-valued Interval Type-2 Fuzzy Inference System (CIT2FIS). The proposed system evolves (add/prune) rules and adapts rule parameters based on the nowledge content in the samples. Moreover, the use of metacognitive learning mechanism helps it generalize the training data, efficiently. The classification ability of the CIT2FIS was evaluated on a set of real-valued classification problems. The performance comparison with other real-valued as well as

6 complex-valued state-of-the-art networs clearly indicates that the proposed networ can achieve more robust performance and better generalize the training data. In the future, this wor will be enhanced to efficiently predict/classify weather state for profiling. ACKNOWLEDGEMENT The authors wish to than the Air Traffic Management Research Institute (ATMRI), Nanyang Technological University, Singapore, for providing financial support (M ) to conduct this study. REFERENCES [1] B. C. and C. Merz, UCI repository of machine learning databases, 1998, department of Information and Computer Sciences, University of California, Irvine. [Online]. Available: [2] C. Chang and C. Lin, LIBSVM:a library for support vector machines, ACM Transactions on Intelligent Systems and Technology, vol. 2, no. 27, pp. 1 27, [3] A. K. Das, K. Subramanian, and S. Suresh, A computationally fast interval type-2 neuro-fuzzy inference system and its meta-cognitive projection based learning algorithm, in IEEE International Joint Conference on Neural Networs, 2014, pp [4], An evolving interval type-2 neuro-fuzzy inference system and its meta-cognitive sequential learning algorithm, IEEE Trans. Fuzzy Systems, vol. -, no. -, pp., 2015, doi: /tfuzz [5] C. Lawson and R. Hanson, Solving least squares problems. Prentice- Hall, 1974, vol [6] Q. Liang and J. Mendel, Interval type-2 fuzzy logic systems: Theory and design, IEEE Trans. Fuzzy Systems, vol. 8, no. 5, pp , [7] Y. Lin, S. Liao, J. Chang, and C. Lin, Simplified interval type-2 fuzzy neural networs, IEEE Trans. Neural Networs and Learning Systems, vol. 25, no. 5, pp , [8] M. Nie and W. Tan, Towards an efficient type-reduction method for interval type-2 fuzzy logic systems, in IEEE Intl. Conf. Fuzzy Systems, 2008, pp [9] T. Nitta, The computational power of complex-valued neuron, in Artificial Neural Networs and Neural Information Processing, ser. Lecture Notes in Computer Science, vol. 2714, 2003, pp [10], Orthogonality of decision boundaries of complex-valued neural networs, Neural Computation, vol. 16, no. 1, pp , [11] H. Rong, G. Huang, N. Sundararajan, and P. Saratchandran, Online sequential fuzzy extreme learning machine for function approximation and classification problems, IEEE Trans. System, Man and Cybern, Part B: Cybern, vol. 39, no. 4, pp , [12] H. Rong, N. Sundararajan, G. Huang, and P. Saratchandran, Sequential adaptive fuzzy inference system (SAFIS) for non-linear system identification and prediction, Fuzzy Sets and Systems, vol. 157, no. 9, pp , [13] R. Savitha, S. Suresh, and N. Sundararajan, Fast learning circular complex-valued extreme learning machine (cc-elm) for real-valued classification problems, Information Sciences, vol. 187, no. 1, pp , [14] K. Subramanian, A. K. Das, S. Sundaram, and R. Savitha, A metacognitive interval type-2 fuzzy inference system and its projection based learning algorithm, Evolving Systems, vol. 5, no. 4, pp , [15] K. Subramanian, R. Savitha, and S. Suresh, A meta-cognitive interval type-2 fuzzy inference system classifier and its projection based learning algorithm, in IEEE Conference on Evolving and Adaptive Intelligent Systems, 2013, pp [16], A complex-valued neuro-fuzzy inference system and its learning mechanism, Neurocomputing, vol. 123, no. 0, pp , [17], A metacognitive complex-valued interval type-2 fuzzy inference system, Neural Networs and Learning Systems, IEEE Transactions on, vol. 25, no. 9, pp , [18] K. Subramanian, S. Sundaram, and N. Sundararajan, A meta-cognitive neuro-fuzzy inference system (McFIS) for sequential classification problems, IEEE Transactions on Fuzzy Systems, vol. 21, no. 6, pp , [19] S. Suresh, S. Omar, V. Mani, and T. Gurupraash, Lift coefficient predictiona t high angle of attac using recurrent neural networs, Aerospace Science and Technology, vol. 7, no. 8, pp , [20] S. Suresh, N. Sundararajan, and P. Saratchandran, Ris sensitive loss functions for sparse multi-category classification problems, Information Sciences, vol. 179, no. 21, pp , [21] D. Wu, An overview of alternative type-reduction approaches for reducing the comptational cost of interval type-2 fuzzy logic controllers, in IEEE Intl. Conf. Fuzzy Systems, 2012, pp [22] L. Zadeh, The concept of a linguistic variable and its application to approximate reasoning, Information Sciences, vol. 8, no. 3, pp , 1975.

A Novel Fuzzy Neural Network Based Distance Relaying Scheme

A Novel Fuzzy Neural Network Based Distance Relaying Scheme 902 IEEE TRANSACTIONS ON POWER DELIVERY, VOL. 15, NO. 3, JULY 2000 A Novel Fuzzy Neural Network Based Distance Relaying Scheme P. K. Dash, A. K. Pradhan, and G. Panda Abstract This paper presents a new

More information

CC4.5: cost-sensitive decision tree pruning

CC4.5: cost-sensitive decision tree pruning Data Mining VI 239 CC4.5: cost-sensitive decision tree pruning J. Cai 1,J.Durkin 1 &Q.Cai 2 1 Department of Electrical and Computer Engineering, University of Akron, U.S.A. 2 Department of Electrical Engineering

More information

Adaptive Waveforms for Target Class Discrimination

Adaptive Waveforms for Target Class Discrimination Adaptive Waveforms for Target Class Discrimination Jun Hyeong Bae and Nathan A. Goodman Department of Electrical and Computer Engineering University of Arizona 3 E. Speedway Blvd, Tucson, Arizona 857 dolbit@email.arizona.edu;

More information

CHAPTER 4 AN EFFICIENT ANFIS BASED SELF TUNING OF PI CONTROLLER FOR CURRENT HARMONIC MITIGATION

CHAPTER 4 AN EFFICIENT ANFIS BASED SELF TUNING OF PI CONTROLLER FOR CURRENT HARMONIC MITIGATION 92 CHAPTER 4 AN EFFICIENT ANFIS BASED SELF TUNING OF PI CONTROLLER FOR CURRENT HARMONIC MITIGATION 4.1 OVERVIEW OF PI CONTROLLER Proportional Integral (PI) controllers have been developed due to the unique

More information

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study

Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Simulation of Synchronous Machine in Stability Study for Power System: Garri Station as a Case Study Bahar A. Elmahi. Industrial Research & Consultancy Center, baharelmahi@yahoo.com Abstract- This paper

More information

UC Berkeley Building Efficiency and Sustainability in the Tropics (SinBerBEST)

UC Berkeley Building Efficiency and Sustainability in the Tropics (SinBerBEST) UC Berkeley Building Efficiency and Sustainability in the Tropics (SinBerBEST) Title An Online Sequential Extreme Learning Machine Approach to WiFi Based Indoor Positioning Permalink https://escholarship.org/uc/item/8r39g5mm

More information

Tuning Of Conventional Pid And Fuzzy Logic Controller Using Different Defuzzification Techniques

Tuning Of Conventional Pid And Fuzzy Logic Controller Using Different Defuzzification Techniques Tuning Of Conventional Pid And Fuzzy Logic Controller Using Different Defuzzification Techniques Afshan Ilyas, Shagufta Jahan, Mohammad Ayyub Abstract:- This paper presents a method for tuning of conventional

More information

Application of Soft Computing Techniques in Water Resources Engineering

Application of Soft Computing Techniques in Water Resources Engineering International Journal of Dynamics of Fluids. ISSN 0973-1784 Volume 13, Number 2 (2017), pp. 197-202 Research India Publications http://www.ripublication.com Application of Soft Computing Techniques in

More information

Replacing Fuzzy Systems with Neural Networks

Replacing Fuzzy Systems with Neural Networks Replacing Fuzzy Systems with Neural Networks Tiantian Xie, Hao Yu, and Bogdan Wilamowski Auburn University, Alabama, USA, tzx@auburn.edu, hzy@auburn.edu, wilam@ieee.org Abstract. In this paper, a neural

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS

FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS FUZZY AND NEURO-FUZZY MODELLING AND CONTROL OF NONLINEAR SYSTEMS Mohanadas K P Department of Electrical and Electronics Engg Cukurova University Adana, Turkey Shaik Karimulla Department of Electrical Engineering

More information

Mikko Myllymäki and Tuomas Virtanen

Mikko Myllymäki and Tuomas Virtanen NON-STATIONARY NOISE MODEL COMPENSATION IN VOICE ACTIVITY DETECTION Mikko Myllymäki and Tuomas Virtanen Department of Signal Processing, Tampere University of Technology Korkeakoulunkatu 1, 3370, Tampere,

More information

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems

Transmit Power Allocation for BER Performance Improvement in Multicarrier Systems Transmit Power Allocation for Performance Improvement in Systems Chang Soon Par O and wang Bo (Ed) Lee School of Electrical Engineering and Computer Science, Seoul National University parcs@mobile.snu.ac.r,

More information

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO Antennas and Propagation b: Path Models Rayleigh, Rician Fading, MIMO Introduction From last lecture How do we model H p? Discrete path model (physical, plane waves) Random matrix models (forget H p and

More information

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw

Figure 1. Artificial Neural Network structure. B. Spiking Neural Networks Spiking Neural networks (SNNs) fall into the third generation of neural netw Review Analysis of Pattern Recognition by Neural Network Soni Chaturvedi A.A.Khurshid Meftah Boudjelal Electronics & Comm Engg Electronics & Comm Engg Dept. of Computer Science P.I.E.T, Nagpur RCOEM, Nagpur

More information

A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM

A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM A Hybrid Synchronization Technique for the Frequency Offset Correction in OFDM Sameer S. M Department of Electronics and Electrical Communication Engineering Indian Institute of Technology Kharagpur West

More information

COMPUTATONAL INTELLIGENCE

COMPUTATONAL INTELLIGENCE COMPUTATONAL INTELLIGENCE October 2011 November 2011 Siegfried Nijssen partially based on slides by Uzay Kaymak Leiden Institute of Advanced Computer Science e-mail: snijssen@liacs.nl Katholieke Universiteit

More information

Performance Comparison of Power Control Methods That Use Neural Network and Fuzzy Inference System in CDMA

Performance Comparison of Power Control Methods That Use Neural Network and Fuzzy Inference System in CDMA International Journal of Innovation Engineering and Science Research Open Access Performance Comparison of Power Control Methods That Use Neural Networ and Fuzzy Inference System in CDMA Yalcin Isi Silife-Tasucu

More information

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine

Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Journal of Clean Energy Technologies, Vol. 4, No. 3, May 2016 Classification of Voltage Sag Using Multi-resolution Analysis and Support Vector Machine Hanim Ismail, Zuhaina Zakaria, and Noraliza Hamzah

More information

Development and Performance Analysis of a Class of Intelligent Target Recognition Algorithms

Development and Performance Analysis of a Class of Intelligent Target Recognition Algorithms Development and Performance Analysis of a Class of Intelligent Recognition Algorithms Mark Tillman Defense Intelligence Agency Missile and Space Intelligence Center Redstone Arsenal, AL 35898-55 rmt@msic.dia.mil

More information

Boundary Controller Based on Fuzzy Logic Control for Certain Aircraft

Boundary Controller Based on Fuzzy Logic Control for Certain Aircraft Boundary Controller Based on Fuzzy Logic Control for Certain Aircraft YANG Wenjie DONG Jianjun QIAN Kun ANG Xiangping Department of Aerial Instrument and Electric Engineering The First Aeronautical Institute

More information

A Fuzzy Knowledge-Based Controller to Tune PID Parameters

A Fuzzy Knowledge-Based Controller to Tune PID Parameters Session 2520 A Fuzzy Knowledge-Based Controller to Tune PID Parameters Ali Eydgahi, Mohammad Fotouhi Engineering and Aviation Sciences Department / Technology Department University of Maryland Eastern

More information

Background Pixel Classification for Motion Detection in Video Image Sequences

Background Pixel Classification for Motion Detection in Video Image Sequences Background Pixel Classification for Motion Detection in Video Image Sequences P. Gil-Jiménez, S. Maldonado-Bascón, R. Gil-Pita, and H. Gómez-Moreno Dpto. de Teoría de la señal y Comunicaciones. Universidad

More information

Variable Step-Size LMS Adaptive Filters for CDMA Multiuser Detection

Variable Step-Size LMS Adaptive Filters for CDMA Multiuser Detection FACTA UNIVERSITATIS (NIŠ) SER.: ELEC. ENERG. vol. 7, April 4, -3 Variable Step-Size LMS Adaptive Filters for CDMA Multiuser Detection Karen Egiazarian, Pauli Kuosmanen, and Radu Ciprian Bilcu Abstract:

More information

Chapter 4 Investigation of OFDM Synchronization Techniques

Chapter 4 Investigation of OFDM Synchronization Techniques Chapter 4 Investigation of OFDM Synchronization Techniques In this chapter, basic function blocs of OFDM-based synchronous receiver such as: integral and fractional frequency offset detection, symbol timing

More information

Voice Activity Detection

Voice Activity Detection Voice Activity Detection Speech Processing Tom Bäckström Aalto University October 2015 Introduction Voice activity detection (VAD) (or speech activity detection, or speech detection) refers to a class

More information

DC Motor Speed Control: A Case between PID Controller and Fuzzy Logic Controller

DC Motor Speed Control: A Case between PID Controller and Fuzzy Logic Controller DC Motor Speed Control: A Case between PID Controller and Fuzzy Logic Controller Philip A. Adewuyi Mechatronics Engineering Option, Department of Mechanical and Biomedical Engineering, Bells University

More information

Fuzzy Expert System for the Competitiveness Evaluation of Shipbuilding Companies

Fuzzy Expert System for the Competitiveness Evaluation of Shipbuilding Companies JOURNAL OF SOFTWARE, VOL. 9, NO. 3, MARCH 2014 663 Fuzzy Expert System for the Competitiveness Evaluation of Shipbuilding Companies Jianing Zheng School of Naval Architecture, Ocean and Civil Engineering,

More information

A Robust Neural Fuzzy Petri Net Controller For A Temperature Control System

A Robust Neural Fuzzy Petri Net Controller For A Temperature Control System Available online at www.sciencedirect.com Procedia Computer Science 5 (2011) 881 890 Wireless Networked Control Systems (WNCS) A Robust Neural Fuzzy Petri Net Controller For A Temperature Control System

More information

A Fuzzy Sliding Mode Controller for a Field-Oriented Induction Motor Drive

A Fuzzy Sliding Mode Controller for a Field-Oriented Induction Motor Drive A Fuzzy Sliding Mode Controller for a Field-Oriented Induction Motor Drive Dr K B Mohanty, Member Department of Electrical Engineering, National Institute of Technology, Rourkela, India This paper presents

More information

A FUZZY LOW-PASS FILTER FOR IMAGE NOISE REDUCTION

A FUZZY LOW-PASS FILTER FOR IMAGE NOISE REDUCTION A FUZZY LOW-PASS FILTER FOR IMAGE NOISE REDUCTION Surya Agustian 1, M. Rahmat Widyanto 1 Informatics Technology, Faculty of Information Technology, YARSI University Jl. Letjend. Suprapto 13, Cempaka Putih,

More information

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Wolfram Burgard, Cyrill Stachniss, Kai Arras, Maren Bennewitz Activity Recognition Based on L. Liao, D. J. Patterson, D. Fox,

More information

Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis

Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis Frequency Hopping Spread Spectrum Recognition Based on Discrete Fourier Transform and Skewness and Kurtosis Hadi Athab Hamed 1, Ahmed Kareem Abdullah 2 and Sara Al-waisawy 3 1,2,3 Al-Furat Al-Awsat Technical

More information

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Sai kiran pudi 1, T. Syama Sundara 2, Dr. Nimmagadda Padmaja 3 Department of Electronics and Communication Engineering, Sree

More information

Vision Defect Identification System (VDIS) using Knowledge Base and Image Processing Framework

Vision Defect Identification System (VDIS) using Knowledge Base and Image Processing Framework Vishal Dahiya* et al. / (IJRCCT) INTERNATIONAL JOURNAL OF RESEARCH IN COMPUTER AND COMMUNICATION TECHNOLOGY Vol No. 1, Issue No. 1 Vision Defect Identification System (VDIS) using Knowledge Base and Image

More information

Comparison of Adaptive Neuro-Fuzzy based PSS and SSSC Controllers for Enhancing Power System Oscillation Damping

Comparison of Adaptive Neuro-Fuzzy based PSS and SSSC Controllers for Enhancing Power System Oscillation Damping AMSE JOURNALS 216-Series: Advances C; Vol. 71; N 1 ; pp 24-38 Submitted Dec. 215; Revised Feb. 17, 216; Accepted March 15, 216 Comparison of Adaptive Neuro-Fuzzy based PSS and SSSC Controllers for Enhancing

More information

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang

Wireless Communication: Concepts, Techniques, and Models. Hongwei Zhang Wireless Communication: Concepts, Techniques, and Models Hongwei Zhang http://www.cs.wayne.edu/~hzhang Outline Digital communication over radio channels Channel capacity MIMO: diversity and parallel channels

More information

Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations

Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations Online Large Margin Semi-supervised Algorithm for Automatic Classification of Digital Modulations Hamidreza Hosseinzadeh*, Farbod Razzazi**, and Afrooz Haghbin*** Department of Electrical and Computer

More information

College of Engineering

College of Engineering WiFi and WCDMA Network Design Robert Akl, D.Sc. College of Engineering Department of Computer Science and Engineering Outline WiFi Access point selection Traffic balancing Multi-Cell WCDMA with Multiple

More information

DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM USING NEURO-FUZZY ALGORITHM

DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM USING NEURO-FUZZY ALGORITHM DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM 55 Jurnal Teknologi, 35(D) Dis. 2001: 55 64 Universiti Teknologi Malaysia DESIGNING POWER SYSTEM STABILIZER FOR MULTIMACHINE POWER SYSTEM

More information

Spatial-Temporal Data Mining in Traffic Incident Detection

Spatial-Temporal Data Mining in Traffic Incident Detection Spatial-Temporal Data Mining in Traffic Incident Detection Ying Jin, Jing Dai, Chang-Tien Lu Department of Computer Science, Virginia Polytechnic Institute and State University {jiny, daij, ctlu}@vt.edu

More information

Performance Evaluation of different α value for OFDM System

Performance Evaluation of different α value for OFDM System Performance Evaluation of different α value for OFDM System Dr. K.Elangovan Dept. of Computer Science & Engineering Bharathidasan University richirappalli Abstract: Orthogonal Frequency Division Multiplexing

More information

Cubature Kalman Filtering: Theory & Applications

Cubature Kalman Filtering: Theory & Applications Cubature Kalman Filtering: Theory & Applications I. (Haran) Arasaratnam Advisor: Professor Simon Haykin Cognitive Systems Laboratory McMaster University April 6, 2009 Haran (McMaster) Cubature Filtering

More information

CHAPTER 6. CALCULATION OF TUNING PARAMETERS FOR VIBRATION CONTROL USING LabVIEW

CHAPTER 6. CALCULATION OF TUNING PARAMETERS FOR VIBRATION CONTROL USING LabVIEW 130 CHAPTER 6 CALCULATION OF TUNING PARAMETERS FOR VIBRATION CONTROL USING LabVIEW 6.1 INTRODUCTION Vibration control of rotating machinery is tougher and a challenging challengerical technical problem.

More information

Maturity Detection of Fruits and Vegetables using K-Means Clustering Technique

Maturity Detection of Fruits and Vegetables using K-Means Clustering Technique Maturity Detection of Fruits and Vegetables using K-Means Clustering Technique Ms. K.Thirupura Sundari 1, Ms. S.Durgadevi 2, Mr.S.Vairavan 3 1,2- A.P/EIE, Sri Sairam Engineering College, Chennai 3- Student,

More information

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network

Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network 436 JOURNAL OF COMPUTERS, VOL. 5, NO. 9, SEPTEMBER Image Recognition for PCB Soldering Platform Controlled by Embedded Microchip Based on Hopfield Neural Network Chung-Chi Wu Department of Electrical Engineering,

More information

Image Segmentation by Complex-Valued Units

Image Segmentation by Complex-Valued Units Image Segmentation by Complex-Valued Units Cornelius Weber and Stefan Wermter Hybrid Intelligent Systems, SCAT, University of Sunderland, UK Abstract. Spie synchronisation and de-synchronisation are important

More information

Towards Brain-inspired Computing

Towards Brain-inspired Computing Towards Brain-inspired Computing Zoltan Gingl (x,y), Sunil Khatri (+) and Laszlo B. Kish (+) (x) Department of Experimental Physics, University of Szeged, Dom ter 9, Szeged, H-6720 Hungary (+) Department

More information

Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping

Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping K.Sathananthan and C. Tellambura SCSSE, Faculty of Information Technology Monash University, Clayton

More information

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC)

Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Chapter 1: Introduction to Neuro-Fuzzy (NF) and Soft Computing (SC) Introduction (1.1) SC Constituants and Conventional Artificial Intelligence (AI) (1.2) NF and SC Characteristics (1.3) Jyh-Shing Roger

More information

FEKF ESTIMATION FOR MOBILE ROBOT LOCALIZATION AND MAPPING CONSIDERING NOISE DIVERGENCE

FEKF ESTIMATION FOR MOBILE ROBOT LOCALIZATION AND MAPPING CONSIDERING NOISE DIVERGENCE 2006-2016 Asian Research Publishing Networ (ARPN). All rights reserved. FEKF ESIMAION FOR MOBILE ROBO LOCALIZAION AND MAPPING CONSIDERING NOISE DIVERGENCE Hamzah Ahmad, Nur Aqilah Othman, Saifudin Razali

More information

A fast and accurate distance relaying scheme using an efficient radial basis function neural network

A fast and accurate distance relaying scheme using an efficient radial basis function neural network Electric Power Systems Research 60 (2001) 1 8 www.elsevier.com/locate/epsr A fast and accurate distance relaying scheme using an efficient radial basis function neural network A.K. Pradhan *, P.K. Dash,

More information

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani

Neuro-Fuzzy and Soft Computing: Fuzzy Sets. Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Chapter 1 of Neuro-Fuzzy and Soft Computing by Jang, Sun and Mizutani Outline Introduction Soft Computing (SC) vs. Conventional Artificial Intelligence (AI) Neuro-Fuzzy (NF) and SC Characteristics 2 Introduction

More information

Detection and Identification of PQ Disturbances Using S-Transform and Artificial Intelligent Technique

Detection and Identification of PQ Disturbances Using S-Transform and Artificial Intelligent Technique American Journal of Electrical Power and Energy Systems 5; 4(): -9 Published online February 7, 5 (http://www.sciencepublishinggroup.com/j/epes) doi:.648/j.epes.54. ISSN: 36-9X (Print); ISSN: 36-9 (Online)

More information

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection

Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India. Fig.1.Neuron and its connection NEUROCOMPUTATION FOR MICROSTRIP ANTENNA Sonia Sharma ECE Department, University Institute of Engineering and Technology, MDU, Rohtak, India Abstract: A Neural Network is a powerful computational tool that

More information

Adaptive Noise Cancellation with Fast Tunable RBF Network

Adaptive Noise Cancellation with Fast Tunable RBF Network Adaptive Noise Cancellation with Fast Tunable RBF Network Hao Chen, Yu Gong and Xia Hong School of Systems Engineering, University of Reading, Reading, RG6 6AY, UK E-mail: hao.chen@pgr.reading.ac.uk, {y.gong,

More information

Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study

Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study F. Ü. Fen ve Mühendislik Bilimleri Dergisi, 7 (), 47-56, 005 Classification of Analog Modulated Communication Signals using Clustering Techniques: A Comparative Study Hanifi GULDEMIR Abdulkadir SENGUR

More information

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise

Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise 51 Noise Adaptive and Similarity Based Switching Median Filter for Salt & Pepper Noise F. Katircioglu Abstract Works have been conducted recently to remove high intensity salt & pepper noise by virtue

More information

16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004

16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004 16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004 Tracking a Maneuvering Target Using Neural Fuzzy Network Fun-Bin Duh and Chin-Teng Lin, Senior Member,

More information

Classification of Road Images for Lane Detection

Classification of Road Images for Lane Detection Classification of Road Images for Lane Detection Mingyu Kim minkyu89@stanford.edu Insun Jang insunj@stanford.edu Eunmo Yang eyang89@stanford.edu 1. Introduction In the research on autonomous car, it is

More information

A new fuzzy self-tuning PD load frequency controller for micro-hydropower system

A new fuzzy self-tuning PD load frequency controller for micro-hydropower system IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS A new fuzzy self-tuning PD load frequency controller for micro-hydropower system Related content - A micro-hydropower system model

More information

Digital Modulation Recognition Based on Feature, Spectrum and Phase Analysis and its Testing with Disturbed Signals

Digital Modulation Recognition Based on Feature, Spectrum and Phase Analysis and its Testing with Disturbed Signals Digital Modulation Recognition Based on Feature, Spectrum and Phase Analysis and its Testing with Disturbed Signals A. KUBANKOVA AND D. KUBANEK Department of Telecommunications Brno University of Technology

More information

A Novel Color Image Denoising Technique Using Window Based Soft Fuzzy Filter

A Novel Color Image Denoising Technique Using Window Based Soft Fuzzy Filter A Novel Color Image Denoising Technique Using Window Based Soft Fuzzy Filter Hemant Kumar, Dharmendra Kumar Roy Abstract - The image corrupted by different kinds of noises is a frequently encountered problem

More information

A Multilayer Artificial Neural Network for Target Identification Using Radar Information

A Multilayer Artificial Neural Network for Target Identification Using Radar Information Available online at www.ijiems.com A Multilayer Artificial Neural Network for Target Identification Using Radar Information James Rodrigeres 1, Joy Fundil 1, International Hellenic University, School of

More information

Energy-Optimized Low-Complexity Control of Power and Rate in Clustered CDMA Sensor Networks with Multirate Constraints

Energy-Optimized Low-Complexity Control of Power and Rate in Clustered CDMA Sensor Networks with Multirate Constraints Energy-Optimized Low-Complexity Control of Power and Rate in Clustered CDMA Sensor Networs with Multirate Constraints Chun-Hung Liu Department of Electrical and Computer Engineering The University of Texas

More information

Chaotic Complex-Valued Multidirectional Associative Memory with Adaptive Scaling Factor

Chaotic Complex-Valued Multidirectional Associative Memory with Adaptive Scaling Factor Proceedings of International Joint Conference on Neural Networks, Dallas, Texas, USA, August 4-9, 2013 Chaotic Complex-Valued Multidirectional Associative Memory with Adaptive Scaling Factor Takuya Chino

More information

Spatially Adaptive Algorithm for Impulse Noise Removal from Color Images

Spatially Adaptive Algorithm for Impulse Noise Removal from Color Images Spatially Adaptive Algorithm for Impulse oise Removal from Color Images Vitaly Kober, ihail ozerov, Josué Álvarez-Borrego Department of Computer Sciences, Division of Applied Physics CICESE, Ensenada,

More information

Identification of Highly Jittered Radar Emitters Signals based on Fuzzy Classification

Identification of Highly Jittered Radar Emitters Signals based on Fuzzy Classification IOSR Journal of Engineering (IOSRJEN) e-issn: 225-32, p-issn: 2278-879 Vol. 3, Issue (October. 23), V PP 53-59 Identification of Highly Jittered Radar Emitters Signals based on Fuzzy Classification Yee

More information

On Differential Modulation in Downlink Multiuser MIMO Systems

On Differential Modulation in Downlink Multiuser MIMO Systems On Differential Modulation in Downlin Multiuser MIMO Systems Fahad Alsifiany, Aissa Ihlef, and Jonathon Chambers ComS IP Group, School of Electrical and Electronic Engineering, Newcastle University, NE

More information

Hybrid Neuro-Fuzzy System for Mobile Robot Reactive Navigation

Hybrid Neuro-Fuzzy System for Mobile Robot Reactive Navigation Hybrid Neuro-Fuzzy ystem for Mobile Robot Reactive Navigation Ayman A. AbuBaker Assistance Prof. at Faculty of Information Technology, Applied cience University, Amman- Jordan, a_abubaker@asu.edu.jo. ABTRACT

More information

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors

Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Target Recognition and Tracking based on Data Fusion of Radar and Infrared Image Sensors Jie YANG Zheng-Gang LU Ying-Kai GUO Institute of Image rocessing & Recognition, Shanghai Jiao-Tong University, China

More information

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators

Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators 374 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 2, MARCH 2003 Narrow-Band Interference Rejection in DS/CDMA Systems Using Adaptive (QRD-LSL)-Based Nonlinear ACM Interpolators Jenq-Tay Yuan

More information

Modulation Classification based on Modified Kolmogorov-Smirnov Test

Modulation Classification based on Modified Kolmogorov-Smirnov Test Modulation Classification based on Modified Kolmogorov-Smirnov Test Ali Waqar Azim, Syed Safwan Khalid, Shafayat Abrar ENSIMAG, Institut Polytechnique de Grenoble, 38406, Grenoble, France Email: ali-waqar.azim@ensimag.grenoble-inp.fr

More information

Simulationusing Matlab Rules in Neuro-fuzzy Controller Based Washing Machine

Simulationusing Matlab Rules in Neuro-fuzzy Controller Based Washing Machine RESEARCH ARTICLE OPEN ACCESS Simulationusing Matlab Rules in Neuro-fuzzy Controller Based Washing Machine Ms. NehaVirkhare*, Prof. R.W. Jasutkar ** *Department of Computer Science, G.H. Raisoni College

More information

Frequency-Hopped Spread-Spectrum

Frequency-Hopped Spread-Spectrum Chapter Frequency-Hopped Spread-Spectrum In this chapter we discuss frequency-hopped spread-spectrum. We first describe the antijam capability, then the multiple-access capability and finally the fading

More information

Low Complexity Decoding of Bit-Interleaved Coded Modulation for M-ary QAM

Low Complexity Decoding of Bit-Interleaved Coded Modulation for M-ary QAM Low Complexity Decoding of Bit-Interleaved Coded Modulation for M-ary QAM Enis Aay and Ender Ayanoglu Center for Pervasive Communications and Computing Department of Electrical Engineering and Computer

More information

Recommender Systems TIETS43 Collaborative Filtering

Recommender Systems TIETS43 Collaborative Filtering + Recommender Systems TIETS43 Collaborative Filtering Fall 2017 Kostas Stefanidis kostas.stefanidis@uta.fi https://coursepages.uta.fi/tiets43/ selection Amazon generates 35% of their sales through recommendations

More information

Comparative Analysis of the BER Performance of WCDMA Using Different Spreading Code Generator

Comparative Analysis of the BER Performance of WCDMA Using Different Spreading Code Generator Science Journal of Circuits, Systems and Signal Processing 2016; 5(2): 19-23 http://www.sciencepublishinggroup.com/j/cssp doi: 10.11648/j.cssp.20160502.12 ISSN: 2326-9065 (Print); ISSN: 2326-9073 (Online)

More information

Impact of Interference Model on Capacity in CDMA Cellular Networks

Impact of Interference Model on Capacity in CDMA Cellular Networks SCI 04: COMMUNICATION AND NETWORK SYSTEMS, TECHNOLOGIES AND APPLICATIONS 404 Impact of Interference Model on Capacity in CDMA Cellular Networks Robert AKL and Asad PARVEZ Department of Computer Science

More information

Image Extraction using Image Mining Technique

Image Extraction using Image Mining Technique IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719 Vol. 3, Issue 9 (September. 2013), V2 PP 36-42 Image Extraction using Image Mining Technique Prof. Samir Kumar Bandyopadhyay,

More information

Keywords Fuzzy Logic, ANN, Histogram Equalization, Spatial Averaging, High Boost filtering, MSE, RMSE, SNR, PSNR.

Keywords Fuzzy Logic, ANN, Histogram Equalization, Spatial Averaging, High Boost filtering, MSE, RMSE, SNR, PSNR. Volume 4, Issue 1, January 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com An Image Enhancement

More information

A New Approach to Layered Space-Time Code Design

A New Approach to Layered Space-Time Code Design A New Approach to Layered Space-Time Code Design Monika Agrawal Assistant Professor CARE, IIT Delhi maggarwal@care.iitd.ernet.in Tarun Pangti Software Engineer Samsung, Bangalore tarunpangti@yahoo.com

More information

Suggested Solutions to Examination SSY130 Applied Signal Processing

Suggested Solutions to Examination SSY130 Applied Signal Processing Suggested Solutions to Examination SSY13 Applied Signal Processing 1:-18:, April 8, 1 Instructions Responsible teacher: Tomas McKelvey, ph 81. Teacher will visit the site of examination at 1:5 and 1:.

More information

Channel Estimation for OFDM Systems in case of Insufficient Guard Interval Length

Channel Estimation for OFDM Systems in case of Insufficient Guard Interval Length Channel Estimation for OFDM ystems in case of Insufficient Guard Interval Length Van Duc Nguyen, Michael Winkler, Christian Hansen, Hans-Peter Kuchenbecker University of Hannover, Institut für Allgemeine

More information

COGNITIVE Radio (CR) [1] has been widely studied. Tradeoff between Spoofing and Jamming a Cognitive Radio

COGNITIVE Radio (CR) [1] has been widely studied. Tradeoff between Spoofing and Jamming a Cognitive Radio Tradeoff between Spoofing and Jamming a Cognitive Radio Qihang Peng, Pamela C. Cosman, and Laurence B. Milstein School of Comm. and Info. Engineering, University of Electronic Science and Technology of

More information

Hash Function Learning via Codewords

Hash Function Learning via Codewords Hash Function Learning via Codewords 2015 ECML/PKDD, Porto, Portugal, September 7 11, 2015. Yinjie Huang 1 Michael Georgiopoulos 1 Georgios C. Anagnostopoulos 2 1 Machine Learning Laboratory, University

More information

Solutions 2: Probability and Counting

Solutions 2: Probability and Counting Massachusetts Institute of Technology MITES 18 Physics III Solutions : Probability and Counting Due Tuesday July 3 at 11:59PM under Fernando Rendon s door Preface: The basic methods of probability and

More information

A Fuzzy-Based Approach for Partner Selection in Multi-Agent Systems

A Fuzzy-Based Approach for Partner Selection in Multi-Agent Systems University of Wollongong Research Online Faculty of Informatics - Papers Faculty of Informatics 07 A Fuzzy-Based Approach for Partner Selection in Multi-Agent Systems F. Ren University of Wollongong M.

More information

Color Constancy Using Standard Deviation of Color Channels

Color Constancy Using Standard Deviation of Color Channels 2010 International Conference on Pattern Recognition Color Constancy Using Standard Deviation of Color Channels Anustup Choudhury and Gérard Medioni Department of Computer Science University of Southern

More information

Adaptive Electrical Signal Post-Processing in Optical Communication Systems

Adaptive Electrical Signal Post-Processing in Optical Communication Systems Adaptive Electrical Signal Post-Processing in Optical Communication Systems Yi Sun 1, Alex Shafarenko 1, Rod Adams 1, Neil Davey 1 Brendan Slater 2, Ranjeet Bhamber 2, Sonia Boscolo 2 and Sergei K. Turitsyn

More information

Bit-Interleaved Coded Modulation: Low Complexity Decoding

Bit-Interleaved Coded Modulation: Low Complexity Decoding Bit-Interleaved Coded Modulation: Low Complexity Decoding Enis Aay and Ender Ayanoglu Center for Pervasive Communications and Computing Department of Electrical Engineering and Computer Science The Henry

More information

Contrast adaptive binarization of low quality document images

Contrast adaptive binarization of low quality document images Contrast adaptive binarization of low quality document images Meng-Ling Feng a) and Yap-Peng Tan b) School of Electrical and Electronic Engineering, Nanyang Technological University, Nanyang Avenue, Singapore

More information

Development of a Fuzzy Logic Controller for Industrial Conveyor Systems

Development of a Fuzzy Logic Controller for Industrial Conveyor Systems American Journal of Science, Engineering and Technology 217; 2(3): 77-82 http://www.sciencepublishinggroup.com/j/ajset doi: 1.11648/j.ajset.21723.11 Development of a Fuzzy Logic Controller for Industrial

More information

A new quad-tree segmented image compression scheme using histogram analysis and pattern matching

A new quad-tree segmented image compression scheme using histogram analysis and pattern matching University of Wollongong Research Online University of Wollongong in Dubai - Papers University of Wollongong in Dubai A new quad-tree segmented image compression scheme using histogram analysis and pattern

More information

Retrieval of Large Scale Images and Camera Identification via Random Projections

Retrieval of Large Scale Images and Camera Identification via Random Projections Retrieval of Large Scale Images and Camera Identification via Random Projections Renuka S. Deshpande ME Student, Department of Computer Science Engineering, G H Raisoni Institute of Engineering and Management

More information

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication

Performance Evaluation of Nonlinear Equalizer based on Multilayer Perceptron for OFDM Power- Line Communication International Journal of Electrical Engineering. ISSN 974-2158 Volume 4, Number 8 (211), pp. 929-938 International Research Publication House http://www.irphouse.com Performance Evaluation of Nonlinear

More information

Performance analysis of passive emitter tracking using TDOA, AOAand FDOA measurements

Performance analysis of passive emitter tracking using TDOA, AOAand FDOA measurements Performance analysis of passive emitter tracing using, AOAand FDOA measurements Regina Kaune Fraunhofer FKIE, Dept. Sensor Data and Information Fusion Neuenahrer Str. 2, 3343 Wachtberg, Germany regina.aune@fie.fraunhofer.de

More information

Abstract: PWM Inverters need an internal current feedback loop to maintain desired

Abstract: PWM Inverters need an internal current feedback loop to maintain desired CURRENT REGULATION OF PWM INVERTER USING STATIONARY FRAME REGULATOR B. JUSTUS RABI and Dr.R. ARUMUGAM, Head of the Department of Electrical and Electronics Engineering, Anna University, Chennai 600 025.

More information

CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER

CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER 73 CHAPTER 6 NEURO-FUZZY CONTROL OF TWO-STAGE KY BOOST CONVERTER 6.1 INTRODUCTION TO NEURO-FUZZY CONTROL The block diagram in Figure 6.1 shows the Neuro-Fuzzy controlling technique employed to control

More information

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast

AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE. A Thesis by. Andrew J. Zerngast AN IMPROVED NEURAL NETWORK-BASED DECODER SCHEME FOR SYSTEMATIC CONVOLUTIONAL CODE A Thesis by Andrew J. Zerngast Bachelor of Science, Wichita State University, 2008 Submitted to the Department of Electrical

More information