I trained a stacked Autoencoder. The dimension of weight of first hidden layer is ( SizeHiddenLayer1 x SizeInputLayer) so visualization of this weight is simple because the size of input data and columns of this weight are the same. but the dimension of weight of second hidden layer is (SizeHiddenLayer2 x SizeHiddenLayer1). Can anybody help me in visualizing this weight? (In the Python or Matlab)
Asked
Active
Viewed 410 times
0
-
Have you tried anything? At least a [mcve] would help. – Wayne Werner Aug 16 '16 at 16:37
-
No, I couldn't do anything because I obtained a weight for second layer which size is (1000x x 1000) but the size of orginal input is 784. – Ali Aug 17 '16 at 04:41