摘要: # reason why dropout could resolve overfitting ## the first: smaller neural network seems like it should have a regularizing effect(P52) ## the second 阅读全文
posted @ 2023-09-04 13:56 heMing_lmh 阅读(17) 评论(0) 推荐(0)
摘要: # L2 regulization * what we have done is add a regularization item in the cost function * the cost function in neural network will be # why is it that 阅读全文
posted @ 2023-09-04 09:29 heMing_lmh 阅读(4) 评论(0) 推荐(0)
摘要: # How to make your neural network work well _Ranging from things like hyperparameter tuning ,to how to set up your data, to how to make sure your opti 阅读全文
posted @ 2023-09-03 11:26 heMing_lmh 阅读(10) 评论(0) 推荐(0)