Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Ouestion No 0 4 : Consider a single perceptron unit with a bias term and n inputs x 0 , x 1 , dotsxn. The

Ouestion No 04:
Consider a single perceptron unit with a bias term and n inputs x0,x1,dotsxn.
The perceptron uses weights w0,w1,dotswn and the given sigmoid activation
function to compute the
output.
(i.e.{:f(x)=11+e-x)
Derive the weight update equation for such a perceptron using the following
definition of
where yj is the target
Error =jm(yj-yj**)2+i=0nwi2
output and yj**
is the output computed using weights and the activation function of neuron.
Hints:
Derivative of
function can be
f'(x)=f(x)*(1-f(x))
sigmoid activation
written as
Weights are updated
Wi=Wi-Ei
using the equation
Therefore, to derive the final equation you need to compute the derivative of
Error with respect to each of the weights components wi and then use the weight
update equation given above to derive the final equation
image text in transcribed

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

Recommended Textbook for

Database Administration The Complete Guide To Dba Practices And Procedures

Authors: Craig S. Mullins

2nd Edition

0321822943, 978-0321822949

More Books

Students also viewed these Databases questions

Question

Define career planning. How is it related to financial planning?

Answered: 1 week ago