Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider an autoencoder with h hidden units, and input to the autoencoder is a set of d - dimensional unlabeled data, x i = 1

Consider an autoencoder with h hidden units, and input
to the autoencoder is a set of d-dimensional unlabeled data, xi=1(i)?N, where W1
denotes the dh weight matrix between the input layer and the hidden layer
and W2 denotes the hd weight matrix between the hidden layer and the output
layer. f1 denotes the activation function for hidden layer, and f2 is the activation
function for the output layer.
zj(i)=k=1dWk,j1*xk(i)
aj(i)=f1(k=1dWk,j1*xk(i))
tj(i)=k=1HWk,j2*ak(i)
hat(x)j(i)=f2(k=1HWk,j2*ak(i))
J(W1,W2)(i)=||x(i)-hat(x)(i)||2=j=1d(xj(i)-hat(x)j(i))2
is the reconstruction error for example x(i).J(W1,W2)=i=1NJ(W1,W2)(i) is
the total reconstruction error. We add 1 to the input and hidden layer so that no
bias term is required.
Compute J(i)Wk,i2,J(i)zj(i), and J(i)Wk,i1.
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

Transactions On Large Scale Data And Knowledge Centered Systems Vi Special Issue On Database And Expert Systems Applications Lncs 7600

Authors: Abdelkader Hameurlain ,Josef Kung ,Roland Wagner ,Stephen W. Liddle ,Klaus-Dieter Schewe ,Xiaofang Zhou

2012th Edition

3642341780, 978-3642341786

More Books

Students also viewed these Databases questions

Question

Identify conflict triggers in yourself and others

Answered: 1 week ago