TensorFlow: Hello World

From OnnoWiki
Revision as of 17:10, 29 July 2019 by Onnowpurbo (talk | contribs) (Created page with "Ketik python Ketik perintah import tensorflow as tf hello = tf.constant("Hello, TensorFlow!") sess=tf.Session() print sess.run(hello) Akan keluar Hello, TensorFlow!...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Ketik

python

Ketik perintah

import tensorflow as tf
hello = tf.constant("Hello, TensorFlow!")
sess=tf.Session()
print sess.run(hello)

Akan keluar

Hello, TensorFlow!


Pranala Menarik