tensorflow課堂筆記(六)神經網絡搭建的八股

""" 神經網絡搭建的八股: 前向傳播就是搭建網絡,設計網絡結構(forward.py) def forward(x, regularizer): w= b= y= return y def get_weight(shape, regularizer): w=tf.Variable() tf.add_to_collection('losses',
相關文章
相關標籤/搜索