coolashishpt / TensorFlow

Learning Deep TensorFlow End-To-End Process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TensorFlow

Learning Deep TensorFlow End-To-End Process
Working...

Hello World with Tensorflow..

import tensorflow as tf
cons = tf.constant("Hello World!")
sess = tf.Session()
print(sess.run(cons))

Hello World!

About

Learning Deep TensorFlow End-To-End Process


Languages

Language:Jupyter Notebook 99.0%Language:Python 0.6%Language:HTML 0.4%