FirstRanker Logo

FirstRanker.com - FirstRanker's Choice is a hub of Question Papers & Study Materials for B-Tech, B.E, M-Tech, MCA, M.Sc, MBBS, BDS, MBA, B.Sc, Degree, B.Sc Nursing, B-Pharmacy, D-Pharmacy, MD, Medical, Dental, Engineering students. All services of FirstRanker.com are FREE

📱

Get the MBBS Question Bank Android App

Access previous years' papers, solved question papers, notes, and more on the go!

Install From Play Store

Download AKTU B-Tech 8th Sem 2016-17 ECS088 Soft Computing Question Paper

Download AKTU (Dr. A.P.J. Abdul Kalam Technical University (AKTU), formerly Uttar Pradesh Technical University (UPTU) B-Tech 8th Semester (Eight Semester) 2016-17 ECS088 Soft Computing Question Paper

This post was last modified on 30 January 2020

AKTU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. A.P.J. Abdul Kalam Technical University


Printed Franker's choice

Time: 3 Hours

Roll FirstRanker.com

--- Content provided by​ FirstRanker.com ---

B.TECH.

FirstRanker.com

THEORY EXAMINATION (SEM–VIII) 2016-17

SOFT COMPUTING

Max. Marks : 100

--- Content provided by‍ FirstRanker.com ---

Note: Be precise in your answer. In case of numerical problem assume data wherever not provided.

SECTION-A (10×2=20)

  1. Explain the following :
    1. Compare and contrast biological neuron and artificial neuron.
    2. Define Soft Computing. How is it different from conventional computing?
    3. If the inputs are given as x1=0.55, x2=0.10, x3=0.33 and the corresponding weights as w1=0.10, w2=0.20, w3=0.80, what will be the value of signum function? (assume value of theta as 0.5).
    4. --- Content provided by‍ FirstRanker.com ---

    5. What is difference between auto associative memory and hetero associative Memory?
    6. Explain any three methods involved in defuzzification.
    7. Give the difference between supervised and unsupervised learning in artificial neural network?
    8. Define an artificial neural network. State the characteristics of an artificial neural network
    9. Describe what is likely to happen when a learning rate is used that is too large, and when one is used that is too small. How can one optimize the learning rate?
    10. --- Content provided by‍ FirstRanker.com ---

    11. Explain binary encoding in genetic algorithm
    12. How can Fitness functions be found for any optimization problem? Explain, in detail, Fitness Function in Genetic algorithm.

SECTION-B (10×5=50)

Attempt any five of the following :

--- Content provided by⁠ FirstRanker.com ---

    1. Use the Hebb rule of discrete BAM, find the weight matrix to store the following (binary) input output pattern paris.
      S(1)=(1,1,0) t(1)=(1 0)
      S(2)=(0,1,0) t(2)=(0,1)
    2. Define delta rule. Explain significance of delta rule in defining the weights.
  1. --- Content provided by​ FirstRanker.com ---

  2. What is the method of Backpropagation Learning? List all the tuning parameters of Back- propagation Neural Network. Explain the selection criteria of various parameters in BPN.
    1. Explain the architecture of Adaptive Linear Neural Element Network (ADALINE) and Many ADALINE (MADALINE) Network.
    2. A neuron j receives inputs from other neurons whose activity levels are 10, -20, 4 and -2. The respective synaptic weights of the neurons are 0.8, 0.2, -1.0 and 0.9. Calculate the output of neuron j for the following situation
      1. The neuron is linear
      2. The neuron is represented by McCulloch-Pitts model, defined as follows:
        1, if Vx = 0

        --- Content provided by⁠ FirstRanker.com ---

        (-1, if Vx < 0
        where Vk is the included local field.
    1. Name all types of error based learning algorithms. Define Gradient descent learning.
    2. --- Content provided by​ FirstRanker.com ---

    3. Explain what the Perceptron Learning Rule is, and discuss its advantages and disadvantages over attempting to compute decision boundaries analytically.
  3. Let X = {a,b,c,d} Y={1,2,3,4} And the three fuzzy sets be given as
    A = { (a,0) (b,0.8) (c,0.6) (d,1)}
    B = { (1,0.2) (2,1) (3,0.8) (4,0)}

    --- Content provided by‍ FirstRanker.com ---

    FirstRanker.com
    Firstrankos 25 d. (3, 1) (4,0.8)FirstRanker.com
    Determine the implication relation
    1. if x is A then y is B
    2. if x is A then y is B else y is C
  4. --- Content provided by FirstRanker.com ---

  5. FirstRanker.com
    Let sets of values of variables X and Y be X={X1, X2,X3} and Y= { y1, y2 }, respectively. Assume that a proposition “if X is A, Then Y is B” is given where A=.3/ x1 + 1/ x2 + .6/ x3 and B= .1/ y1 + .4/ y2. Then given a fact expressed by the proposition " X is A' ", where A'= .4/ X1 +.7/X2+.9/X3.
    Use the generalized Modus ponens to derive a conclusion in the form " Y is B' "
    1. Write short notes on any two of the following :
    2. Types and features of membership functions in Fuzzy Logic
    3. --- Content provided by​ FirstRanker.com ---

    4. Fuzzy quantifiers, modifiers in linguistic hedges
    5. Fuzzy Inference System
  6. How can Fitness functions be found for any optimization problem? Maximize the function f(x)=x², with x in the integer interval [0,31) with the help of Genetic Algorithm

SECTION-C (15×2=30)

--- Content provided by‍ FirstRanker.com ---

Attempt any two of the following :

  1. (a). Discuss in details operations and properties of fuzzy sets. Why law of contradiction and law of exclusive middle are violated in fuzzy set theory under the standard fuzzy set operations. What is the significance of this?
  2. (b). Let X = {x1,x2,x3}, Y= {y1,y2}, Z= {z1,z2,z3}.
    Let R be a fuzzy relation:
    y1 y2
    x1 0.3 0.1
    x2 0.2 0.7
    x3 0.5 0.4

    --- Content provided by‍ FirstRanker.com ---

    Let S be a fuzzy relation:
    FirstRanker.com
    z1 z2 z3
    y1 0.5 0.8 0.6
    y2 0.5 0.8 0.9

    Determine the matrix for RoS by max-min composition.
  3. What is Fuzzy system? Explain fuzzification. Design a Fuzzy Cruise controller or Air conditioner controller and demonstrate its working. Make the assumptions of values as per your requirement
  4. --- Content provided by​ FirstRanker.com ---

5 Write short notes on any three of the following :-

  1. Procedures of GA
  2. Genetic Representations
  3. Mutation and Mutation rate
  4. Convergence of genetic algorithm
  5. --- Content provided by⁠ FirstRanker.com ---

FirstRanker.com



This download link is referred from the post: AKTU B-Tech Last 10 Years 2010-2020 Previous Question Papers || Dr. A.P.J. Abdul Kalam Technical University

--- Content provided by FirstRanker.com ---