New Post

Intelligent Traffic Management Using || AI & Metaheuristics || ~xRay Pixy

Image
Hybrid Artificial Intelligence and Metaheuristics for Smart City TRafci Management Problem Video Chapters: 00:00 Introduction 00:40 Smart Cities 01:14 Traditional Methods for Traffic Management 02:12 Hybrid Approach AI and Metaheuristics 02:47 STEPS for Hybrid  Traffic Management System 08:40 Advantages of Smart Traffic Management System 09:33 Conclusion

Neuro Fuzzy System |Soft Computing| ~xRay Pixy

 Neuro-fuzzy hybrid system tutorial |Soft Computing|

Neuro-Fuzzy Hybrid System (NFHS) - Soft Computing (Neural Network)
An introduction to the Neuro-Fuzzy System.
In the field of artificial intelligence, neuro-fuzzy refers to combinations of artificial neural networks and fuzzy logic. Neuro-Fuzzy Hybrid System is a combination of Neural Network and Fuzzy Logic. Neuro-fuzzy hybridization results in a hybrid intelligent system that synergizes these two techniques by combining the human-like reasoning style of fuzzy systems with the learning and connectionist structure of neural networks. Neuro-fuzzy hybridization is widely termed as the fuzzy neural network (FNN) or neuro-fuzzy system (NFS) in the literature. Neuro-fuzzy system (the more popular term is used henceforth) incorporates the human-like reasoning style of fuzzy systems through the use of fuzzy sets and a linguistic model consisting of a set of IF-THEN fuzzy rules. The main strength of neuro-fuzzy systems is that they are universal approximators with the ability to solicit interpretable IF-THEN rules.
Strength of NFHS: The strength of neuro-fuzzy systems involves two contradictory requirements in fuzzy modeling: interpretability versus accuracy. • The learning procedure is constrained to ensure the semantic properties of the underlying fuzzy system. • A neuro-fuzzy system based on an underlying fuzzy system is trained by means of a data-driven learning method derived from neural network theory. This heuristic only takes into account local information to cause local changes in the fundamental fuzzy system. Special Three-Layer: o The first layer corresponds to the input variables. o The second layer symbolizes the fuzzy rules. o The third layer represents the output variables.
Genetic fuzzy systems are fuzzy systems constructed by using genetic algorithms or genetic programming, which mimic the process of natural evolution, to identify its structure and parameter.

A hybrid intelligent system denotes a software system which employs, in parallel, a combination of methods and techniques from artificial intelligence This video contains information about Neural networks, fuzzy logic, neurons, biological neural network and different types of Hybrid Systems.

INTRODUCTION:

Neural Network: - An neural network in general, is a highly interconnected network of a large number of processing elements called Neurons in an architecture inspired by the human brain.

u The objective of a neural network is to transform input into meaningful output.

u Neural network learns by examples.

Explanation of Neuro-Fuzzy system: https://www.youtube.com/watch?v=mV5vNaXypwc&feature=youtu.be



Neuro-Fuzzy Hybrid System (Part-2)- Soft Computing ~xRay Pixy

              What is Neuro-Fuzzy Hybrid System - Soft Computing

Explanation of Neuro Fuzzy Hybrid System


Fuzzy Logic or Fuzzy Set Theory: - Fuzzy means not clear, distinct, precise or blurred (with unclear outline).

u It is a flexible machine learning technique.

u Fuzzy logic deals with uncertainty or vagueness existing in a system and formulating fuzzy rules to find a solution to problems.

u Fuzzy logic use values between 0 and 1.



u Fuzzy set also consist of Fuzzy rule base to perform approximate reasoning somewhat similar to the human brain.

u Example of Fuzzy logic: -  For automatic breaking system the traditional values are taken as either 0 or 1.


Central driving force for the creation of hybrid soft computing systems: 


Every soft computing technique has particular computational parameters which make them suited for a particular problem and not for others.

o   ability to learn & decision making

u Neural Networks are good at recognizing patterns but they are not good at explaining how they reach their decisions.

u Fuzzy logic is good at explaining the decisions but cannot automatically acquire the rules used for making the decision.

u These limitations act as a central driving force for the creation of hybrid soft computing systems where two or more techniques are combined in a suitable manner that overcomes the of individual techniques.

u The aim is to build highly automated, intelligent machines for the future generations using all of these techniques.

Hybrid System: -  A Hybrid Intelligent System is one that combines at least two intelligent technologies.

u For example, combining a neural network with a fuzzy system results in a hybrid neuro-fuzzy system.

u Hybridization: The main aim of the concept of hybridization is to overcome the weakness in one technique while applying it and bringing out the strength of the other technique to find a solution by combining them.

Neuro-fuzzy hybrid system (NFHS): -  Proposed by J.S.R Jang (Jyh-Shing Roger Jang) in the early '90s.

u Neuro-Fuzzy hybridization is widely termed as Fuzzy Neural Network (FNN) or Neuro-Fuzzy System(NFS).

u NFHS is a learning mechanism that utilizes the training and learning algorithms from neural networks to find parameters of a fuzzy system.

u Neuro-Fuzzy Hybrid System is a combination of fuzzy system and neural network.

u The human-like reasoning style of fuzzy systems is incorporated by the use of
                   . Fuzzy sets
                   . Linguistic model
                   . along with IF-THEN fuzzy rules



Comparison of Fuzzy Systems with Neural Networks



black box is a device, system or object which can be viewed in terms of its inputs and outputs without any knowledge of its internal workings.

Video Link:   https://youtu.be/mV5vNaXypwc

The architecture of the neuro-fuzzy hybrid system


Ø The architecture is a three-layer feedforward neural network model.

Ø First layer corresponds to the input variables.

Ø Second layer corresponds to the fuzzy rules.

Ø Third layer corresponds to the output variables.


                              Video Link:   https://youtu.be/Bv7EtS6q6_Q

Classification of the neuro-fuzzy hybrid system

u NFS are classified into the following two categories:

1.   Cooperative NFSs

2.   General Neuro-fuzzy hybrid systems

Cooperative NFS: Fuzzy system is governed by fuzzy IF-THEN rules.

u A fuzzy system is a set of fuzzy rules that convert inputs to outputs.

u A fuzzy rule is defined as a conditional statement in the form: IF x is A. THEN y is B. where x and y are linguistic variables; A and B are linguistic values determined by fuzzy sets on the universe of discourse X and Y, respectively.

u Linguistic variables: variable whose values are words or sentences rather than numbers. For E.g., Speed, Temp. and service.

u Linguistic value: Values or terms used to describe the linguistic variables. For E.g., for speed (slow, fast, faster), for temperature (cool, warm, hot), for service (good, poor, excellent.).

u IF temperature IS hot THEN Speed up fan.



u ANN attempt to learn parameters from the fuzzy system.

u FNN learns "fuzzy set" from the given "training data". This is done by fitting membership function with a neural network; fuzzy sets then being determined offline.

u membership function (MF) is a curve that defines how each point in the input space is mapped to a membership value (or degree of membership) between 0 and 1.


General Neuro-fuzzy hybrid systems:

u Architecture of General Neuro-Fuzzy Hybrid Systems

u Advantage of general NFHS: there is no communication between NN and FS.

u The rule base of fuzzy system is assumed to be a NN.

u Fuzzy sets are regarded as weights.

u And the rules and input, output variables as Neurons.

u The choice to include or discard neurons can be made
       In learning step.

u Fuzzy knowledge base is represented by neurons of NN.

Ø Membership functions expressing the linguistic terms Of the inference rule should be formulated for building Fuzzy controller.

                     Video Link:   https://youtu.be/mV5vNaXypwc


Advantages of Neuro-fuzzy hybrid systems:

u It can handle any kind of information (numeric, linguistic, logical, etc.)

u It can manage imprecise, partial, vague or imperfect information.

u It has self-learning, self-organizing and self-tuning capabilities.

u It doesn’t need prior knowledge of relationships of data.

Areas of Applications for the use of Hybrid System:

u Engineering Design

u Stock market analysis and prediction

u Medical diagnosis

u Process control

u Credit card analysis

  u Few cognitive simulations
Topics Covered in this video: 1.) Neuro-Fuzzy System? - Introduction to Neural Network, Fuzzy Logic or Fuzzy set theory, and Hybrid System. - Example of Neural Network. - Diagram of Neural Network. - How does Neural Network Works? - Difference between Fuzzy Logic and Traditional Logic. 2.) What is a Neural Network? - A neural network, in general, is a highly interconnected network of a large number of processing elements called Neurons in an architecture inspired by the human brain. 3.) What are Fuzzy Logic and Traditional Logic? - Fuzzy logic deals with uncertainty or vagueness existing in a system and formulating fuzzy rules to find a solution to problems. 4.) What are the processing elements and neurons? 5.) Example of Neural Networks. 6.) Application of Neural Network. Neural Networks are good at recognizing patterns but they are not good at explaining how they reach their decisions. 7.) Examples of fuzzy logic. - Automatic braking system 8.) Different types of Hybrid systems in Soft computing. - Neuro-Fuzzy Hybrid System - Neuron genetic hybrid system - Fuzzy Genetic Hybrid Systems 9.) Neuro-Fuzzy Hybrid System (NFHS) - What is Neuro-Fuzzy Hybrid System? - Creation of a hybrid soft computing system. - Various Types of hybrid systems. - Neuro-Fuzzy Hybrid System - Neuro Genetic Hybrid system. - Fuzzy Genetic Hybrid system. 10.) Applications of Neuro-Fuzzy Hybrid System. - Different Areas of Applications for the use of Hybrid Systems. - The architecture of the Neuro-Fuzzy Hybrid System. 11.) Central Driving Forces Behind Neuro-Fuzzy Hybrid System. 12.) Comparison between Neural network and biological network. 13.) Model of Neural Network. 14.) Layers of the Neural network hidden layer, input layer, and output layer. Artificial Intelligence subfields as: • Neuro-fuzzy systems • hybrid connectionist-symbolic models • Fuzzy expert systems • Connectionist expert systems • Evolutionary neural networks • Genetic fuzzy systems • Rough fuzzy hybridization What is Neuro-Fuzzy Hybrid System - Soft Computing https://youtu.be/IfaQWblqADw Artificial Neural Networks - Soft Computing ~xRay Pixy How do Artificial Neural Networks Learn? https://youtu.be/ec4uvXiQP5A Neuro-Fuzzy System |Hybrid System| Soft Computing ~xRay Pixy

Comments

Popular Post

PARTICLE SWARM OPTIMIZATION ALGORITHM NUMERICAL EXAMPLE

Cuckoo Search Algorithm for Optimization Problems

Particle Swarm Optimization (PSO)

PSO (Particle Swarm Optimization) Example Step-by-Step

PSO Python Code || Particle Swarm Optimization in Python || ~xRay Pixy

Bat algorithm Explanation Step by Step with example

Grey Wolf Optimization Algorithm

how is the LBP |Local Binary Pattern| values calculated? Step-by-Step with Example

Grey Wolf Optimization Algorithm Numerical Example

Whale Optimization Algorithm Code Implementation || WOA CODE || ~xRay Pixy