Tensorflow 基础 logistic regression
tf.placeholder(tf.float32, (N,2)) // para1: data type para2: data shape
tf.Variable(tf.random_normal(2,1)) //notice: V is capital letter & its initialize need to do at the end or during run()
...
原创
2019-02-03 06:03:45 ·
233 阅读 ·
0 评论