rasmusbergpalm / DeepLearnToolbox

Matlab/Octave toolbox for deep learning. Includes Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets. Each method has examples to get you started.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAE training

SinaBaghali opened this issue · comments

Hi there, I am trying to use SAE for a small data set. After the training process, how can I use the trained SAE for my data set?
For example, in Matlab, trainAutoencoder command is used for training the encoder and then encode command is used to encode the data. Which command should I use here, after the SAE training process?