Deep Learning Specialization课程笔记——深层神经网络

Forward Propagation in a Deep Network 对第l层来说: Z^[l]=W^[l]*A^[l-1]+b^[l] A^[l]=g^[l](Z^[l]) 这个地方是可以对1...l...n层做一个for loop。 Getting your matrix dimensions right W^[l]的维度为(n^[l],n^[l-1]),b^[l]的维度为(n^[l],
相关文章
相关标签/搜索