Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Over fitting in Stacked Denoising Autoencoders #13

Open
Ahmed--Mohsen opened this issue Feb 13, 2015 · 1 comment
Open

Over fitting in Stacked Denoising Autoencoders #13

Ahmed--Mohsen opened this issue Feb 13, 2015 · 1 comment

Comments

@Ahmed--Mohsen
Copy link

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
@thanasik
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants