摘要: 1 #CNN 2 x = tf.placeholder(tf.float32,[None,input_node],name="x_input") 3 y_ = tf.placeholder(tf.float32,[None,output_node],name="y_output") 4 5 #input-->layer1 6 w_1 = tf.Variable(tf.truncte... 阅读全文
posted @ 2017-09-06 19:24 阿夏z 阅读(995) 评论(0) 推荐(0) 编辑