SlideShare una empresa de Scribd logo
1 de 9
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1258
A Survey on Soft Computing Techniques and Applications
Pusuluru Hari Chandana1
Assistant Professor, Department of Computer Science and Engineering
----------------------------------------------------------------------------------------------------------------------------------------
Abstract: Soft Computing is foundation of conceptual intelligence in machines. It is to model
Cognitive behavior of human mind. soft computing is tolerant of uncertainty, partial truth, imprecision
and approximations. Soft Computing is the study of science of reasoning, thinking, detecting and
analyzing that correlates the real world problems to the biological inspired methods. In so many
applications, there is no mathematical models available and not possible to apply. Some times
mathematical models can’t give the correct or exact values. But Soft Computing establish techniques
like ANN, Evolutionary computing, Fuzzy Logic, Probabilistic Reasoning and statistics etc. exactly fit for
those type of situations. This Paper gives the knowledge about principle constituents of soft
computing(Machine Learning ,Genetic programming, Fuzzy Logic etc.) and where we map these
knowledge to application development successfully.
Keywords: Computing, Genetic Algorithm, Evolutionary Computation, Fuzzy Logic, Artificial Neural
Networks.
1.Introduction:
Now a days technology is a part of every human life. So many technical buzz words in today’s
world like Data Mining, Big data , Artificial Intelligence, Machine Learning, Personalization, Voice
Recognition , Robotics, Internet of Things, Quantum Computing , Soft Computing and etc.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1259
Fig: Types of Computing
Every area has special importance to get exact results for problem statements. Soft Computing
became a formal area of study in various fields in the early 1980s. and Zadeh first introduced the
concept of soft computing but know so many researchers paid attention to it. The basic idea of soft
computing is to use hybrid intelligent methods to quickly achieve an inexact solution rather than use an
exact optimal solution via a long search. Soft computing is depends on techniques such as fuzzy logic,
genetic algorithms, machine learning, artificial neural networks and expert systems. The techniques of
soft computing are nowadays being used successfully in many commercial, domestic, and industrial
applications. very high performance and With the low-cost .It gives exact solution in less time to the NP –
hard problems in polynomial time in real time . Soft computing associated with different Techniques for
applications with good solutions.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1260
GA: Genetic Algorithms
MLPs: Multilayer perception
FL : Fuzzy Logic
EA: Evolutionary Algorithms
SVM : Support Vector Machines
NFN: Neuro Fuzzy Nets
PSO: Particle swarm optimization
ELMs: Extreme Learning Machines
FC : Fuzzy Control
AA: Ants Algorithm
GMDH: Group Method of Data Handling
FC : Fuzzy Controlling
GA: Genetic Programming
Symbolic logic reasoning
Numerical
Modeling
Approximat
e Reasoning
Approximat
e Modeling Computing
So
ft
Evol
uti
Neur
al
Fuz
zy
No
n
Pro
ba
GA
EA
PSO
AA
GP
HS
ML
SVM
ELM
GN
DH
RBFs
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1261
RBFs : Recursive Best-Fit Search
RS : Rough Sets
HS: Harmony Search
HF :Hop filed networks
2Soft Computing:
Soft computing, as opposed to traditional computing, deals with approximate models and gives
solutions to complex real-life problems. it has now become a major research and study area in
engineering , science , education and management.
Soft Computing = Evolutionary Computing Neural Computation
(by Zadeh in 1980’s) (Rechenberg 1960) + (Mc Culloch 1993) + etc.
2.1Evolutionary Computation:
Evolutionary Computation(EC) is a superset of Evolutionary Algorithms and this superset
provides Genetic Algorithms, Evolutionary Algorithms, PSO, Ants Algorithm, Genetic Programming,
Harmony search and subset of Artificial Intelligence. EC is used for computational problems to get
optimal solutions . EC takes initial population and pass algorithm then generate multiple feasible
solutions and each new generation less feasible solutions are removed or add some small random
choices. It evolves fitness value and increment this fitness value by using fitness function, at last
generates optimal solution.
Evolutionary Genetic Algorithms Harmony Search
Computation = (John Holland 1960) + (Geem et al 2001) + etc.
((Rechenberg
1960)
2.1.1 Genetic Algorithms:
Jiles–Atherton hysteresis model identification method based on a partnership of heuristic
techniques and fuzzy logic (softcomputing). Two different softcomputing approaches are proposed and
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1262
analyzed: a partnership between genetic algorithms (GAs) and fuzzy logic (FL) and one between GAs and
simulated annealing (SA). Validations of both.
Genetic algorithm based clustering technique can be used as an efficient unsupervised image
segmentation mechanism with out noisy .
Genetic Algorithms(GA) are Suitable for Searching large and Complex data sets. GA generate best -
quality solutions to optimization and search problems by using operators such as mutation, selection and
crossover.
Genetic Algorithm Student performance can also be analyzed by using genetic algorithm . This
process helps in identifying the most important factor that impacts student performance and overall
achievement. Evaluating the student performance includes the marks scored in one’s academic career.
2.1.3Hormony Search:
When musicians compose the harmony, they usually try various possible combinations of the
music pitches stored in their memory, those will be considered as a optimization process of adjusting
the input –pitches to get the optimal output - perfect harmony . Harmony search comes from harmony
improvisation, and has gained useful results in the field of optimization, although it is a relatively NIC
algorithm. With mimicking the set of rules of various pitches, harmony search has two distinguishing
operators different from other NIC algorithms: harmony memory considering rate (HMCR) and pitch
adjusting rate (PAR) that are used to generate and further mutate a solution, respectively. This candidate
generation mechanism used in small initial population and single search memory involved decide its
excellence in structure simplicity.
In Hormony Search uses fitness function to determine the quality of the decision variables.
2.2 Neural Computation:
Neural computation is the hypothetical information and the information processing done by
networks of neurons. Neural computation was philosophical tradition known as Computational theory of
mind, also referred to as computationalism.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1263
When mapping the three main convention of the computational theory of mind, as well as the
different possible forms of computation in the brain, it is helpful to define what we have to do with
computation in a general sense. Computation is the processing of vehicles, otherwise known as variables
or entities, according to a set of rules. A rule in this sense is simply an instruction for executing a
manipulation on the current state of the variable, in order to produce an specified output. In other words,
a rule dictates which output to produce given a certain input to the computing system. A computing
system is a mechanism whose components must be functionally organized to process the vehicles in
accordance with the established set of rules. The types of vehicles processed by a computing system
determine which type of computations it performs. Traditionally, in cognitive science there have been
two proposed types of computation related to neural activity - digital and analog, with the vast majority
of theoretical work incorporating a digital understanding of cognition. Computing systems which
perform digital computation are functionally organized to execute operations on strings of digits with
respect to the type and location of the digit on the string. Neural computation can be studied for example
by building models of neural computation. Artificial neural networks (ANN) is subfield of the research
area machine learning. Work on ANNs has been somewhat inspired by knowledge of neural computation.
A device or software program in which many interconnected elements process information simult
aneously, adaptingand learning from past patterns. Neural networks are often used to model the human b
rain.
2.3Fuzzy Techniques:
In Fuzzy techniques we discuss the fuzzy logic , fuzzy controlling and rough sets. Fuzzy means
things which are not clear or vague.
2.3.1Fuzzy Logic:
Fuzzy logic is an computing approach based on degrees of truth rather than the usual true or false.
It is a form of many valued logic in which the truth values of variables may be any real number between 0
or 1 inclusive. It is based on the observation that people make decisions based on imprecise and Non-
Numerical information, fuzzy models or sets are mathematical means of representing vagueness and
imprecise information, these models have the capability of recognizing, representing, manipulating,
interpreting and utilizing data. Fuzzy logic is used if there is a situation where we can’t decide whether
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1264
the statement is true or false. It is most suitable method for uncertain or approximate reasoning. It allows
you to build non-linear functions of arbitrary complexity.
 Electronics:Control of automatic exposure in video cameras,Humidity in a clean room
 Finance:Banknote transfer control,Fund management,Stock market predictions
 IndustrialSector
 Medical:Medical diagnostic support system,Control of arterial pressure during anesthesia,
Radiology diagnoses,Fuzzy inference diagnosis of diabetes and prostate cancer
 Securities:Decision systems for securities trading,Various security appliances
 Transportation:Automatic underground train operation,Train schedule control,Railway
acceleration,Braking and stopping
 PatternRecognitionandClassification
2.3.2RoughSets:
The rough sets (proposed by Pawlak,1991) is one of the techniques for the identification and
recognition of common patterns in data, especially in the case of uncertain and incomplete data. The
mathematical foundations of this method are based on the set approximation of the classification space.
Rough set concept can be defined quite generally by means of topological operations, interior and
closure, called approximations.
 The lower approximation of a set X with respect to R is the set of all objects, which can be for
certain classified as X with respect to R (are certainly X with respect to R).
 The upper approximation of a set X with respect to R is the set of all objects which can be possibly
classified as X with respect to R (are possibly X in view of R).
 The boundary region of a set X with respect to R is the set of all objects, which can be classified
neither as X nor as not-X with respect to R.
2.4Nonlinearpredictor:
In Model Predictive Control (MPC) algorithms an explicit dynamic model of the process is used
on-line to predict its future behavior and to optimize the future control policy . The MPC technique has a
few important advantages. First, because the model is used for prediction, constraints can be easily
imposed on process inputs (manipulated variables) and outputs (controlled variables). Secondly, MPC
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1265
can be efficiently used for multivariable processes, with many inputs and outputs, and for processes with
difficult dynamic properties (e.g. with significant time-delays, with the inverse response).
2.5 Probability:
Classical probability theory and mathematical statistics appear sometimes too rigid for real life
problems, especially while dealing with vague data or imprecise requirements. These problems have
motivated many researchers to "soften" the classical theory. Some "softening" approaches utilize
concepts and techniques developed in theories such as fuzzy sets theory, rough sets, possibility theory.
S.No Algorithm Name Importance ApplicataionArea
1. Evolutionary
Algorithm
 Computer aided modulo design
2. Genetic Algorithms Suitable for searching
Large &Complex data sets
 Automotive design: Robotics
 Engineering Design: Evolvable Hardware.
 Optimizing telecommunication routing
 Trip, Traffic &Shipment
 Computer gaming routing
 Encryption and code breaking,Gene Expression Profiling
 Finance &Investment Strategies
3. Hormony Algorithm Hormony Search is
applied to more real
optimization problems
 Telecommunication, it used to design optimal wireless
sensor networks
 In Image Processing Algorithms for optimizing, tuning and
enhancing the processing results
 In speech processing , it was used to solve part of speech
tagging and find the best tagging quality
4. Fuzzy Logic Fuzzy boundary with a
degree of membership. It
is suitable method for
Uncertain or approximate
reasoning
 Aerospace: Altitude Control of Spacecraft
 Automotive:Intelligent highway systems,Traffic control .
 Business: Decision-making support systems, Personnel
evaluation in a large company.
 Defense: Underwater target recognition, Automatic target
recognition of thermal infrared image.
5. Rough Sets Identification and
reorganization of
common pattern
 The medical diagnosis .
 Power system and other industry for fault diagnosis .
 Prediction and control .
 Pattern recognition and classification .
 In image processing: Intelligent emotion recognition,
Remote sensing image processing .
 Data processing: Analyzing data of gene expression,
Intelligence analysis .
6. Non Linear
Predictors
Predict and Optimize the
behavior of models
 Ranging from chemical engineering to aerospace
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1266
Conclusion:
This paper overview the soft computing techniques. Now a days Identification of method for
particular problem is difficult . Once chosen the model implementation some have easy. soft computing
techniques are becoming more important as the power of computer processing devices increase and
their cost is reduced. Intelligent systems are required to make complex decisions and choose the best
outcome from many possibilities, using complex algorithms. This requires fast processing power and
large storage space which has recently become available .Already we see the use of Evolutionary
Algorithms, Genetic algorithms, Harmony Search Algorithms, Fuzzy logics and Rough Sets Models used in
many everyday domestic appliances, Many industrial, commercial , Medical, Telecommunication and
Education applications of soft computing are also in everyday use and this is expected to grow within the
next decade.
References:
[1]M. R. Napolitano, J. L. Casanova, D. A. Windon, II, B. Seanor, and D. Martinelli (1999), “Neural and fuzzy
reconstructors for the virtual flight data recorder,” IEEE Trans. Aerosp. Electron. Syst., vol. 35, no. 1, pp. 61–71
[2]M. Jamshidi. Special issue on neural networks and fuzzy logic: theory and applications in robotics and
manufacturing. Compute. Electro. Eng., 19(4), 1993.
[3] S. Munoz-Hernandez, V. Pablos Ceruelo, and H. Strass. Rfuzzy: an expressive In Proc of IWANN'09 (this issue),
2009.
[4] Pedrycz W. Fuzzy sets in pattern recognition: Methodology and methods, Pattern Recognition 1990;
vol. 23. no. 1: 121-146.
[5] Gupta P, Kulkarni N. An Introduction of Soft Computing Approach over Hard Computing.
International Journal of latest Trends 1993.
[6] MA Denaï, F Palis, A Zeghbib - Applied Soft Computing, 2007 – Elsevier.
[7] M. Allahbakhsh et al. Quality control in crowd sourcing systems: Issues and directions. IEEE Internet Comp.,
17(2):76 – 81, 2013.

Más contenido relacionado

La actualidad más candente

IRJET- Machine Learning V/S Deep Learning
IRJET- Machine Learning V/S Deep LearningIRJET- Machine Learning V/S Deep Learning
IRJET- Machine Learning V/S Deep LearningIRJET Journal
 
IRJET- Chest Abnormality Detection from X-Ray using Deep Learning
IRJET- Chest Abnormality Detection from X-Ray using Deep LearningIRJET- Chest Abnormality Detection from X-Ray using Deep Learning
IRJET- Chest Abnormality Detection from X-Ray using Deep LearningIRJET Journal
 
Modern signal processing is dead without machine learning! 5th july 2020
Modern signal processing is dead without machine learning! 5th july 2020Modern signal processing is dead without machine learning! 5th july 2020
Modern signal processing is dead without machine learning! 5th july 2020Dr G R Sinha
 
Current trends in cognitive science and brain computing research 18th june 2020
Current trends in cognitive science and brain computing research 18th june 2020Current trends in cognitive science and brain computing research 18th june 2020
Current trends in cognitive science and brain computing research 18th june 2020Dr G R Sinha
 
Dynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbirDynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbirIAEME Publication
 
Memory advances in Neural Turing Machines
Memory advances in Neural Turing MachinesMemory advances in Neural Turing Machines
Memory advances in Neural Turing MachinesDeakin University
 
Artificial Intelligence for Automated Decision Support Project
Artificial Intelligence for Automated Decision Support ProjectArtificial Intelligence for Automated Decision Support Project
Artificial Intelligence for Automated Decision Support ProjectValerii Klymchuk
 
IRJET - Conversion of Unsupervised Data to Supervised Data using Topic Mo...
IRJET -  	  Conversion of Unsupervised Data to Supervised Data using Topic Mo...IRJET -  	  Conversion of Unsupervised Data to Supervised Data using Topic Mo...
IRJET - Conversion of Unsupervised Data to Supervised Data using Topic Mo...IRJET Journal
 
Cognitive Computing - A Primer
Cognitive Computing - A PrimerCognitive Computing - A Primer
Cognitive Computing - A PrimerMarlabs
 
Introduction to soft computing V 1.0
Introduction to soft computing  V 1.0Introduction to soft computing  V 1.0
Introduction to soft computing V 1.0Dr. C.V. Suresh Babu
 
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...Dataconomy Media
 
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A SurveyIRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A SurveyIRJET Journal
 
Deep learning 1.0 and Beyond, Part 1
Deep learning 1.0 and Beyond, Part 1Deep learning 1.0 and Beyond, Part 1
Deep learning 1.0 and Beyond, Part 1Deakin University
 
Introduction to Computational Intelligent
Introduction to Computational IntelligentIntroduction to Computational Intelligent
Introduction to Computational IntelligentKent State University
 
Smart Home for Paralyzed Aid
Smart Home for Paralyzed AidSmart Home for Paralyzed Aid
Smart Home for Paralyzed AidIRJET Journal
 
A scenario based approach for dealing with
A scenario based approach for dealing withA scenario based approach for dealing with
A scenario based approach for dealing withijcsa
 
IRJET- Offline Transcription using AI
IRJET-  	  Offline Transcription using AIIRJET-  	  Offline Transcription using AI
IRJET- Offline Transcription using AIIRJET Journal
 

La actualidad más candente (20)

IRJET- Machine Learning V/S Deep Learning
IRJET- Machine Learning V/S Deep LearningIRJET- Machine Learning V/S Deep Learning
IRJET- Machine Learning V/S Deep Learning
 
IRJET- Chest Abnormality Detection from X-Ray using Deep Learning
IRJET- Chest Abnormality Detection from X-Ray using Deep LearningIRJET- Chest Abnormality Detection from X-Ray using Deep Learning
IRJET- Chest Abnormality Detection from X-Ray using Deep Learning
 
Hybrid systems
Hybrid systemsHybrid systems
Hybrid systems
 
Modern signal processing is dead without machine learning! 5th july 2020
Modern signal processing is dead without machine learning! 5th july 2020Modern signal processing is dead without machine learning! 5th july 2020
Modern signal processing is dead without machine learning! 5th july 2020
 
Current trends in cognitive science and brain computing research 18th june 2020
Current trends in cognitive science and brain computing research 18th june 2020Current trends in cognitive science and brain computing research 18th june 2020
Current trends in cognitive science and brain computing research 18th june 2020
 
B05211012
B05211012B05211012
B05211012
 
Dynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbirDynamic hand gesture recognition using cbir
Dynamic hand gesture recognition using cbir
 
Memory advances in Neural Turing Machines
Memory advances in Neural Turing MachinesMemory advances in Neural Turing Machines
Memory advances in Neural Turing Machines
 
Artificial Intelligence for Automated Decision Support Project
Artificial Intelligence for Automated Decision Support ProjectArtificial Intelligence for Automated Decision Support Project
Artificial Intelligence for Automated Decision Support Project
 
IRJET - Conversion of Unsupervised Data to Supervised Data using Topic Mo...
IRJET -  	  Conversion of Unsupervised Data to Supervised Data using Topic Mo...IRJET -  	  Conversion of Unsupervised Data to Supervised Data using Topic Mo...
IRJET - Conversion of Unsupervised Data to Supervised Data using Topic Mo...
 
Cognitive Computing - A Primer
Cognitive Computing - A PrimerCognitive Computing - A Primer
Cognitive Computing - A Primer
 
Introduction to soft computing V 1.0
Introduction to soft computing  V 1.0Introduction to soft computing  V 1.0
Introduction to soft computing V 1.0
 
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
Ajit Jaokar, Data Science for IoT professor at Oxford University “Enterprise ...
 
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A SurveyIRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
IRJET- Prediction of Autism Spectrum Disorder using Deep Learning: A Survey
 
Adarsh gupta ppt
Adarsh gupta pptAdarsh gupta ppt
Adarsh gupta ppt
 
Deep learning 1.0 and Beyond, Part 1
Deep learning 1.0 and Beyond, Part 1Deep learning 1.0 and Beyond, Part 1
Deep learning 1.0 and Beyond, Part 1
 
Introduction to Computational Intelligent
Introduction to Computational IntelligentIntroduction to Computational Intelligent
Introduction to Computational Intelligent
 
Smart Home for Paralyzed Aid
Smart Home for Paralyzed AidSmart Home for Paralyzed Aid
Smart Home for Paralyzed Aid
 
A scenario based approach for dealing with
A scenario based approach for dealing withA scenario based approach for dealing with
A scenario based approach for dealing with
 
IRJET- Offline Transcription using AI
IRJET-  	  Offline Transcription using AIIRJET-  	  Offline Transcription using AI
IRJET- Offline Transcription using AI
 

Similar a IRJET- A Survey on Soft Computing Techniques and Applications

A survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural NetworksA survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural NetworksIRJET Journal
 
Applying Soft Computing Techniques in Information Retrieval
Applying Soft Computing Techniques in Information RetrievalApplying Soft Computing Techniques in Information Retrieval
Applying Soft Computing Techniques in Information RetrievalIJAEMSJORNAL
 
Soft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptxSoft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptxMegha V
 
IRJET- Recognition of Handwritten Characters based on Deep Learning with Tens...
IRJET- Recognition of Handwritten Characters based on Deep Learning with Tens...IRJET- Recognition of Handwritten Characters based on Deep Learning with Tens...
IRJET- Recognition of Handwritten Characters based on Deep Learning with Tens...IRJET Journal
 
IRJET-Artificial Intelligence and its Applications Goal
IRJET-Artificial Intelligence and its Applications GoalIRJET-Artificial Intelligence and its Applications Goal
IRJET-Artificial Intelligence and its Applications GoalIRJET Journal
 
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...IJNSA Journal
 
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...IJNSA Journal
 
Software Effort Estimation using Neuro Fuzzy Inference System: Past and Present
Software Effort Estimation using Neuro Fuzzy Inference System: Past and PresentSoftware Effort Estimation using Neuro Fuzzy Inference System: Past and Present
Software Effort Estimation using Neuro Fuzzy Inference System: Past and Presentrahulmonikasharma
 
IRJET- Applications of Artificial Intelligence in Neural Machine Translation
IRJET- Applications of Artificial Intelligence in Neural Machine TranslationIRJET- Applications of Artificial Intelligence in Neural Machine Translation
IRJET- Applications of Artificial Intelligence in Neural Machine TranslationIRJET Journal
 
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and DumbIRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and DumbIRJET Journal
 
STOCK MARKET PREDICTION USING NEURAL NETWORKS
STOCK MARKET PREDICTION USING NEURAL NETWORKSSTOCK MARKET PREDICTION USING NEURAL NETWORKS
STOCK MARKET PREDICTION USING NEURAL NETWORKSIRJET Journal
 
Precaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensorPrecaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensorIRJET Journal
 
IRJET - House Price Prediction using Machine Learning and RPA
 IRJET - House Price Prediction using Machine Learning and RPA IRJET - House Price Prediction using Machine Learning and RPA
IRJET - House Price Prediction using Machine Learning and RPAIRJET Journal
 
Human Activity Recognition System
Human Activity Recognition SystemHuman Activity Recognition System
Human Activity Recognition SystemIRJET Journal
 
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...ijaia
 
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...gerogepatton
 
Human Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneHuman Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneIRJET Journal
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISpijans
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISpijans
 
IRJET- Factoid Question and Answering System
IRJET-  	  Factoid Question and Answering SystemIRJET-  	  Factoid Question and Answering System
IRJET- Factoid Question and Answering SystemIRJET Journal
 

Similar a IRJET- A Survey on Soft Computing Techniques and Applications (20)

A survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural NetworksA survey on Machine Learning and Artificial Neural Networks
A survey on Machine Learning and Artificial Neural Networks
 
Applying Soft Computing Techniques in Information Retrieval
Applying Soft Computing Techniques in Information RetrievalApplying Soft Computing Techniques in Information Retrieval
Applying Soft Computing Techniques in Information Retrieval
 
Soft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptxSoft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptx
 
IRJET- Recognition of Handwritten Characters based on Deep Learning with Tens...
IRJET- Recognition of Handwritten Characters based on Deep Learning with Tens...IRJET- Recognition of Handwritten Characters based on Deep Learning with Tens...
IRJET- Recognition of Handwritten Characters based on Deep Learning with Tens...
 
IRJET-Artificial Intelligence and its Applications Goal
IRJET-Artificial Intelligence and its Applications GoalIRJET-Artificial Intelligence and its Applications Goal
IRJET-Artificial Intelligence and its Applications Goal
 
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
 
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
A NOVEL EVALUATION APPROACH TO FINDING LIGHTWEIGHT MACHINE LEARNING ALGORITHM...
 
Software Effort Estimation using Neuro Fuzzy Inference System: Past and Present
Software Effort Estimation using Neuro Fuzzy Inference System: Past and PresentSoftware Effort Estimation using Neuro Fuzzy Inference System: Past and Present
Software Effort Estimation using Neuro Fuzzy Inference System: Past and Present
 
IRJET- Applications of Artificial Intelligence in Neural Machine Translation
IRJET- Applications of Artificial Intelligence in Neural Machine TranslationIRJET- Applications of Artificial Intelligence in Neural Machine Translation
IRJET- Applications of Artificial Intelligence in Neural Machine Translation
 
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and DumbIRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
IRJET- Hand Gesture Recognition and Voice Conversion for Deaf and Dumb
 
STOCK MARKET PREDICTION USING NEURAL NETWORKS
STOCK MARKET PREDICTION USING NEURAL NETWORKSSTOCK MARKET PREDICTION USING NEURAL NETWORKS
STOCK MARKET PREDICTION USING NEURAL NETWORKS
 
Precaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensorPrecaution for Covid-19 based on Mask detection and sensor
Precaution for Covid-19 based on Mask detection and sensor
 
IRJET - House Price Prediction using Machine Learning and RPA
 IRJET - House Price Prediction using Machine Learning and RPA IRJET - House Price Prediction using Machine Learning and RPA
IRJET - House Price Prediction using Machine Learning and RPA
 
Human Activity Recognition System
Human Activity Recognition SystemHuman Activity Recognition System
Human Activity Recognition System
 
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
 
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
A NOVEL SCHEME FOR ACCURATE REMAINING USEFUL LIFE PREDICTION FOR INDUSTRIAL I...
 
Human Activity Recognition Using Smartphone
Human Activity Recognition Using SmartphoneHuman Activity Recognition Using Smartphone
Human Activity Recognition Using Smartphone
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
 
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSISUNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
UNCOVERING FAKE NEWS BY MEANS OF SOCIAL NETWORK ANALYSIS
 
IRJET- Factoid Question and Answering System
IRJET-  	  Factoid Question and Answering SystemIRJET-  	  Factoid Question and Answering System
IRJET- Factoid Question and Answering System
 

Más de IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

Más de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitterShivangiSharma879191
 

Último (20)

IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter8251 universal synchronous asynchronous receiver transmitter
8251 universal synchronous asynchronous receiver transmitter
 

IRJET- A Survey on Soft Computing Techniques and Applications

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1258 A Survey on Soft Computing Techniques and Applications Pusuluru Hari Chandana1 Assistant Professor, Department of Computer Science and Engineering ---------------------------------------------------------------------------------------------------------------------------------------- Abstract: Soft Computing is foundation of conceptual intelligence in machines. It is to model Cognitive behavior of human mind. soft computing is tolerant of uncertainty, partial truth, imprecision and approximations. Soft Computing is the study of science of reasoning, thinking, detecting and analyzing that correlates the real world problems to the biological inspired methods. In so many applications, there is no mathematical models available and not possible to apply. Some times mathematical models can’t give the correct or exact values. But Soft Computing establish techniques like ANN, Evolutionary computing, Fuzzy Logic, Probabilistic Reasoning and statistics etc. exactly fit for those type of situations. This Paper gives the knowledge about principle constituents of soft computing(Machine Learning ,Genetic programming, Fuzzy Logic etc.) and where we map these knowledge to application development successfully. Keywords: Computing, Genetic Algorithm, Evolutionary Computation, Fuzzy Logic, Artificial Neural Networks. 1.Introduction: Now a days technology is a part of every human life. So many technical buzz words in today’s world like Data Mining, Big data , Artificial Intelligence, Machine Learning, Personalization, Voice Recognition , Robotics, Internet of Things, Quantum Computing , Soft Computing and etc.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1259 Fig: Types of Computing Every area has special importance to get exact results for problem statements. Soft Computing became a formal area of study in various fields in the early 1980s. and Zadeh first introduced the concept of soft computing but know so many researchers paid attention to it. The basic idea of soft computing is to use hybrid intelligent methods to quickly achieve an inexact solution rather than use an exact optimal solution via a long search. Soft computing is depends on techniques such as fuzzy logic, genetic algorithms, machine learning, artificial neural networks and expert systems. The techniques of soft computing are nowadays being used successfully in many commercial, domestic, and industrial applications. very high performance and With the low-cost .It gives exact solution in less time to the NP – hard problems in polynomial time in real time . Soft computing associated with different Techniques for applications with good solutions.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1260 GA: Genetic Algorithms MLPs: Multilayer perception FL : Fuzzy Logic EA: Evolutionary Algorithms SVM : Support Vector Machines NFN: Neuro Fuzzy Nets PSO: Particle swarm optimization ELMs: Extreme Learning Machines FC : Fuzzy Control AA: Ants Algorithm GMDH: Group Method of Data Handling FC : Fuzzy Controlling GA: Genetic Programming Symbolic logic reasoning Numerical Modeling Approximat e Reasoning Approximat e Modeling Computing So ft Evol uti Neur al Fuz zy No n Pro ba GA EA PSO AA GP HS ML SVM ELM GN DH RBFs
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1261 RBFs : Recursive Best-Fit Search RS : Rough Sets HS: Harmony Search HF :Hop filed networks 2Soft Computing: Soft computing, as opposed to traditional computing, deals with approximate models and gives solutions to complex real-life problems. it has now become a major research and study area in engineering , science , education and management. Soft Computing = Evolutionary Computing Neural Computation (by Zadeh in 1980’s) (Rechenberg 1960) + (Mc Culloch 1993) + etc. 2.1Evolutionary Computation: Evolutionary Computation(EC) is a superset of Evolutionary Algorithms and this superset provides Genetic Algorithms, Evolutionary Algorithms, PSO, Ants Algorithm, Genetic Programming, Harmony search and subset of Artificial Intelligence. EC is used for computational problems to get optimal solutions . EC takes initial population and pass algorithm then generate multiple feasible solutions and each new generation less feasible solutions are removed or add some small random choices. It evolves fitness value and increment this fitness value by using fitness function, at last generates optimal solution. Evolutionary Genetic Algorithms Harmony Search Computation = (John Holland 1960) + (Geem et al 2001) + etc. ((Rechenberg 1960) 2.1.1 Genetic Algorithms: Jiles–Atherton hysteresis model identification method based on a partnership of heuristic techniques and fuzzy logic (softcomputing). Two different softcomputing approaches are proposed and
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1262 analyzed: a partnership between genetic algorithms (GAs) and fuzzy logic (FL) and one between GAs and simulated annealing (SA). Validations of both. Genetic algorithm based clustering technique can be used as an efficient unsupervised image segmentation mechanism with out noisy . Genetic Algorithms(GA) are Suitable for Searching large and Complex data sets. GA generate best - quality solutions to optimization and search problems by using operators such as mutation, selection and crossover. Genetic Algorithm Student performance can also be analyzed by using genetic algorithm . This process helps in identifying the most important factor that impacts student performance and overall achievement. Evaluating the student performance includes the marks scored in one’s academic career. 2.1.3Hormony Search: When musicians compose the harmony, they usually try various possible combinations of the music pitches stored in their memory, those will be considered as a optimization process of adjusting the input –pitches to get the optimal output - perfect harmony . Harmony search comes from harmony improvisation, and has gained useful results in the field of optimization, although it is a relatively NIC algorithm. With mimicking the set of rules of various pitches, harmony search has two distinguishing operators different from other NIC algorithms: harmony memory considering rate (HMCR) and pitch adjusting rate (PAR) that are used to generate and further mutate a solution, respectively. This candidate generation mechanism used in small initial population and single search memory involved decide its excellence in structure simplicity. In Hormony Search uses fitness function to determine the quality of the decision variables. 2.2 Neural Computation: Neural computation is the hypothetical information and the information processing done by networks of neurons. Neural computation was philosophical tradition known as Computational theory of mind, also referred to as computationalism.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1263 When mapping the three main convention of the computational theory of mind, as well as the different possible forms of computation in the brain, it is helpful to define what we have to do with computation in a general sense. Computation is the processing of vehicles, otherwise known as variables or entities, according to a set of rules. A rule in this sense is simply an instruction for executing a manipulation on the current state of the variable, in order to produce an specified output. In other words, a rule dictates which output to produce given a certain input to the computing system. A computing system is a mechanism whose components must be functionally organized to process the vehicles in accordance with the established set of rules. The types of vehicles processed by a computing system determine which type of computations it performs. Traditionally, in cognitive science there have been two proposed types of computation related to neural activity - digital and analog, with the vast majority of theoretical work incorporating a digital understanding of cognition. Computing systems which perform digital computation are functionally organized to execute operations on strings of digits with respect to the type and location of the digit on the string. Neural computation can be studied for example by building models of neural computation. Artificial neural networks (ANN) is subfield of the research area machine learning. Work on ANNs has been somewhat inspired by knowledge of neural computation. A device or software program in which many interconnected elements process information simult aneously, adaptingand learning from past patterns. Neural networks are often used to model the human b rain. 2.3Fuzzy Techniques: In Fuzzy techniques we discuss the fuzzy logic , fuzzy controlling and rough sets. Fuzzy means things which are not clear or vague. 2.3.1Fuzzy Logic: Fuzzy logic is an computing approach based on degrees of truth rather than the usual true or false. It is a form of many valued logic in which the truth values of variables may be any real number between 0 or 1 inclusive. It is based on the observation that people make decisions based on imprecise and Non- Numerical information, fuzzy models or sets are mathematical means of representing vagueness and imprecise information, these models have the capability of recognizing, representing, manipulating, interpreting and utilizing data. Fuzzy logic is used if there is a situation where we can’t decide whether
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1264 the statement is true or false. It is most suitable method for uncertain or approximate reasoning. It allows you to build non-linear functions of arbitrary complexity.  Electronics:Control of automatic exposure in video cameras,Humidity in a clean room  Finance:Banknote transfer control,Fund management,Stock market predictions  IndustrialSector  Medical:Medical diagnostic support system,Control of arterial pressure during anesthesia, Radiology diagnoses,Fuzzy inference diagnosis of diabetes and prostate cancer  Securities:Decision systems for securities trading,Various security appliances  Transportation:Automatic underground train operation,Train schedule control,Railway acceleration,Braking and stopping  PatternRecognitionandClassification 2.3.2RoughSets: The rough sets (proposed by Pawlak,1991) is one of the techniques for the identification and recognition of common patterns in data, especially in the case of uncertain and incomplete data. The mathematical foundations of this method are based on the set approximation of the classification space. Rough set concept can be defined quite generally by means of topological operations, interior and closure, called approximations.  The lower approximation of a set X with respect to R is the set of all objects, which can be for certain classified as X with respect to R (are certainly X with respect to R).  The upper approximation of a set X with respect to R is the set of all objects which can be possibly classified as X with respect to R (are possibly X in view of R).  The boundary region of a set X with respect to R is the set of all objects, which can be classified neither as X nor as not-X with respect to R. 2.4Nonlinearpredictor: In Model Predictive Control (MPC) algorithms an explicit dynamic model of the process is used on-line to predict its future behavior and to optimize the future control policy . The MPC technique has a few important advantages. First, because the model is used for prediction, constraints can be easily imposed on process inputs (manipulated variables) and outputs (controlled variables). Secondly, MPC
  • 8. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1265 can be efficiently used for multivariable processes, with many inputs and outputs, and for processes with difficult dynamic properties (e.g. with significant time-delays, with the inverse response). 2.5 Probability: Classical probability theory and mathematical statistics appear sometimes too rigid for real life problems, especially while dealing with vague data or imprecise requirements. These problems have motivated many researchers to "soften" the classical theory. Some "softening" approaches utilize concepts and techniques developed in theories such as fuzzy sets theory, rough sets, possibility theory. S.No Algorithm Name Importance ApplicataionArea 1. Evolutionary Algorithm  Computer aided modulo design 2. Genetic Algorithms Suitable for searching Large &Complex data sets  Automotive design: Robotics  Engineering Design: Evolvable Hardware.  Optimizing telecommunication routing  Trip, Traffic &Shipment  Computer gaming routing  Encryption and code breaking,Gene Expression Profiling  Finance &Investment Strategies 3. Hormony Algorithm Hormony Search is applied to more real optimization problems  Telecommunication, it used to design optimal wireless sensor networks  In Image Processing Algorithms for optimizing, tuning and enhancing the processing results  In speech processing , it was used to solve part of speech tagging and find the best tagging quality 4. Fuzzy Logic Fuzzy boundary with a degree of membership. It is suitable method for Uncertain or approximate reasoning  Aerospace: Altitude Control of Spacecraft  Automotive:Intelligent highway systems,Traffic control .  Business: Decision-making support systems, Personnel evaluation in a large company.  Defense: Underwater target recognition, Automatic target recognition of thermal infrared image. 5. Rough Sets Identification and reorganization of common pattern  The medical diagnosis .  Power system and other industry for fault diagnosis .  Prediction and control .  Pattern recognition and classification .  In image processing: Intelligent emotion recognition, Remote sensing image processing .  Data processing: Analyzing data of gene expression, Intelligence analysis . 6. Non Linear Predictors Predict and Optimize the behavior of models  Ranging from chemical engineering to aerospace
  • 9. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1266 Conclusion: This paper overview the soft computing techniques. Now a days Identification of method for particular problem is difficult . Once chosen the model implementation some have easy. soft computing techniques are becoming more important as the power of computer processing devices increase and their cost is reduced. Intelligent systems are required to make complex decisions and choose the best outcome from many possibilities, using complex algorithms. This requires fast processing power and large storage space which has recently become available .Already we see the use of Evolutionary Algorithms, Genetic algorithms, Harmony Search Algorithms, Fuzzy logics and Rough Sets Models used in many everyday domestic appliances, Many industrial, commercial , Medical, Telecommunication and Education applications of soft computing are also in everyday use and this is expected to grow within the next decade. References: [1]M. R. Napolitano, J. L. Casanova, D. A. Windon, II, B. Seanor, and D. Martinelli (1999), “Neural and fuzzy reconstructors for the virtual flight data recorder,” IEEE Trans. Aerosp. Electron. Syst., vol. 35, no. 1, pp. 61–71 [2]M. Jamshidi. Special issue on neural networks and fuzzy logic: theory and applications in robotics and manufacturing. Compute. Electro. Eng., 19(4), 1993. [3] S. Munoz-Hernandez, V. Pablos Ceruelo, and H. Strass. Rfuzzy: an expressive In Proc of IWANN'09 (this issue), 2009. [4] Pedrycz W. Fuzzy sets in pattern recognition: Methodology and methods, Pattern Recognition 1990; vol. 23. no. 1: 121-146. [5] Gupta P, Kulkarni N. An Introduction of Soft Computing Approach over Hard Computing. International Journal of latest Trends 1993. [6] MA Denaï, F Palis, A Zeghbib - Applied Soft Computing, 2007 – Elsevier. [7] M. Allahbakhsh et al. Quality control in crowd sourcing systems: Issues and directions. IEEE Internet Comp., 17(2):76 – 81, 2013.