摘要: 1. 第 1 个问题 Which notation would you use to denote the 3rd layer’s activations when the input is the 7th example from the 8th minibatch? a^{[8]\{3\}(7) 阅读全文
posted @ 2018-07-30 21:59 Dar_Alpha 阅读(650) 评论(0) 推荐(0)
摘要: 1.Mini-batch batch:之前所用的都是将m个样本放在一起组成向量来就行训练,称为batch,所存在的问题:当样本的数量比较庞大的时候,迭代一次所需要的时间比较多 ,这种梯度下降算法成为Batch Gradient Descent 为了解决这一问题引入 Mini-batch Gradie 阅读全文
posted @ 2018-07-30 11:18 Dar_Alpha 阅读(826) 评论(0) 推荐(1)