人工智能基礎學習心得

<1>卷積層定義。(對參數w初始化且進行正則化處理) def get_weight(shape, regularizer): w = tf.Variable(tf.truncated_normal((shape), stddev=0.1, dtype=tf.float32)) if regularizer != None: tf.add_to_collection(
相關文章
相關標籤/搜索