摘要: 1.简单实例:向量相加 下面我们通过两个向量相加的简单例子来看一下Tensorflow的基本用法。 import tensorflow as tf with tf.Session(): input1 = tf.constant([1.0 1.0 1.0 1.0]) input2 = tf.const 阅读全文
posted @ 2017-11-24 16:30 飞末 阅读(546) 评论(0) 推荐(0) 编辑