fchollet / deep-learning-with-python-notebooks

Jupyter notebooks for the code samples of the book "Deep Learning with Python"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

6.1.3 Why did I get worse when I increased the sample size?

fangxuehouwuming opened this issue · comments

Following the example in the book, I increased the sample size from 200 to 3000 and added a dropout regularization, but the final validation accuracy is only 50%.
1661074009976

My setting is training samples : validation samples =3000 : 10000 . Is it reasonable?
May be I know.

@fangxuehouwuming Maybe try to make a train,validation and test set. And see what happens?