Cs402 Datamining and Warehousing Mod Iv Question Bank
Cs402 Datamining and Warehousing Mod Iv Question Bank
Cs402 Datamining and Warehousing Mod Iv Question Bank
7. The following figure shows a multilayer feed-forward neural network. Let the learning
rate be 0.9. The initial weight and bias values of the network is given in the table below.
The activation function used is the sigmoid function.
Show weight and bias updation with the first training sample (1,0,1) with class label 1,
using backpropagation algorithm
8. The “Restaurant A” sells burger with optional flavours: Pepper, Ginger and Chilly.
Every day this week you have tried a burger (A to E) and kept a record of which
you liked. Using Hamming distance, show how the 3NN classifier with majority
voting would classify {pepper = false, ginger =true, chilly = true}.
9. Given two objects represented by the tuples (22,1,42,10) and (20,0,36,8) Compute
the Manhattan distance between the two objects.
10. How to compute the dissimilarity between objects described by binary variables?
CS402 DATAMINING AND WAREHOUSING
MOD VI QUESTION BANK