deeplearning.ai_JupyterNotebooks icon indicating copy to clipboard operation
deeplearning.ai_JupyterNotebooks copied to clipboard

Convolution model - Application 前向传播算的结果和答案不一致

Open chaojunwang opened this issue 7 years ago • 2 comments

自查了好几遍代码没发现问题出在哪里,从前向传播开始计算结果与答案不一致,我错误的结果是 Z3 = [[ 1.4416984 -0.24909666 5.450499 -0.2618962 -0.20669907 1.3654671 ] [ 1.4070846 -0.02573211 5.08928 -0.48669922 -0.40940708 1.2624859 ]] cost = 4.6648693 导致后面算cost也是偏大。 求助,讨论一下

chaojunwang avatar Jun 22 '18 07:06 chaojunwang

我也是出现同样的问题,我用的是 python3.6.2。请问您解决这个问题了嘛?

zhoubaohang avatar Aug 07 '18 23:08 zhoubaohang

我也有这个问题

Legend94rz avatar Aug 31 '18 08:08 Legend94rz