Hello TensorFlow
>>>import tensorflow as tf
>>>hello = tf.constant('Hello, TensorFlow!')
>>>sess = tf.Session()
>>>print(sess.run(hello))
Hello, TensorFlow!
Tensorflow安装与测试:http://blog.****.net/zyb228/article/details/53559553
包括求解回归函数
>>>import tensorflow as tf
>>>hello = tf.constant('Hello, TensorFlow!')
>>>sess = tf.Session()
>>>print(sess.run(hello))
Hello, TensorFlow!
Tensorflow安装与测试:http://blog.****.net/zyb228/article/details/53559553