机器学习官方速成课程编程练习:(TensorFlow) Hello World

准备工作:Hello World 学习目标:在浏览器中运行 TensorFlow 程序。 艾伯特(http://www.aibbt.com/)国内第一家人工智能门户 import tensorflow as tf c = tf.constant('Hello, world!') with tf.Session() as sess: print sess.run(c)   要运行此程序,请执行以下操
相关文章
相关标签/搜索