Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions