Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

let x be n by matrix and Y be n by r matrix. Y = x W T Let R be a cost function to

let x be n by matrix and Y be n by r matrix.
Y=xWT
Let R be a cost function to be minimized:
R(W)=||xWT-Y||2
W=(WN,WN-1,dots.,W3,W2)=WNWN-1dotsW3W2
where vector: S=(WN,WN-1,..,W1)inRd
whered ?=dNdN-1+dN-1dN-2+dots+d1d0
()=(WN,WN-1,dots,W1)
is a column vector
find the vector that minimizes the following equation:
J()=R(())
Please use the gradient descent algorithm to find and derive gradJ
gradient H=gradWR(W) with matrix entries are Hij=delSWdelWij
where it is defined by equation 2
write 2 explicit formulas for gradWS(W).
derive formula for each Hij using summations
and use the result to find gradWS(W) in matrix notation without summation
write the directional derivatives SW'(W) as a frobenius inner product of
two matrices
directional derivative '() where =(WN,N-1,dots,W1)
show that: W?>NdNxdNdxdJ'()|=0Sddxf(g(x))|x=x0=ddxf(y)|y=g(x0)*ddxg(x)|x=x0J'()gradJ()=(2(()xT-YT)xWjT(()xT-YT)xW1T(()xT-YT)x).W?>j
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

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

Students also viewed these Databases questions