深度學習權重參數初始化要點

今天做吳恩達深度學習第1課第4周的編程作業,參數初始化按照指南中「- Use random initialization for the weight matrices. Use np.random.rand(shape) * 0.01. 」進行操作,但計算無論怎樣也不收斂: Cost after iteration 0: 0.693148 Cost after iteration 100: 0.
相關文章
相關標籤/搜索