119838
119838
The node has three inputs x = (x1; x2; x3) that receive only binary signals (either 0 or 1). How many
different input patterns this node can receive? What if the node had four inputs? Five? Can you give
a formula that computes the number of binary input patterns for a given number of inputs?
18. Consider the unit shown on Previous Figure. Suppose that the weights corresponding to the three
inputs have the following values:
Calculate what will be the output value y of the unit for each of the following
input patterns:
19. Logical operators (i.e. NOT, AND, OR, XOR, etc.) are the building blocks of any computational
device. Logical functions return only two possible values, true or false, based on the truth or false
values of their arguments. For example, operator AND returns true only when all its arguments are
true, otherwise (if any of the arguments is false) it returns false. If we denote truth by 1 and false by
0, then logical function AND can be represented by the following table:
A weight on connection between nodes i and j is denoted by wij , such as w13 is the weight on the
connection between nodes 1 and 3. The following table lists all the weights in the network:
where v denotes the weighted sum of a node. Each of the input nodes (1 and 2) can only receive
binary values (either 0 or 1). Calculate the output of the network (y5 and y6) for each of the input
patterns:
21. Assume that the neurons have a sigmoid activation function, perform a forward pass and a backward
pass on the network. Assume that the actual output of y is 5 and learning rate is 1.
22. Assume that the neurons have a sigmoid activation function, perform a forward pass and a backward
pass on the network. Assume that the actual output of y is 1 and learning rate is 0.9.
10. Consider the following aggregated output membership function of a Mamdani-type inference
system. Using the COG defuzzification method determine the crisp output of the output system.
11. Explain the influence of choosing type of defuzzification method on fuzzy controller.
12. Discuss the key concepts and components of adaptive fuzzy systems in detail.
13. Discuss the benefits, key challenges and applications of adaptive fuzzy systems in detail.
14. Using MATLAB ANFIS tool box discuss how will you identify and control the linear and nonlinear
dynamic system.
UNIT V HYBRID CONTROL SCHEMES
Fuzzification and rule base using ANN – Neuro fuzzy systems – ANFIS – Fuzzy neuron– Introduction to
GA – Optimization of membership function and rule base using Genetic Algorithm – Introduction to
support vector machine – Particle swarm optimization – Case study – Familiarization with ANFIS toolbox
Unit V / Part - A
1. What do you mean by fuzzification and rule base using ANN?
2. What is ANFIS?
3. List the components of ANFIS.
4. List the applications of ANFIS.
5. List the advantages and disadvantages of ANFIS..
6. What is fuzzy neuron?
7. What is genetic algorithm?
8. Define the basic terminologies used in genetic algorithm
9. What is selection process?
10. How Genetic Algorithm Work?
11. What is crossover?
12. List the different types of crossover?