overfitting

Interpretation: You can see the cost decreasing. It shows that the parameters are being learned. However, you see that you could train the model even more on the training set. Try to increase the number of iterations in the cell above and rerun the cells. You might see that the training set accuracy goes up, but the test set accuracy goes down. This is called overfitting.

posted on 2018-03-21 16:25  cdekelon  阅读(90)  评论(0编辑  收藏  举报

导航