神經網絡-前向傳播

前向傳播神經網絡搭建 1.tensorflow庫搭建神經網絡python 參數:線上的權重W,用變量表示,隨機給初值。           相關介紹 tf.truncated_normal():去掉過大偏離點的正太分佈 tf.random_normal()正太分佈 tf.random_uniform():平均分佈 tf.zeros:全零數組,tf.zeros([3,2],int32) tf.one
相關文章
相關標籤/搜索