Question: Suppose a given set of input data specified as SET I { Xi } is used to train the net of Fig. C and it

Suppose a given set of input data specified as SET I{Xi} is used to train the net of
Fig. C and it consists of four sets of input data {x1, x2} as follows:
{x1=+1.10; x2=0.98};
{x1=+0.92; x2=1.08};
{x1=+1.21; x2=1.20};
{x1=+0.85; x2=0.82}
5
Further, assume the following:
Assume: 2 input neurons, 2 hidden neurons, bias b =0 and Oi =f(Zi)= tanh(Zi).
Teacher value =0.5
Scaling constant: K =1
Sigmoid: tanh(.)
Error: |Ti Oi|
Learning coefficient, : 0.001
Learning rule: Perceptron rule New wij = Old wij +(\times Error)\times xi
Stop criterion on error <=0.01 towards terminating iteration in backpropagation
Bias value, b =0
Statement of the Problem
The net of Fig. C is first trained with the given 4 data sets of {x1, x2} specified as: SET I
{Xi}; and, after the net is trained to convergence, suppose a new input data set: SET II
{Xi} is supplied.
SET II{Xi: a, b, c} as follows:
(a){x1=+1.50; x2=1.08}
(b){x1=+0.98; x2=1.39}
(c){x1=+1.35; x2=0.01}
(d){x1=+0.95; x2=1.56}
The required exercise is that the net should classify whether the given new set SET II
{Xi}belong to SET I (or it is an outlier of the SET I).
------------------------------------------------------------------------------------------------------------

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!