DeepLearning icon indicating copy to clipboard operation
DeepLearning copied to clipboard

Over fitting in Stacked Denoising Autoencoders

Open Ahmed--Mohsen opened this issue 10 years ago • 1 comments

In the finetune phase, the whole dataset is used which will cause over fitting for the model... So, I think this can be solved by:

  • divide the dataset into training, test & validation sets
  • Or, using a k-fold cross validation

Ahmed--Mohsen avatar Feb 13 '15 21:02 Ahmed--Mohsen

Very true, I also think separating the data into different sets, as you said, is the approach to go.

thanasik avatar Feb 14 '15 01:02 thanasik