Question: 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.
 Consider an autoencoder with h hidden units, and input to the

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!