MPhi Control Theory I Mid Term Paper 2022
MPhi Control Theory I Mid Term Paper 2022
Questions Marks
Q.No.1 Solve the following classification problem with the perceptron rule. Apply each input
vector in order, for as many repetitions as it takes to ensure that the problem is solved. Draw a
graph of the problem only after you have found a solution
[] [ ] [ ] [ ]
{ p 1= 2 , t 1=0 }{ p 2= 1 , t 2=1} { p 3= −2 , t 3=0 } { p 4= −1 , t 4=1 }
2 −2 2 1
Where
w (0)=[0 0]b(0)=0 5
Q.No.2 (a) Suppose that we have the following input/target pairs:
[] [ ]
{ p 1= 1 ,t 1=1 } , { p 2= 1 , t 2=−1 }
1 −1
These patterns are used to train the ADALINE network with no bias. Train the network using LMS
algorithm, with the initial guess set to zero and a learning rate α =0.25 . Apply each reference
pattern only once during training. Draw the decision boundary at each stage.
3
(b) Show that multilayer network with linear transfer function is equivalent to a single-layer linear
network. 2
A= a b c
a 0.2 0.5 0.0
b 0.4 1.0 0.1
c 0.0 1.0 0.0
a b c
a 1.0 0.1 0.0
B=¿ b 0.0 0.0 0.5
c 0.0 1.0 0.1