機器學習官方速成課程編程練習:(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)   要運行此程序,請執行以下操
相關文章
相關標籤/搜索