I have few question about stacked autoencoder (sae) and neural network in general.

1) How to find the best configuration of the sae: number of layers, number of neurons in each layer. Is it by trying different configuration and check for example the classification accuracy?

2) Is fin-tuning always necessary?

3) If I train the sae using say 60000 samples (like the MNIST example ), how often should I re-train the sae knowing that I am able to get additional data over time.

Thank you

Similar questions and discussions