Description
Test script for training an autoencoder as if it is sparse coding with no latent variables
via conjugate gradients with a L2 reconstruction
error term and abs(tanh) nonlinearity for regulatization only. Cost is thus:
C = 1/2*||W^T*W*x – x|| + lambda*|tanh(W*x)|
Reviews
There are no reviews yet.