Tensorflow Day16 Autoencoder 實作

今日目標 實作 Autoencoder 比較輸入以及輸出 Github Ipython Notebook 好讀完整版 實作 定義 weight 以及 bias 函數 1 2 3 4 def weight_variable(shape, name): return tf.Variable(tf.truncated_normal(shape = shape, stddev = 0.1), name)
相關文章
相關標籤/搜索