Hello TensorFlow

>>>import tensorflow as tf

>>>hello = tf.constant('Hello, TensorFlow!')

>>>sess = tf.Session()

>>>print(sess.run(hello))

Hello, TensorFlow!

Tensorflow安装与测试:http://blog.csdn.net/zyb228/article/details/53559553

Hello TensorFlow_第1张图片
包括求解回归函数

你可能感兴趣的:(Hello TensorFlow)